HAL_UART_Transmit_IT not working as expected
Posted on November 09, 2015 at 11:00 Hello I try to debug my application using printf I write some code to overwrite fputc. My problem is with the function HAL_UART_Transmit_IT of the HAL module It doesn't succeed to s...