Hi everyone,
When I try configure UART (parity, data_bit, stop_bit, flow_ctrl), I have noticed error when I run in terminal:
"
*** Booting nRF Connect SDK v2.9.0-7787b2649840 ***
*** Using Zephyr OS v3.7.99-1f8f3dc29142 ***
Failed to configure UART30, err -134
Failed to configure UART20, err -134
"
in file myuart.c:
Beside that, I configure UART in file devicetree:
You can explain for me with my error, please?
Thank for that,