Question
STM32F302 as USB Virtual Com Port Device.
Posted on August 11, 2015 at 13:40
I am trying to use STM32Cube to generate a VCP Usb device framework for the STM32F302CB micro.
It works fine for a STM32F405 chip and a STM32F103 chip.But on the 302, it just wont enumerate properly?The only differences I can see are the 302 supports USB Device only, while the others have OTG support.Has anybody got the STM32F302 working as a usb device using the HAL drivers and STM32Cube? #stm32f3 #usb #vcp #device