Loading...
 
Skip to main content

System Workbench for STM32


STM32F767ZI nucleo board printf to console

> have put a breakpoint in _write function and I can see that it is being called

So, just implement int _write(int file, char *data, int len) function?