UART TX and RX pin issue
Hello,
I am using "NUCLEO-H743Zi2" eval board. I am using it for UART communication. I had configured UART4 in it as following;
- PA0 as UART4_TX
- PA1 as UART4_RX
When I tried to transmit, it is not transmitting more than 2 bytes. While receiving, it is not at all consistent (random values are received).
So I checked board's schematic as following;

I saw that PA1 and PA0 are not directly connected to CN11 connector in the board.
Is it causing UART4's transmission and reception error?
Also if I want to operate UART4 using GPIO's PA0 and PA1 only, what is the solution?
