zephyr/tests/drivers/uart/uart_errors
Rafał Kuźnia 07ee796c7d tests: nrf: enable twister tests for nrf54l20pdk
Enabled the following tests on nrf54l20
- i2c_slave
- clock_control_api
- nrf_clock_calibration
- nrf_lf_clock_start
- onoff
- retained_mem/api
- uart_elementary
- uart_errors
- uart_mix_fifo_poll
- uart_pm
- uart_async_api
- wdt_error_cases
- wdt_basic_api
- counter_basic_api
- fcb
- nrf/qdec

Signed-off-by: Rafał Kuźnia <rafal.kuznia@nordicsemi.no>
2024-12-13 20:04:51 +01:00
..
boards tests: nrf: enable twister tests for nrf54l20pdk 2024-12-13 20:04:51 +01:00
src
CMakeLists.txt
Kconfig
prj.conf
README.txt
testcase.yaml tests: nrf: enable twister tests for nrf54l20pdk 2024-12-13 20:04:51 +01:00

The purpose of this test is to validate UART receiver when error occurs on
the line. Error is generated by the second UART driver instance which sends
certain bytes with parity enabled when receiver is configured without parity.
Additional bit triggers framing error.