Logging Printf Logs on a text file and on Console[SOLVED]. Posted by raulp on 2016-02-02 11:29 I am using STM32XX device and SW4STM32 Version: 1.3.0.201507241045.I am using printf in my methods .How can I log the output of the printf on a text file by running the program on the STM32.Also how can I see the output on console. Br, Rp
Posted by tarek bouchkati on 2016-02-02 17:34 I suggest using semihosting to display printf output in debugger console, for further information on semihosting see my post here To retarget debugger console output to a file, you have to check “File” checkbox and choose a file from Debug Configuration > Common (TAB) Best Regards, Tarek