I config the inner clock source like this
#define NRF_CLOCK_LFCLKSRC {.source = NRF_CLOCK_LF_SRC_RC, \
.rc_ctiv = 16, \
.rc_temp_ctiv = 2,\
.xtal_accuracy = NRF_CLOCK_LF_XTAL_ACCURACY_20_PPM}
When using external clock source(32.768khz), the program can be started. But when switching it to inner clock source(take away external crystal), the program can’t be started. Use tweezers to touch GPIO P0, program started. Anybody know why?