Hello,
In our product, we would like to select LFCLK from the following choices instead of external XTAL.
- NRF_CLOCK_LF_SRC_RC
- NRF_CLOCK_LF_SRC_SYNTH
However, it is unclear how these differences in accuracy affect the behavior of ble_app_uart. So, please tell me about the risk of choosing each one.
Below is my current situation. From the follwing Web pege, I found the following comments. But I can not understand why that is.
[Web page]
[found comments]
In general NRF_CLOCK_LF_SRC_SYNTH is not recommended. If you don't have an external 32 kHz crystal, it is recommended to use NRF_CLOCK_LF_SRC_RC.
And I know that RC is less accurate than XTAL. However, I do not understand how this affects the behavior of ble_app_uart.
Regards, Senoo