I want to do UART by connecting USB to TTL converter(PN-USBTTL-FT, FTDI FT232RL) to Tx and Rx of the board pin without using the USB port of the debugger part of STM32F4xx.The main code is as follows:uint8_t a = 'a';
while (1)
{
HAL_UART_Transmit(&...