debugger error

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

debugger error

437 Views
Futte
Contributor II

Hi

 

I am trying to debug in CW 10.2 on a MCF52254 but everytime i try to step o

I get errors:

"No source available for... " here different things come

No source available for "org.eclipse.cdt.debug.internal.core.model.CDummyStackFrame@555be7"

No source available for "0x0394717A (0x394717A)() "

No source available for "0x080F0000 (0x080F0000)() "

No source available for "0xF7FA6020 (0xF7FA6020)() " (after this one i lose connection to my board)

 

I really hope you guys can help me... Anything will help...

 

Thanks in advance

Labels (1)
0 Kudos
3 Replies

325 Views
JimDon
Senior Contributor III

If you create just a default project for the part can you download and debug it?

We need more information.

0 Kudos

326 Views
JimDon
Senior Contributor III

Again, since I have not idea what your code is, hard to say. It is possible your code is crashing the MCU in a way that the debugger can not tell, which why I ask that you try an empty default project with and without a break point to see there is some thing other that your code causing this. While it is true that if the default project does work, it does not 100% prove what is wrong, but if it too crashes sometimes, it is a good bet it is not your code.

326 Views
Futte
Contributor II

The project i have made works sometimes, meaning that sometimes those errors occur and other times i can debug it without problems.

0 Kudos