CONFIG_NRF_SW_LPUART_HFXO_ON_RX
Turn on HFXO for RX
Type: bool
Help
According to the UART specification high frequency RC oscillator is
not accurate enough. However, in normal conditions and accurate clock
on the transmitter side it may be accepted to disable it. Turning on
HFXO prolongs receiver activation for up to 3 milliseconds.
Direct dependencies
(Includes any dependencies from ifs and menus.)
Default
y
Kconfig definition
At <nRF>/drivers/serial/Kconfig:26
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:33
→ <Zephyr>/modules/Kconfig:6
→ <nRF>/doc/_build/kconfig/Kconfig.modules:2
→ <nRF>/Kconfig.nrf:95
→ <nRF>/drivers/Kconfig:15
Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Device Drivers → Low Power UART using REQ/RDY lines
config NRF_SW_LPUART_HFXO_ON_RX
bool "Turn on HFXO for RX"
default y
depends on NRF_SW_LPUART
help
According to the UART specification high frequency RC oscillator is
not accurate enough. However, in normal conditions and accurate clock
on the transmitter side it may be accepted to disable it. Turning on
HFXO prolongs receiver activation for up to 3 milliseconds.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)