Hello, I've a strange problem and I can't find the answer on internet.I'm transmitting a data from UART2 of my STM32 Blue pill. Its just one line :- HAL_UART_Transmit(&huart2, (uint8_t*)Tx_msg, sizeof(Tx_msg), 100);While using with ST-Link, it works....