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

application stops at sd_nvic_EnableIRQ(SWI2_IRQn)

Hi, My application always stops at the end of ble_stack_init() exactly at:

return sd_nvic_EnableIRQ(SWI2_IRQn);

of the function softdevice_handler_init.

My board does not have a low frequency external oscillator this is why my clock source is set to "NRF_CLOCK_LFCLKSRC_RC_250_PPM_4000MS_CALIBRATION"

Parents
  • The flash_placement.xml should be located in the folder SES_Install_Path\targets\Cortex_M

    For me this is: C:\Program Files\SEGGER\SEGGER Embedded Studio 3.10i\targets\Cortex_M

Reply
  • The flash_placement.xml should be located in the folder SES_Install_Path\targets\Cortex_M

    For me this is: C:\Program Files\SEGGER\SEGGER Embedded Studio 3.10i\targets\Cortex_M

Children
No Data