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 uar...