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/CC2650: Read and Write in Internal Memory

Part Number: CC2650

Tool/software: TI-RTOS

Hi,

I want to know how can I store variable data during runtime in internal flash memory which I can retriever at next startup? In my application I need to receive data from Time data from BLE and use these data to perform certain tasks. I want to know how can I store received data in internal flash memory so that every time, controller restarts it will retrieve these data from memory and use it. My requirement is not large so I dont want to add external flash memory. I just need to store 160 data points - 16 bit each.