2018-03-01 03:34 AM
Dear Sir,
We are using STM32L431VCT6 in our design.I want to know how to configure USART to UART ?
2018-03-01 05:01 AM
And what effort have you made to find out so far?
Have you studied the documentation?
It's all available on the Product Page:
http://www.st.com/en/microcontrollers/stm32l431vc.html
Have you looked at examples?
Have you tried Cube ?
Have you googled?
2018-03-01 05:36 AM
You need to use the Synchronous mode?
For the most part the (LP)U(S)ART on the L4 configure in materially the same way, the UART library code being interchangeable in the normative cases, and more compact (less unused baggage).
When asking questions in a technical venue it helps significantly to provide a lot of detail and context.
2018-03-01 10:08 AM
See:
- the same question, with an answer.