Hello,
I am a little bit confused when reading in NRF52 spec that a NVM page is 4KB while block size is 512B. Usually an NVM memory is composed of block made of pages, while the opposite is mentioned in the NRF52 spec. And also the BPROT is referring to 4KB block and not page.
Well that should be considered as a simple detail or a name convention, but this also impact a main timing of NRF52 NVM spec, which is the nwrite. This defines that a block is allowed to be written 181 times between erase.
So are we talking about the 512B block of the NVM Spec ? or the 4KB page? And so, does the 8 blocks of a same page can be written individually 181times between erase ?
Thanks for your answer, Regards, Paul.