52832,SDK12.0.0
I met such a situation: In the use of JLink burning program or air upgrade, after the completion of the program card died in initialization low-frequency crystals.
"sd_softdevice_enable(p_clock_lf_cfg, softdevice_fault_handler);"
52832,SDK12.0.0
I met such a situation: In the use of JLink burning program or air upgrade, after the completion of the program card died in initialization low-frequency crystals.
"sd_softdevice_enable(p_clock_lf_cfg, softdevice_fault_handler);"
You need to modify the NRF_CLOCK_LFCLKSRC in the pca10040.h or custom_board.h to the following
#define NRF_CLOCK_LFCLKSRC {.source = NRF_CLOCK_LF_SRC_RC, \
.rc_ctiv = 16, \
.rc_temp_ctiv = 2, \
.xtal_accuracy = NRF_CLOCK_LF_XTAL_ACCURACY_250_PPM }
No effect, as in the LFCLKSTAT reads 0x00010000 after you've triggered the TASKS_LFCLKSTOP task? If the LFCLKSRC is set to Xtal, and you trigger the TASKS_LFCLKSTART do you get the EVENTS_LFCLKSTARTED event?
No effect, as in the LFCLKSTAT reads 0x00010000 after you've triggered the TASKS_LFCLKSTOP task? If the LFCLKSRC is set to Xtal, and you trigger the TASKS_LFCLKSTART do you get the EVENTS_LFCLKSTARTED event?