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.

RTOS/CC1352P: TX power available range

Part Number: CC1352P
Other Parts Discussed in Thread: CC1310, CC1350, CC1190,

Tool/software: TI-RTOS

Hi all,

    For the Sub1G US band(915) TX power, it reference the following define:

const macTxPwrTbl_t txPwrTbl_subg_US[] =
    { { txPowerTable_subg_CC1310 },    /* power table for CC1310 */
      { txPowerTable_subg_CC1350 },    /* power table for CC1350 */
      { txPowerTable_subg_US_CC1310_CC1190 } };  /* power table for CC1310-CC1190 */

 which is combined from 3 different array:

1. "txPowerTable_subg_CC1310[]"

2. "txPowerTable_subg_CC1350[]"

3. "txPowerTable_subg_US_CC1310_CC1190[]"

where these 3 arrays provides different TX power settings. 

So, for the CC1352P, which one is actually working?