cancel
Showing results for 
Search instead for 
Did you mean: 

STM32F0 USB Documentation

ee06091
Associate III
Posted on April 05, 2016 at 10:14

Hi all,

I can't find documentation of STM32Cube USB device for STM32F0, could I use the following documentation that I found for STM32F4:

http://www.st.com/st-web-ui/static/active/en/resource/technical/document/user_manual/DM00108129.pdf ? Of course without looking into USB Host feature.

5 REPLIES 5
Nesrine M_O
Lead II
Posted on April 05, 2016 at 10:33

Hi xavier.jose,

The UM1734 User manual is applicable to all STM32 Series that feature an USB peripheral. However for simplicity reason, the STM32F4xx devices and STM32CubeF4 are used as reference platform.

To know more about the examples implementation on your STM32 device, refer to the associated STM32Cube firmware package. 

-Syrine-

ee06091
Associate III
Posted on April 05, 2016 at 12:30

There isn't any example of a CDC class implementation for stm32f0-discovery with stm32f072 :(

Nesrine M_O
Lead II
Posted on April 05, 2016 at 12:55

Hi xavier.jose,

You can try the CDC example which has been tested with STMicroelectronics STM32072B-EVAL board and can be easily adapted to any other supported device and development board:

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

-Syrine-

ee06091
Associate III
Posted on April 05, 2016 at 15:17

thank you, there is any documentation to support that example?

Nesrine M_O
Lead II
Posted on April 05, 2016 at 15:33

Hi xavier.jose,

Please try to check the associated project readme file.

-Syrine-