Hello,
I would like to use the bouttonless dfu feature in my application, but I have not been able to run the sdk example ble_app_buttonless_dfu.
The application does not work like the compiled example "ble_app_buttonless_dfu_without_bonds_s132_with_setting_page.hex" in the folder "examples \ dfu \ secure_dfu_test_images \ ble \ nrf52832", there is no advertising, the led does not flash. But if we press button 4 the bootloader starts.
Before trying the buttonless example, I tried with the bootloader compiled with my own dfu public key, then generated the setting page with my application and it works well.
So I think it's not a bootloader problem.
I use sdk v15.0.0 and compile with gcc (arm-none-eabi v7.2.1)
I use the NRF52-DK development platform.
As I have not managed to use the example ble_app_buttonless_dfu as it is, I find myself stuck in my project.
I also read the other topics related to the DFU BLE, but it is not the same version of sdk, or the same problem.
Can you help me find a solution?
Thank you very much,