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-CC1352P: CONFIG_NVSEXTERNAL

Part Number: LAUNCHXL-CC1352P
Other Parts Discussed in Thread: CC1352P, SYSCONFIG

Tool/software: Code Composer Studio

Hi,

I would like to write in the extern flash memory of my CC1352P. Someone advised me to use the project NVS External based on the NVS library. I am trying to implement this project on my IOT project but when I add the functions, the CONFIG_NVSEXTERNAL variable is not defined. I think, I didn't undertand completely the use of the NVS project. Someone can help me to clarify on the use of the CONFIG_NVSEXTERNAL variable ? That could help me maybe on my problem of definition.

Best Regards,

Paul-Emile Perrin

  • Hi Paul-Émile,

    The answer to your question is located in in the code of the files generated by SysConfig.

    In your BLE project, open the SysConfig file and add an NVS module. This NVS module should be configured exactly as the NVS module you used in the example and its name should be CONFIG_NVSEXTERNAL :)

    I hope this will help,

    Kind regards,