This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How to configure the parity, stop_bits, data_bits, flow_ctrl parameters of the UART in the xx.overlay file in NCS?

I want to know how to configure parity, stop_bits, data_bits, flow_ctrl parameters in UART in the xx.overlay file.

Although these parameters can be configured through the uart_configure interface, I prefer to configure them through overlay files or other methods instead of modifying the code.

Related