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

Save data in NVM during POFWARN event

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:

  1.  Why can i not use the NVMC during the POFWARN event ?
  2.  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

Related