2021-07-12 10:36 PM
2021-07-13 07:11 AM
USART can be used as a UART. The chip has 8 UARTs. You can use 6 of them.
2021-07-13 07:11 AM
USART can be used as a UART. The chip has 8 UARTs. You can use 6 of them.
2021-07-13 07:01 PM
Hi TDK,
Thank you so much, could you kindly help to confirm the below design is right?
USART:USART1,USART6,USART2
UART:UART4,UART5,UART6,UART7,UART8
2021-07-13 07:26 PM
> USART:USART1,USART6,USART2
> UART:UART4,UART5,UART6,UART7,UART8
You have both USART6 and UART6 listed. It's USART6.
Use STM32CubeMX to do the pinout and verification of each peripheral.
2021-07-13 07:31 PM
Got you, thanks so muck of your kindly help.