2017-02-09 11:44 AM
is there any example of how to use HAL and USB (VCP) for stm32f103?
thank!
2017-02-10 12:23 AM
Hello
Garberoglio.Leon
,You can
download the
firmware package and get inspired from one ofthe CDC_Standaloneexamples using the HAL driver in this path:STM32Cube_FW_F1_V1.4.0\Projects\STM3210C_EVAL\Applications\USB_Device\CDC_Standalone
STM32Cube_FW_F1_V1.4.0\Projects\STM3210E_EVAL\Applications\USB_Device\CDC_Standalone
You may re-use sections available in the example and get inspired from them.
You need also to install the
/external-link.jspa?url=http%3A%2F%2Fwww.st.com%2Fweb%2Fen%2Fcatalog%2Ftools%2FPF257938
.Hope this helps you.
Regards
Imen
2017-10-16 11:14 PM
stm32f103 CustomHid? CustomClass?
2017-10-17 03:34 AM
Hi
ariverac
,Look toSTM32Cube_FW_F1_V1.6.0\Projects\STM3210E_EVAL\Applications\USB_Device\CustomHID_Standalone for example.
provides the list of all available examples in the STM32CubeF1 package.-Amel
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2018-03-25 08:19 AM
Thank, I have now implemented a USB
CustomClass - WinUSB for stm32f407x and stm32f103xx