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

Can't start/debug program from Eclipse

Hardware: nRF52 DK Example: ble_app_hrs I have a problem with starting program using debugger. I starts debugging session and starts program using resume button, breakpoints disabled. Application stops on address 0x8c8 and won't go ahead. Application works well without debugger. Stepping program showed that problem occurs while calling sd_softdevice_enable function (sofdevice_handler.c line 357). This function was called by ble_stack_init form main.c

Related