When enabling BLE on nrf52840, we are using specific API to access flash erase and write commands. All is working fine 99% of the time in term of read / write / erase into flash when BLE softdevice is enabled but however in some rare cases, I can see that sd_flash_write function writes zero values in flash instead of expected buffer data and I can't understand the reason ...
Is it a known problem ? Do we need to take care about something special when reading back to memory after write operation in sd_flash_write ?
We are using softdevice S140 6.1.1 version