DAVE debug problem, XMC4800

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Not applicable
Hello,

I have problem with debuging projects. I am using DAVE 4.2.6 and have XMC4800 relax kit with EtherCAT. So problem is when i try debug my projects (or just empty project, or example) I get same errors everytime which are:

No source available for "(gdb[7].proc[42000].threadGroup[i1],gdb[7].proc[42000].OSthread[1]).thread[1].frame[0]"
No source available for "0x0"

Everything was working until it just stops work and show those errors. I tried reinstall DAVE, J-link, but that does not help.


Thanks.
0 Likes
3 Replies
Not applicable
I just find out why it's not worked before, there was little thing to do.. 🙂 Just pressed Step return, and XMC comes back to life... Still dont know what couse theese problems.
0 Likes
Not applicable
hi,
i too face the same problem

in my case debug terminated.when i am starting.
the reset option not active..
if there is any other way.

please help me to debug...
thankyou
0 Likes
User16993
Level 1
Level 1
I resolved this problem using Mutexes in thread shared parts for mutual exclusion.

But try declare: "set mem inaccessible-by-default off" in debugger configurations windows.
0 Likes