cancel
Showing results for 
Search instead for 
Did you mean: 

Which STM32 MCU series have 6 UART connectivity?

AKadi.1
Associate II

I want to know which stm32 series have 6 uarts interface?

7 REPLIES 7
KnarfB
Principal III

STM32CubeMX MCU selector is your friend.

S.Ma
Principal

Specify each usart baud rate, 2 or 4 wire protocol (rts cts flow control)...

4 wire require USART, 2 wire also qualifes UART, low baudrate LPUART (low power uart which can catch incoming firat byte even is core clock is off in low power mode)

If you take high end STM32H7 There maybe possible candidates.

If not all uart need to be on simultaneously, a uart has multiple rx tx pin sets you can switch by sw dynamically. With the second order details, your mcu choice maybe a more secure win down the road.

Andrew Neil
Evangelist III

Have you tried the "STM32 Finder new mobile app" ?

https://www.st.com/en/microcontrollers-microprocessors/stm32-32-bit-arm-cortex-mcus.html#st-highlight-promotion

Or the Product Selector?

0693W00000QM9JyQAL.png

MM..1
Chief II

Any with more as 12 GPIO pins, you dont request HW UART

He is requesting UART peripheral, not GPIO.

UART peripheral is MCU feature. Software UART is a software feature. MCU and software is not the same thing. Continuing in such a manner one can say that a timer with a PWM output channel is a DAC feature. And a logic gates is MCU, one just have to connect them...