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

Is someone out there actually using the NVMC->READYNEXT register on NRF52840?

The question is in the title. I found this addition a nice optimization to be used where available (that is to this day, on NRF52840 only, according to the latest Product Specifications), but as far as I can see, the READYNEXT bit is as good as dead, contrary to the old READY flag.

But  perhaps am I missing something?

(Steps to reproduce:

* Write 1 to NVMC->CONFIG
* [ Perhaps write a word to flash. I would prefer the flag to be set before the first write, but I tried anyway. ]
* Read NVMC->READYNEXT til it is set, or you tire of it.)

Thanks!

Related