/var/www/restricted/ssh/stm32/www/stm32circle/
phpMyVisites | Open source web analytics
Pages: 1
Hello anyone,Where does the output of the printf() function go ? There is nowhere I can see it in the Ride7 IDE...Thanks
Last edited by slimphony (2009-03-11 17:52:41)
Offline
At the moment, ... nowhere, but you could redirect printf to the IrDA by writing a putchar() function that sends the bytes to UART1. In the future we will provide a function that sends characters to the debugger (SWV). We are working on...