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.