This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Compiler/CC2640R2F: What's timing for scanning window/interval while scan for 1M and Coded at the same time.

Part Number: CC2640R2F

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