2016-02-03 04:30 AM
Hey,
i have a problem to connect the SMT32F4-discovery Board as a vcp device on my laptop. The board is detected as a USB device but i can not connect it as a vcp device. I have installed the Stm32 st-Link Utility and tried the stm vcp driver and the FTDI Diver but it did not work. Is there any other Software i have to instal? I read that there is the StLink/V2 on the Board. Does this debug tool support vcp? best regards Peter #vcp #!stm32f4discovery-!fsmc #-2016-02-03 04:38 AM
> Does this debug tool support vcp?
NO. VCP is availible only on STlink V2-1.2016-02-03 09:36 AM
The NUCLEO boards, and some of the newer DISCO (mbed enabled) boards support a VCP via the debugger's USB connection.
For the old STM32F4-DISCO you'd need to compile a USB firmware for the F407 and connect via CN5 (micro USB)2016-02-03 09:41 AM
Consider if you can use this, it's not a 4 years old design..
http://www.st.com/web/catalog/tools/FM116/CL1620/SC959/SS1532/LN1847/PF262632
2016-02-04 04:28 AM
I'v connected it via Micro-USB (CN5) and it works now.
Thanks for your help!!!!