STM32 USB Virtual COM

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Anonymous
Not applicable

Hi,

I am using Murata SN8205 based solution.

Has anyone tried integrating STM USB Virtual COM(VCP) driver into the STM32 MCU, so that we can use the USB like a virtual COM?

The driver need to be ported to the WICED SDK.

Regards,

Karthik

0 Likes
1 Solution
Anonymous
Not applicable

I've used the STM USB Virtual COM for an STM32 MCU.  The examples that come with the free STM32 SDK Firmware Libraries work great.  They have example projects for IAR, Keil and Eclipse/Gnu projects, but you can just take USB stack files and add to a WICED SDK project to port it.  I suggest you look at those examples.

View solution in original post

0 Likes
1 Reply
Anonymous
Not applicable

I've used the STM USB Virtual COM for an STM32 MCU.  The examples that come with the free STM32 SDK Firmware Libraries work great.  They have example projects for IAR, Keil and Eclipse/Gnu projects, but you can just take USB stack files and add to a WICED SDK project to port it.  I suggest you look at those examples.

0 Likes