Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shishir-dey/stm32-usb-msc
A sample project to demonstrate file handling on microcontrollers. Stack: STM32 + USB_OTG + USB Host + USB Mass Storage Class + FatFS
https://github.com/shishir-dey/stm32-usb-msc
fatfs stm32 thumb-drive usb-msc usb-otg
Last synced: about 2 months ago
JSON representation
A sample project to demonstrate file handling on microcontrollers. Stack: STM32 + USB_OTG + USB Host + USB Mass Storage Class + FatFS
- Host: GitHub
- URL: https://github.com/shishir-dey/stm32-usb-msc
- Owner: shishir-dey
- License: mit
- Created: 2020-02-26T12:11:44.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-07-19T04:25:52.000Z (6 months ago)
- Last Synced: 2024-07-19T12:38:18.594Z (6 months ago)
- Topics: fatfs, stm32, thumb-drive, usb-msc, usb-otg
- Language: C
- Homepage:
- Size: 952 KB
- Stars: 7
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# stm32-usb-msc
An STM32 project to handle filesystems on a USB Mass Storage device, using the FatFS library