cancel
Showing results for 
Search instead for 
Did you mean: 

Is any VCP driver avairable for STM32F4-Discovery (Vista 32-bit)

yufit0527
Associate
Posted on November 12, 2011 at 04:21

Hi,  

I am looking for 

ways to communication between host PC terminal emulator 

and discovery board via USB cable. 

(for example, hyper term or  tera term ...)

Is any virtual COM port driver software available for STM32F4-Discovery?

Or do anyone knows better ideas?

I am Japanese engineer. and there is few Japanese doccument 

aboutSTM32F4Discovery. 

Sorry if my writing is weird.

any help is appreciated.
4 REPLIES 4
bestak47
Associate
Posted on December 13, 2011 at 10:19

If you need PC drivers, google for stm32_vcp.zip (I found it on st.com for some STM32F1xx).

But I have another problem, I can not use examples for VCP from STM32F1xx (USB full speed device library).

Where I can see example of implementation of USB FS/HS CDC? (Migrating from STM32F100 UART to STM32F407 with USB-CDC).

elpellini
Associate
Posted on January 12, 2012 at 04:08

Hi friends, i'm also trying to implement a CDC virtual com port on STM32F4 inside the discovery kit.

However, I didn't find any good or mature starting point.

I tried to match de examples from STM32F1 USB CDC with something from the STM32F4 USB OTG examples, but the libraries are completely different.

Does any one already have any simple solution ?

Regards

Pellini

mard
Associate II
Posted on January 22, 2012 at 01:10

You are right! The library for STM32F1xx chips and STM32F4xx are different. It is not so easy to make the all necessary changes. But we done it 🙂 You can use the Google translator from czech language and get inpiration form our article:

http://mcu.cz/comment-n2800.html

(at the end of text you will find the demo application with correct libraries). The demo is for Atollic TrueSTUDIO.

Best Regards, Mard!
anoop
Associate II
Posted on May 14, 2012 at 09:14