UART Communication - STM32H745I-DISCO via ST-LINK
Hey everyone,
I want an UART communication between my PC and my STM32H745 Disco board.
By default the UART 3 (connected to STLINK connector) is one core M4.
My baud rate is 115200. My pins are initialized by default.
My main is this :

and the hal_uart_transmit function returns HAL_OK.
On my computer, with Putty, i can't see the data sent.
Can you help me with this ? :)
