cancel
Showing results for 
Search instead for 
Did you mean: 

Cannot debug my STM32 CubeIDE project anymore - but code works without j-link

bully
Senior

Hello,

I somehow have fallen in the state, where I cannot start in debug mode my project in CubeIDE and j-link.

The code compiles, flash is written, but then instead of stopping on the first instruction in my main function in main.c, I get stuck in Disassembly part of the project.

In title bar it says "Source not found" and in working window it says :

Break at address "0x20011b88" with no debug information available, or outside of program code.

Disassembly on this address shows :

20011b88:   bkpt    0x0000

but step into pops up the window with :

Failed to execute MI command: -exec-step 1 Error message from debugger back end; Cannot find bounds of current function

I must be missing something obviuos here, and will appreciate any guidance.

Also some pointers, where to study, how project debuging is started in details, will be welcomed.

Thanks in advance,

B.

1 REPLY 1
cskian
Associate

I also getting same problem , If you have resolved the issue kindly help me from this situation