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: Required radio override when using the high power PA

Part Number: CC1352P
Other Parts Discussed in Thread: Z-STACK

=====================================================

UPDATE 7/19: This is fixed in the released CC13x2 3.20 SDK.

=====================================================

The CC13x2 / CC26x2 SDK 3.10.01.11 release notes list a known issue when using the high power PA: A required radio override to ensure reliable operation when using the high power PA is missing. Without this override, the device may in some cases hang or reset. In the next SDK release (SimpleLink CC13x2 / CC26x2 SDK 3.20) this override will be included for all example projects.

For proper operation, follow the instructions below:

TI 15.4 stack and Z-Stack:

Update the file at C:\ti\simplelink_cc13x2_26x2_sdk_3_10_01_xx\source\ti\ti154stack\common\boards\mac_user_config_cc13x2r1_rftable.h

Add the following line “HW_REG_OVERRIDE(0x60A8,0x0001),” after line 388 in the snippet above.

After change the array will look as below.

Thread:

Find the file named “smartrf_settings.c” in your Thread project.

Add the following line “HW_REG_OVERRIDE(0x60A8,0x0001),” after line 128 in the snippet above.

After change the array will look as below.