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

OTA peer_manager_init NRF_ERROR_STORAGE_FULL

Hi nordic 

I am using 52832 with sdk15.3:

when I program the hex with sd+APP+bootload, it works fine, while after the first ota, it will get the NRF_ERROR_STORAGE_FULL in peer_manager_init which will reset.

for the FDS , I use it for data storage but I noticed that the manger also use it. it seems that they have conflict with each other?

how to deal with them? 

Change the FDS_VIRTUAL_PAGES <=30 will fix the problem temporary, but I need 50(max). hex in 30 and ota to 50 also works, but I think it has big risk that will die one day in customer side.....  any one any idea?

Parents
  • My guess is that there is that when you increase the pages to 50 that it conflicts with data already present in flash.Try to read the flash pages like explained here. You can also use the programmer app in nRF Connect for desktop.

    Best regards,

    Simon

  • Hi,

    Although, the problem described in this topic seems solved, I can't understand how it was done.

    I have the same problem and I am looking for a solution. In my case, I need to use 33 FDS_VIRTUAL_PAGES (of 1024*4 bytes) for additional user data storage. While after reprogramming the device with the help of the programmer it works fine, after performing OTA DFU, the pm_init() /i.e. pds_init() inside it / returns NRF_ERROR_STORAGE_FULL?!

    What should I do? How can I get over this issue?

    Regards,

Reply
  • Hi,

    Although, the problem described in this topic seems solved, I can't understand how it was done.

    I have the same problem and I am looking for a solution. In my case, I need to use 33 FDS_VIRTUAL_PAGES (of 1024*4 bytes) for additional user data storage. While after reprogramming the device with the help of the programmer it works fine, after performing OTA DFU, the pm_init() /i.e. pds_init() inside it / returns NRF_ERROR_STORAGE_FULL?!

    What should I do? How can I get over this issue?

    Regards,

Children
Related