2016-04-05 01:14 AM
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.2016-04-05 01:33 AM
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-2016-04-05 03:30 AM
There isn't any example of a CDC class implementation for stm32f0-discovery with stm32f072 :(
2016-04-05 03:55 AM
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-2016-04-05 06:17 AM
thank you, there is any documentation to support that example?
2016-04-05 06:33 AM
Hi xavier.jose,
Please try to check the associated project readme file.-Syrine-