User Activity

Posted on September 08, 2014 at 16:25I try to make mass storage device with stm32f4 and I don't use SD card. So i take usb device example and change usbd_storage.c#define STORAGE_LUN_NBR                  1  #define STORAGE_BLK_NBR                  2...
Posted on September 04, 2014 at 11:02I download STM32CubeF4 from http://www.st.com/web/en/catalog/tools/PF259243. There is an example of MSC in \STM32Cube_FW_F4_V1.3.0\Projects\STM324xG_EVAL\Applications\USB_Device\MSC_Standalone\MDK-ARM.If I build ...
Posted on September 02, 2014 at 11:22I'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, comp...