cancel
Showing results for 
Search instead for 
Did you mean: 

STM3210C Eval USB Host CDC Example Code

lokesh
Associate II
Posted on October 08, 2014 at 09:15

Can anyone share USB Host CDC VCP Example code for STM3210C Eval board?

i downloaded one example but it doesn't have USB Host CDC example.

#usb #cdc #stm32 #st3210c #vcp
3 REPLIES 3
chen
Associate II
Posted on October 08, 2014 at 10:18

Hi

FYI the original demo for this board is here

http://www.st.com/web/en/catalog/tools/PF257878

The ''

STM32F10x, STM32L1xx and STM32F3xx USB full speed device library (UM0424)

'' is here

http://www.st.com/web/catalog/tools/FM147/CL1794/SC961/SS1743/LN1734/PF258157

The USB Full Speed library is a USB peripheral driver for the STM32 parts. It contains examples for a number of USB device types. One of them will be the USB CDC device.

It does not look like the FS lib has any host examples.

This is the link to

http://www.st.com/web/catalog/tools/FM147/CL1794/SC961/SS1743/LN1734/PF257882

http://www.st.com/web/catalog/tools/FM147/CL1794/SC961/SS1743/LN1734/PF257882

This is the USB peripheral device driver for USB On The Go.

It does have USB Host examples.

lokesh
Associate II
Posted on October 09, 2014 at 11:31

thanks sung.chen_chung,

i have downloaded that below stuff but i was more interested in Host CDC/VCP example code.

chen
Associate II
Posted on October 09, 2014 at 12:47

Hi

I posted both but it depends on what processor (processor family) is on the STM3210C Eval

Note the titles of the links states which processor families they support.