2025-06-07 1:16 PM
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!).
Solved! Go to Solution.
2025-06-08 12:20 AM
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
2025-06-08 12:20 AM
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