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?