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.

Non volatile Memory CC2541

Other Parts Discussed in Thread: CC2540

Hi,

Im working with Non Volatile Memory and i'm not sure if i read this part well. So, if u can answer me i will thank u a lot.

I'm reading in the OSAL API that i have 3 functions to manage date in NV Memory, but it said that "The API is independent of the NV storage medium and can be implemented for flash or EEPROM". I dont understant that part. If i storage data in the Application memory. Will it disapear if i turn off the device?

Thanks for the help

  • HI,

    If you are storing data in non volatile memory , it won't disappear. 

    Best way is to use OSAL's API like osal_snv_write and osal_snv_read. You can check definitions in following file:

    "C:\Texas Instruments\BLE_CC254x_1.4.0\Components\osal\mcu\cc2540\osal_snv.c".

    Hope this would be helpful.

    ------------------------------------------------------------

    press "Verify", once your question is answered.