2013-05-15 05:55 AM
Hey all,
I'd like to set up my STM32F3 Discovery board to use the User USB port for virtual com port communication. Ideally it would just be set up to send diagnostic messages from the board to a PC terminal while I'm trying to set up other peripherals since LEDs can only provide so much feedback.What would be the best way to go about implementing this? I've seen there are some demos for the EVAL series of STM32 boards, but I've not got a clue how to change them to make the Discovery board work.Thanks,Craig #usb-virtual-com-port #vcp2013-05-15 06:51 AM
I've seen there are some demos for the EVAL series of STM32 boards, but I've not got a clue how to change them to make the Discovery board work.
Remove the LCD, and other irrelevant parts, and address any pin assignment differences, ie LED and Buttons, etc.2013-05-15 07:11 AM
While I'm sure that'd work and everything, that doesn't really help me in the process of learning how to make it work myself. And how do I deal with having it be recognised as a com device with usb?