Hello,
I am using nrf52 customised board and sdk12.2.2. I want to know what should be minimum delay between 2 flash write operations?
Thanks,
Hello,
I am using nrf52 customised board and sdk12.2.2. I want to know what should be minimum delay between 2 flash write operations?
Thanks,
Hi,
The maximum time to write one word to flash is given in the NVMC Electrical specifications:
You should wait for the READY flag to be set before writing a new word. How are you writing flash?
Best regards,
Jørgen
Hi,
The maximum time to write one word to flash is given in the NVMC Electrical specifications:
You should wait for the READY flag to be set before writing a new word. How are you writing flash?
Best regards,
Jørgen