hi........
i have customized one program ....using segger 15.2 ...nrf52832
when degug it,the code from button and leds stops at nrf_breakpoint_cond ... even it doesn't enter into adverstising and main loop
hi........
i have customized one program ....using segger 15.2 ...nrf52832
when degug it,the code from button and leds stops at nrf_breakpoint_cond ... even it doesn't enter into adverstising and main loop
Hi,
If you build you project with Debug instead of Release, then you can set a breakpoint at the same place, but then you can find the file name, line number and error code in app_error_fault_handler() in the switch(id) case above your screenshot.
Best regards,
Kenneth
Hi,
If you build you project with Debug instead of Release, then you can set a breakpoint at the same place, but then you can find the file name, line number and error code in app_error_fault_handler() in the switch(id) case above your screenshot.
Best regards,
Kenneth