2018-10-16 07:46 AM
I'm considering to use a STM32l1's family microcontroller at my project, so, as I will need to plug a flash drive at my device, I would like to validate my concept with a evaluation board that can do this.
Does my MCU's choice seem right?
Does this evaluation board have USB mass storage?
Thanks
2018-10-16 08:52 AM
Pretty sure the L1 family doesn't provide a means to HOST USB Flash drives.
The STM32L152D-EVAL provided for a MicroSD card, and can act as a MSC DEVICE.
The L4 family supports HOST functionality
STM32Cube_FW_L4_V1.12.0\Projects\STM32L476G-EVAL\Applications\USB_Host\MSC_Standalone