I want to erase and write the flash while the BLE communication is going on.
In nRF52832 specifications it is mentioned that the CPU is halted while the NVMC performs write/erase operation. So in this case the BLE communication can fail.
Is there any work around for it? Also are there any examples of NVMC operations?