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/CC1310: Can corrupting the sector in flash that holds CCFG settings put us in a state that we can not enter the Bootloader?

Part Number: CC1310

Tool/software: TI-RTOS

We need to be able to program the CC1310 through a linux ARM processor and the Bootloader + UART is suitable for this purpose.The The only concern is with the BL settings sitting on flash as part of CCFG, we are concerned that the running FW can mistakenly write to that portion and corrupt boot loader settings, not allowing to enter bootloader from the DIO+reset setup. We can write protect it, but then we will lose the ability to change any of the CCFG settings afterwards.  There is the option for chip erase through JTAG, but even that has a flash setting register that can go corrupt and become impossible to do.  What is TI's suggestion for these scenarios.