Loading...
 
Skip to main content

System Workbench for STM32


printf through uart

Hi ,

I am able to send the uart if i disable the newlib-nano by deleting -specs=nano.specs in the settings.

However, when i enable it back. it wasn't able to print to the terminal.
If nano is disable, then i cant use the code printf("Number : %d",1); but instead i can print out the normal printf("Hello");

Please help here.

 
Collapse/expand modules below