Tool/software: TI C/C++ Compiler
Hi All,
We use scanner for both 1M and Coded at the same time and find the throughput is bad.
GapScan_setPhyParams(SCAN_PRIM_PHY_1M, SCAN_TYPE_ACTIVE,
DEFAULT_CONF_SCAN_INTERVAL,
DEFAULT_CONF_SCAN_INTERVAL);
// Set Scan PHY parameters
GapScan_setPhyParams(SCAN_PRIM_PHY_CODED, SCAN_TYPE_ACTIVE,
DEFAULT_CONF_SCAN_INTERVAL,
DEFAULT_CONF_SCAN_INTERVAL);
temp8 = SCAN_PRIM_PHY_1M | SCAN_PRIM_PHY_CODED;
GapScan_setParam(SCAN_PARAM_PRIM_PHYS, &temp8);
What's expected timing behavior while scanning 1M and CODED at the same time and what's possible cause of bad throughput.
BR,
Sam