HAL_UART_Transmit_IT(); Issue
Posted on July 03, 2017 at 00:53Hello everybody, I just got into STM32 development and using the HAL library primarily for my developments now. I am having a issue with UART IT library function. Why when I have a for loop delay or HAL_Delay in my ma...