Question
STM32F767 - HAL_UART_Transmit() is not printing the entire data on the hyperterminal
Hello there,
I have created my own example to print the data on HyperTerminal (putty) following the already given example "UART_Printf" but mine is only printing the first char of the data and then stuck forever.
Here is the clock config code

and uart config:

and what I would like to print:

let me know if you need more info.
Thanks,
