cancel
Showing results for 
Search instead for 
Did you mean: 

USB_OTG and Flash Drive on STM32F469I-DISCO

cadrjr
Associate

Can the STM32F469I-DISCO support reading/writing a FLASH Drive on its UTB-OTG interface ?

What software does it need for this ? (Pardon my ignorance - I'm a Hardware guy!).

 

 

   

1 ACCEPTED SOLUTION

Accepted Solutions
KnarfB
Super User

The firmware library has a MSC (mass storage class) driver: STM32Cube_FW_F4_V1.28.1\Middlewares\ST\STM32_USB_Host_Library\Class\MSC,

the UM1720 User manual desribes it,

and the STM32CubeMX Example Selector can download example code for you. 

I have never used it myself, however.

hth

KnarfB

 

View solution in original post

1 REPLY 1
KnarfB
Super User

The firmware library has a MSC (mass storage class) driver: STM32Cube_FW_F4_V1.28.1\Middlewares\ST\STM32_USB_Host_Library\Class\MSC,

the UM1720 User manual desribes it,

and the STM32CubeMX Example Selector can download example code for you. 

I have never used it myself, however.

hth

KnarfB