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

code stops at NRF_BREAKPOINT_COND

hi,

I am developing with nRF 52832 on my own board. the code worked fine until I added the UART_init() function. my source code outputs an error message.

i reinstalled the softdevice s132_nrf52_5.0.0_softdevice.hex but it didnt work. i found out that the code stops at nrf_sdh.c in 

ret_code = sd_softdevice_enable(&clock_lf_cfg, app_error_fault_handler)

i dont understand what is the problem or can i debug it .

Related