2014-09-02 02:22 AM
I'm using STM32Cube to generate simple USB MSC project. I'm using STM32F417VG.
So I'm selecting USB_OTG_FS - Device_only and USB_DEVICE - Class For FS IP - Mass Storage Class. Then I'm generating source code, compile it and download to board, put it's USB cable to PC and nothing happens. What am I doing wrong? #usb #cubemx #st32cubemx #msc2014-09-02 06:05 AM
Should we guess?
Suggest you try porting one of the existing USB Firmware examples (V2.1.0 MSC) to your custom boards. Pay particular attention to differences in pin usage, and crystal frequencies.2014-09-03 03:13 AM
Do you know where I can find an example of USB Mass Storage Class for stm32f4? It will be good if it make part of my FLASH as MSC.
2014-09-03 04:14 AM
Hi de.ab,
You can find three USB MSC class applications for each supported STM32F4 boards within the STM32CubeF4 firmware package availablehttp://www.st.com/web/en/catalog/tools/PF259243#
: