In our project we use a nrf52832 with softdevice S132 and SDK15.3.
For booloader we use the DFU example form the nordic library.
After a DFU with BLE, which was done without any errors, we have now one device which crashes as soon as the BLE stack starts. (1of about 100)
That device Returns now an NRF_ERROR_STORAGE_FULL error after the fds_init() call.
Unfortunately a fds_gc() call won't be accepted since the fds_init() was refused and therefore the fds module is not initialized.
What can be done to overcome that problem?
Why could we get a corrupted flash area (peer settings) after DFU?
Thanks in advance
Martin