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.

CCS/LAUNCHXL-CC1312R1: keep nvs internal data when upgrade via UART bootloader

Part Number: LAUNCHXL-CC1312R1

Tool/software: Code Composer Studio

Hi,

I use 

./host_cc13xx-sbl /dev/ttyS1 file.bin cc13x2 -e -p -v 

for firmware upgrade. It erases all data. Can I keep nvs internal data after upgrde?

I use C:\ti\simplelink_cc13x2_26x2_sdk_2_40_00_81\examples\rtos\CC1312R1_LAUNCHXL\drivers\nvsexternal for saving my data.

Thank you.