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

Can't debug with S110 7.0.0 using SDK6.1.0

First I load soft device through nRFgo. Then I run debug with eclipse. I then step through code in main.c ...

(I'm using QFAAG0 chip)

Stepping worked fine when I used SDK4.4.1 and S110 5.2.1. Stepping fails when I used SDK6.1.0 and S110 7.0.0. Hits signal trap. Can't step through code. However I verified program is loaded and runs correctly when I power cycle.

(Do I need to set the program counter manually?)

I have attached my log file for the failing case.

bad.txt

Parents Reply
  • The code compiles fine and programs the device correctly.

    When I use S110 6.0.0, it stops at the breakpoint and shows the marker next to the line of code: No line 733 in file "main.c". Temporary breakpoint 2, main () at ../main.c:667 667 timers_init();

    When I use S110 v7.0.0, it stops, instead of showing me the line of code with a marker next to it, it only says: No line 733 in file "main.c". No source available for "0xfffffffe" Program received signal SIGTRAP, Trace/breakpoint trap. 0xfffffffe in ?? ()

Children
No Data
Related