Hi,
In a mean while I made some progres and got about 12ms per antenna. I do this by disabling all other bitmap configs and left only one:
wPasPollConfig |= PHAC_DISCLOOP_POS_BIT_MASK_V;
status = phacDiscLoop_SetConfig(pDiscLoop, PHAC_DISCLOOP_CONFIG_PAS_POLL_TECH_CFG, wPasPollConfig);
CHECK_STATUS(status);
status = phacDiscLoop_SetConfig(pDiscLoop, PHAC_DISCLOOP_CONFIG_ACT_POLL_TECH_CFG, 0);
CHECK_STATUS(status);
status = phacDiscLoop_SetConfig(pDiscLoop, PHAC_DISCLOOP_CONFIG_PAS_LIS_TECH_CFG, 0);
CHECK_STATUS(status);
status = phacDiscLoop_SetConfig(pDiscLoop, PHAC_DISCLOOP_CONFIG_ACT_LIS_TECH_CFG, 0);
CHECK_STATUS(status);
And now seems to work, but let me know if I miss something, or maybe something can be improved more.
Thanks,
Marcin.