stm32duino / Arduino_Core_STM32

STM32 core support for Arduino
https://github.com/stm32duino/Arduino_Core_STM32/wiki
Other
2.8k stars 967 forks source link

USB Mass Storage ? #528

Closed Bob-the-Kuhn closed 5 years ago

Bob-the-Kuhn commented 5 years ago

I'm just wondering if a USB Mass Storage implementation is on the roadmap?

It would be really nice to stop moving the SD card between the PC and the STM32F board.

I've looked at some of the examples. Definitely over my pay grade.

fpistm commented 5 years ago

Hi @Bob-the-Kuhn currently not. Anyway this could be achieved using STM32_USB_Device_Library class MSC: https://github.com/stm32duino/Arduino_Core_STM32/tree/master/system/Middlewares/ST/STM32_USB_Device_Library/Class/MSC

Bob-the-Kuhn commented 5 years ago

thanks

zhscust commented 2 years ago

Hi @Bob-the-Kuhn currently not. Anyway this could be achieved using STM32_USB_Device_Library class MSC: https://github.com/stm32duino/Arduino_Core_STM32/tree/master/system/Middlewares/ST/STM32_USB_Device_Library/Class/MSC

@Frederic Pillon :- can you please share any example for the same ?