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

about setting bread point using IAR after running ble softdevice

Dear all,

I have tried using a setting a break point in main() of my program. Without running the softdevice, it is fine to pause in the break point and continue to run my program. However, after I init the softdevice and pause at a break point. The program cannot continue to run as before, but reset (back to initialization). I wonder is this normal and what is the reason for that. Please comment.

Jones