2015-02-09 12:27 PM
Hi,
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 timeout. The size is 8bit, but what should i put as timeout.Thanks #usart #discovery #uart #stm32