2014-10-08 04:16 AM
I am trying to communicate the Discovery Board With PC using user USB.
My purpose is to pass data or messages between PC and Board For various purpose.I tried to use the CDC class but failed. I am a NewbiePlease help me with how should i do that, Configure and Use of class. The Information in Manual is not enough for beginners like me. #stm32f3-discovery2014-10-08 09:09 AM
hei sanghani.niraj,
follow the instruction on the link and you will create your UART communication through usb. It is very very easy to handle. The whole code is already written. http://controlsoft.nmmu.ac.za/STM32F3-Discovery-Board/Example-programs/Virtual-COM-Port-%28VCP%29