USART/UART PINs on STM32F429i eval board
Hello ,
Does anyone use STM32F429i eval board ?
The user manual (shown as the screenshot below) for my F429 eval board says it has 4 USART ,4 UART. But I can only find 1 DB9 male port marked as USART1.
Also, when I use CubeIDE to configure USART1, it automatically enabled PB6 and PB7 for TX and RX. But on the user manual , the schematic clearly says RS232_TX for USART1 is PA9, RS232_RX is PA10.
That's really confusing...
I am not able to find 4 USART connections, nor can I configure the right PIN numbers for USART1.
I tried to verify the Pin numbers from the github example folder, it seems they don't have the PIN number either.

