This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

flash erase in fstorage & FDS

Hi guys,

I am developing a appilication using nrf51822 using SDK 11. I am trying to use Fstorage and FDS to store data. I need this data to be updated frequently. As I awared, the flash can only be erase and write for 10000 times. Since I need to update the data very fast. Therefore, I need more than that.

I wonder if it is possible to store data in several registers and then after around 10000 times, I store the data in other register and keep updating? I have searched that there is a function in S130 that: sd_flash_page_erase. However, it erases the whole flash page, is there other API for erase reveral registers only because as I know, the flash pages is 3 or 4 only?

Thank you for your kind support.

Parents Reply Children
No Data
Related