Associate
July 14, 2015
Question
STM32F429I-DISCO USB MSC trouble
- July 14, 2015
- 3 replies
- 951 views
Posted on July 14, 2015 at 13:12
Hello. I am trying to make USB MSC device on this board with internal RAM disc as storage.
I am using STM32_USB-Host-Device_Lib_V2.1.0 and i use USB MSC project from that archive as example. I have made changes in three files:- usb_bsp.c (left only Pin and Interrupt configuring),
- usbd_storage_msd.c (changed to read/write from 64 Kb array in the internal RAM)
- usbd_usr.c (removed all board dependent code).
