Hello,
I'm realizing dfu.
-
1st case - for test NRF_LOG_PRINTF("main start\r\n"); // ******* main loop start ******* // while (1) { enterBootloader();
}
Dfu works well.
-
2nd case - question I call enterBootloader(); in some function. I can see jumping to the enterBootloader(). But, I can't see my device in nrfToolBox.
-
question : Application doesn't restart automatically after dfu done successfully.
- I use sd130/sdk12.1.0. and experimental_ble_app_buttonless_dfu.
thanks.