How can I use a serial port on the arduino connectors?
I have a stm32H745I-Disco and I would like to use some UART and I would need it to be through one of the pins that the board has called arduino connectors.
I was able to use the USART1 without problem but now I want to use it together with the display and I realize that the pins PB6 and PB7 are being used by vsync_freq and render_time.
What can I do?
The schematic is : https://www.st.com/resource/en/schematic_pack/mb1381-h750xb-b01-schematic.pdf



