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
  • I only used SDKv6 examples. I also deleted everything (SDK, Nordic directories, eclipse, GNu ARM tools) and re-installed from scratch. I can compile bl_app_hr, and program the S110 V7.0.0 and .out using GDB (and .hex using nRFgo) file, and the program works great with my app on the iphone. I just can't debug (step through code).
    The only reason I had tried the S110 v6.0.0 was for debug purposes to see what would happen,(although I know the program does not work correctly due to S110 v6.0.0 not compatible with SDK v6.1). Oddly enough, I was at least able to see myself stepping through code. But yes, the focus is trying to make it work with S110 v7.0.0.

    Thanks, Dave

Children
No Data
Related