Hi,
I am following the step by step tutorial "Getting Started with Secure DFU Bootloader Step by Step guide"
Before following the above guide I compiled ble_app_blinky from the examples/ble_peripheral folder of NRF52 SDK Ver 17.0.2
The above example was tested successfully on NRF52-DK along with NRF Blinky App running on an Android phone. Everything worked well.
I then followed the guide to create:
1. Secure bootloader (Steps A, B in the guide)
2. Created the application ZIP file (Step C)
3. Performed DFU using NRF Connect for mobile (Steps D1 to D3)
STEP D4 (Testing the Application after DFU) - failed - Most of the time I could not see the BLE Device name in NRF Blinky App. Once I did see the BLE Device name "Nordic_Blinky" but it would not connect. Once it did connect and I was even able to switch on the LED but after that it seemed the program froze - there were no responses to LED on/off on Blinky App nor was there any response to BUTTON press on the NRF52-DK.
I failed to understand what is it that I am doing that is breaking the Application!
Any help in this regard would be helpful.