Hi
I have a nRF52832 Device, and develop by nRF5 SDK 17.1
Now, I have a project base on BLE_Central \ ble_app_uart_c , and also need to use Dfu OTA function
so I refer ble_peripheral\ble_app_buttonless_dfu to add dfu config
and now I can do OTA but I found my device will be error after a period of power-on.
I want to know reason and how to fix it
Thanks