Hi
I had implemented a DFU module in esp8266 where I am trying to upgrade nrf over serial (UART Communication).
I had success with Init file write but when I send the command to execute the i got nothing in return, Device got stuck and no response from nrf.
But When I am trying same using nrf connect (BLE DFU) it is working fine, code is returning from flash erase.
SDK version is 14.2
Code snippet is also attached.