2015-06-27 08:47 PM
I just got the STM32429I-disco board and programming with openst32. I would like to output debug messages from my application to a windows client like putty or other USB interface. What is the easiest way to accomplish this? Thanks!
2015-06-29 10:03 AM
I'd probably use the SWV (Serial Wire Viewer) method, and the window provided for such in the ST-Link Utilities.
Other than this consider wiring up a serial USART to the board, and use that.