hi, When I add the program inside the hrs saadc is found fatal error, DEBUG found the program stopped here
SOFTDEVICE_HANDLER_INIT(&clock_lf_cfg, NULL);
error_code = 0x00001001
hi, When I add the program inside the hrs saadc is found fatal error, DEBUG found the program stopped here
SOFTDEVICE_HANDLER_INIT(&clock_lf_cfg, NULL);
error_code = 0x00001001
This error code means NRF_ERROR_SDM_INCORRECT_INTERRUPT_CONFIGURATION, and is documented here. You should check your priority settings.
Are you talking about irq_priority? In my case they're all set to 6 in sdk_config.h.
What else could've gone wrong? if you don't mind.
My error code was the same 0x00001001. It just goes straight to app_error_handler_bare() right after main().
I can't tell which code is causing this trouble.
Are you talking about irq_priority? In my case they're all set to 6 in sdk_config.h.
What else could've gone wrong? if you don't mind.
My error code was the same 0x00001001. It just goes straight to app_error_handler_bare() right after main().
I can't tell which code is causing this trouble.