Posted on February 09, 2015 at 21:27Hi,I'm trying to enable USART communication, but I have a problem. I want to send hex number, for example 0x35, and I want to use HAL_USART_Transimt function without IRQ. But I need to put size of buffer and timeo...