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.

CC1352P: SimpleLink Zigbee SDK Plugin v2.20 TX power bug fix for the LAUNCHXL-CC1352P-2

Part Number: CC1352P

Hi community members,

For LAUNCHXL-CC1352P-2 example projects, TX power will be diminished significantly below the expected output unless PIN_init(BoardGpioInitTable); from the main function of main.c is replaced with the following:

#if defined(CC13X2R1_LAUNCHXL) && !defined(NO_CC1312R1_SUPPORT) && !defined(NO_CC1352P1_SUPPORT)
  CC13X2R1_LAUNCHXL_Pin_init();
#else
  PIN_init(BoardGpioInitTable);
#endif

This fix applies to the SimpleLink Zigbee SDK Plugin v2.20 and will be fixed in time for the v2.30 release.

Regards, Ryan