printf and network setting problem (cmsis)
Posted on September 14, 2016 at 15:18 Hello I have added this code to my project to use printf as command to send USART's data struct __FILE { int handle;} ; FILE __stdout; FILE __stdin; FILE __stderr; int fputc(int ch, FILE *f) { wh...