cancel
Showing results for 
Search instead for 
Did you mean: 

No of uart channels

Rao
Associate II

How many uart channels are available on STM32H573I-DK Discovery kit.

I am Looking for atleast two channels..

Thanks in advance...

1 ACCEPTED SOLUTION

Accepted Solutions
STTwo-32
ST Employee

Hello @Rao and welcome to the ST Community 

You can use the UART3 on the arduino connector pins:

STTwo32_1-1757657052803.png

Also, you can use the UART7 available on both ST Mod+ and Pmod connectors. More details are available on the UM3143.

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.

View solution in original post

3 REPLIES 3
STTwo-32
ST Employee

Hello @Rao and welcome to the ST Community 

You can use the UART3 on the arduino connector pins:

STTwo32_1-1757657052803.png

Also, you can use the UART7 available on both ST Mod+ and Pmod connectors. More details are available on the UM3143.

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.

Rao
Associate II

Thanks for your immediate response....

The hardware is an STM32H573I-DK, and the development environment is Zephyr.

SDK version is 0.17.4, and Zephyr version is 4.3.99.

Example usage: uart\echo_bot

When modifying the settings to use UART7, UART7 completely stops responding. Replacing it with USART3 restores normal functionality.

When using UART7, is it necessary to enable other pins to switch between the two? It shares pins with SPI5.


It has been determined that pin conversion is required. SB2, SB5, SB6, and SB8 can now correspond to the functions of UART7, whereas they originally corresponded to SPI5.