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.

LP-CC2652RB: Always enable backdoor when using NVS module

Part Number: LP-CC2652RB
Other Parts Discussed in Thread: CC2652RB

Hi TI,

I use simplelink_cc13x2_26x2_sdk_4_30_00_54\examples\rtos\CC2652RB_LAUNCHXL\drivers\empty with LP_CC2652RB.

The example is working well, however when I add a NVS module, it can't work.

The module config as below:

After add the module, build and flash, the content of flash as following:

The yellow bytes mean the backdoor mode is enable and the start address is NOT correct.

If I change above 5 bytes to 0 and write it, the firmware is working well again.

I want know why and how to disable the backdoor mode.

This is very urgent and important for our project, thanks very much!