i think ble_uart example based on 32Khz. but my board do not have 32khz osc.(by miss design)
how to running ble_uart example using only 16Mhz?
i think ble_uart example based on 32Khz. but my board do not have 32khz osc.(by miss design)
how to running ble_uart example using only 16Mhz?
The SoftDevice uses one of two available low frequency clock sources(32 kHz): the internal RC Oscillator, or external Crystal Oscillator.
If you don’t have an external 32 kHz crystal, you must use the internal RC Oscillator.
The SoftDevice uses one of two available low frequency clock sources(32 kHz): the internal RC Oscillator, or external Crystal Oscillator.
If you don’t have an external 32 kHz crystal, you must use the internal RC Oscillator.