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

Code is stoped at "NRF_BREAKPOINT_COND;" when adding "nrf_temp_init();" in the main function

Hi, I test the SDK example "temperature", it works OK. I copy the code to my project, there is no compile error, but when the code running on the DK pca10040, the code is stoped at "NRF_BREAKPOINT_COND;" int funtion "__WEAK void app_error_fault_handler(uint32_t id, uint32_t pc, uint32_t info)" in the file "app_error_weak.c". In my project, I use the Softdevice and the SAADC. Pin P0.28, P0.29 and P0.30 are used as analog input. Saadc channel 0,1 and 2 are used. Timer 1 is used to generated compare event for SAADC. Is there hardware conflict in my project?

Parents Reply Children
Related