Skip to main content
STehA.1
Associate II
February 22, 2024
Solved

STM32 with minimum 11 Uart peripherals

  • February 22, 2024
  • 2 replies
  • 1869 views

Hi,

 

I wonder if someone can recommend an alternative to STM32H563ZIT6 mcu for minimum 11 Uart peripherals on

a single IC. Preferably if the IC is from the STM32F series.

NOTE: The above quantity achieved by treating the USART ports as UART using 144 pins STM32H563

Thank you

SAM 

Best answer by STTwo-32

Hello @STehA.1 

I suggest you to use the MCU/MPU selector of STM32CubeMX and update the number of UART that you are locking for to find all products that can do the job:

 

STTwo32_1-1708587448507.png

You can also use CubeFinder on PC and smartphone to do the same job.

Best Regards.

STTwo-32

 

2 replies

STTwo-32
STTwo-32Answer
Technical Moderator
February 22, 2024

Hello @STehA.1 

I suggest you to use the MCU/MPU selector of STM32CubeMX and update the number of UART that you are locking for to find all products that can do the job:

 

STTwo32_1-1708587448507.png

You can also use CubeFinder on PC and smartphone to do the same job.

Best Regards.

STTwo-32

 

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
STehA.1
STehA.1Author
Associate II
February 28, 2024

Thanks STTWO-32. That helps

SAM.

Technical Moderator
February 22, 2024

Hello @STehA.1@STTwo-32 

The more efficient way is to use the Product Selector online tool provided by ST: STM32 MCU product selector - STMicroelectronics

You can apply the filters you want ( on min number of UART and USART columns for example) and It will list all the available part numbers answering your request.  

I can found many STM32H5 and STM32H7 parts with up to 13 U(S)ART

For the STM32F Series, I only found to 8 U(S)ART, but I'm asking experts if any F4, F2 or F7 is available with up to 11 U(S)ART. 

I can't understand your note below, the USART modules supports some specific synchronous mode in addition to the Asynchronous ... What do you mean ?  

>> NOTE: The above quantity achieved by treating the USART ports as UART using 144 pins STM32H563

 

Best regards

STehA.1
STehA.1Author
Associate II
February 28, 2024

Hi CMYL,

 

Many thanks. Browsing thru the STM32H563 manual seems that I need to combine the UART and the USART ports to give me 11 UART ports in total. The reason I need to switch from H series to the F series because there are many works, articles and videos on the internet talk about the F series even though the coding of the peripherals are alike ... yet, the clock config (bare metal in C) scared me a bit! 

Note: I am using the STM32CubeIDE and intended to code in bare metal instead of HAL.