Part Number:CC1310
Tool/software:TI-RTOS
Hi,
I'm using the sensor example from the simplelink SDK 1.50 and I need to allocate one Flash Page for my software. So I reduced the Flash size in the .cmd file. The problem is that the programm doesn't fit in the flash anymore when I use the Two Page NV, but it fits when using One Page NV.
As far as I know, it is only possible to delete the Flash page by page. So it is clear how a two page NV could work. For the One Page NV, I'm wondering how this can work.
I can only imaging that new data is written to a place what is still free. But that would mean that the page will be full after some time and the software stops working.
So my question is, how does the One Page NV work and will it work for a long time, or will the page get full and that's it?