cancel
Showing results for 
Search instead for 
Did you mean: 

STM32L431VCT6 USART as UART port configuration

subramani kp
Associate II
Posted on March 01, 2018 at 12:31

Hi 

How can we use USART as UART port in STM32L431VCT6 micro controller

I am looking for connecting two STM32L4 micro controller with TX, RX and Ground lines.

Already UART port is being used for other purpose and have only USART port

regards

subramani

#stm32l431vct6-usart-as-uart-port-configuration
12 REPLIES 12
Posted on March 03, 2018 at 12:48

If you could share some thoughts what makes you use USART instead of SPI.

Well, that's simple - all the SPIs are used for other purposes... ;)

JW

Posted on March 03, 2018 at 14:45

Exactly, and it's not even a good implementation of synchronous serial, which would minimally have two independent clocks. And lacks any SDLC/HDLC support.

I'm sure the peripheral could be used for other assorted SERDES type implementations, along with SPI, but still a bit of a hack.

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..