No Carrige return when redirect printf() to UART2
Posted on June 15, 2016 at 15:41 Hi there, I'm working on custom board based on STM32F103 and the IDE is Keil. I will use UART2 to print some debug logs. To do this I add the fputc function to my code in order to redirect printf to...