Loading...
 
Skip to main content

System Workbench for STM32


Redirecting printf() does not work

Tunisia

Hello Hendrik,

You are just missing the syscalls.c, see atached file
look at _write function which calls the _io_putchar function, this _write function is called by printf, puts, putc ...

Regards,
Tarek