STM32F7 GCC printf
Posted on July 17, 2015 at 04:14 Hello. I'm trying, for the first time in my life,to implement the printf/scanf functions on GCC. I managed to get the UART working in interrupt mode but somehow I can not do the easiest part. That is, I...