Loading...
 
Skip to main content

System Workbench for STM32


printf through uart

France

Hi Michael,

If changing the buffering does not work (I don't understand why), you can alsu use fflush(stdout) to flush the buffer when you want output to be visible before a "\n".

Bernard (Ac6)