Loading...
 
Skip to main content

System Workbench for STM32


Project does not compile

Hello there.

It's been a while since you posted this message, and probably you already have solved this problem, however, for those who have been struggling with this kind of trouble, you just have to add the following two lines at the top of the main.c file:

#include ‹stdlib.h›
#include ‹stdio.h›

and everything should be great.

Hope this help!

 
Collapse/expand modules below