Application is not running after integrating DFU

Hi,

I am using BM840 BLE module and I see after integrating the DFU application, the main application is not executing at all.

When I try to debug, I see it is not coming to the main.

If I remove DFU configuration and build the project and program, it is running fine.

Please help me with this as this is high priority

Editor: VS Code

SDK: v2.3.0

Parents Reply
  • It is pretty much impossible to work based on just this much information. You need to be able to get some logs.

    As you mentioned being able to debug, try reconfiguring MCUboot to log to RTT instead of UART, and get some information.

    Another thing you can try is applying DFU to Hello World or Blinky and see if the problem happens again. Based on whether it happens or not, we can have some idea for our next steps. Nonetheless, I recommend you get some development hardware or figure out a way to get logs from your device. It should make your life a lot easier moving forward.

Children
Related