cancel
Showing results for 
Search instead for 
Did you mean: 

USB Virtual Com Port example

arge
Associate III
Posted on January 28, 2014 at 15:02

Hello,

USB Virtual Com Port example doesn't work on device mode

I have a uC card wtih stm32f107 which works host and  FS mode, reads Flash disc.. Now I am trying eval vcp example, I made necessary changes but it doesnt work even I put break points on main and systick. Something is wrong about VCP example with CL devices.

My other question does VBus need to be open manually for device mode? Because on host mode we read flash disc by ''USBH_USR_MSC_Application'' event.

#usb-vcp
10 REPLIES 10
Muhammad Moiz khan
Associate II
Posted on October 18, 2016 at 12:55

Hello everyone, 

  I using STM32F070 microcontroller and following example below for USB CDC:

STM32Cube_FW_F0_V1.6.0\Projects\STM32072B_EVAL\Applications\USB_Device\CDC_Standalone

 

I have made it work using CDC standalone but the issue is that I was previously following CMSIS library and the example of CDC standalone follows HAL,  I am new Hal and don't want to switch, any working example of USB via cmsis would be helpful.

I would be grateful if anybody help me in this regard. 

Thankyou