Hi,
I'm developing software for the nrf52832. However, I can't use the SDK of Nordic for several reasons.
In the code, I would like to save a small amount of data in non-volatile memory (FLASH) when there is a power failure warning event.
So far, I was using the NVMC for write and erase operations during normal run time of the device. However, I've just seen in the nrf52832 datasheet that the NVMC can not be used when there is a POFWARN event (i.e. the supply voltage is below POF).
My questions are the following:
- Why can i not use the NVMC during the POFWARN event ?
- How can I save small urgent data in non-volatile memory during the POFWARN event if I can't use the NVMC ?
Thanks in advance for your response,
Best regards,
Florent