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

Parents
  • I am seeing a similar problem (application stops at address 0x8c8) but the error I'm seeing appears to happen both with and without the debugger attached. I'm seeing the same symptom on a few events, but notably when going into and out of low power mode, and when changing the RTC prescaler after initial device configuration. Did you ever find a solution to your problem?

Reply
  • I am seeing a similar problem (application stops at address 0x8c8) but the error I'm seeing appears to happen both with and without the debugger attached. I'm seeing the same symptom on a few events, but notably when going into and out of low power mode, and when changing the RTC prescaler after initial device configuration. Did you ever find a solution to your problem?

Children
Related