nrf52810 without 32.768 , UART can't work

Hi.

code base is sdk 17.1.0

The SoftDevice clock configuration has change :

#define NRF_SDH_CLOCK_LF_SRC 0

#define NRF_SDH_CLOCK_LF_RC_CTIV 16

#define NRF_SDH_CLOCK_LF_RC_TEMP_CTIV 2

 

The BLE work about , But UART can't work , what another setting need to be change or add ?

Related