This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Segger and debugging

When I try to debug my nrf9160 app through segger, it never starts. Hitting the pause button brings me to main.c in the mcuboot project, and it stops on line 214, Unable to find Bootable image. 

 

The code runs  perfectly outside the debugger. I use mfw 1.1.0 and Segger V4.20a. 

Suggestions?

Tron

Parents
  • I have also the same problem (using sdk v1.4.1 also with nrf9). First (a) few segger debug sessions with own build works ok but then starting to get the same bootable image error.
    Like others already commented, also for me works if I reset my env and re-start again (in practice via git ). I have tried to look the differences in own vs default configuration settings in my application folder but have not found anything useful for this.

Reply
  • I have also the same problem (using sdk v1.4.1 also with nrf9). First (a) few segger debug sessions with own build works ok but then starting to get the same bootable image error.
    Like others already commented, also for me works if I reset my env and re-start again (in practice via git ). I have tried to look the differences in own vs default configuration settings in my application folder but have not found anything useful for this.

Children
Related