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

stoping at a break point faults the program

hello 

i am running an app with ble scan, pwm, uart and hopfully timers and adc

but mostly it happens with ble 

every time i stop on a break point i m thrown to :

__STATIC_INLINE void nrf_log_backend_panic_set(nrf_log_backend_t const * const p_backend)
{
       p_backend->p_api->panic_set(p_backend);
}

why is that and what can i do so i can debug the whole program

Related