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

What is the real nRF52840 max writes to a flash block?

The nRF52840 OPS 0.5.1, describes nWRITE,BLOCK as the amount of writes allowed in a block between erases, and lists nWRITE,BLOCK = 403 Maximum.

It looks like 8 blocks are in a 4 kB page, so each block is 512 Bytes.

Does this mean that only 403 of the 512 bytes in a page can be written? Or does the 403 number mean something else?

Related