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

Flash life cycle

Hi guys,

Currently, I am developing a application on nrf51822 which requires writing values on flash to store in case of power down. However this values need to be updated frequently. Because this is just a small value, I just need a register to store. However, as I understand, there is a limitation in erasing and writting to flash, minimum 10000 times. I wonder if it is possible that I can only erase and write 1 register for nearly 10000 times then I switch to another register in flash to write and erase for another 10000 times? Thank you for your attention.

Related