https://github.com/mayankpatel97/stm32_emmc
An eMMC driver and interface layer for FatFs
https://github.com/mayankpatel97/stm32_emmc
emmc fatfs memory stm32
Last synced: 3 months ago
JSON representation
An eMMC driver and interface layer for FatFs
- Host: GitHub
- URL: https://github.com/mayankpatel97/stm32_emmc
- Owner: mayankpatel97
- Created: 2022-08-12T13:47:51.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-09-16T12:43:47.000Z (over 2 years ago)
- Last Synced: 2025-07-30T22:23:52.878Z (11 months ago)
- Topics: emmc, fatfs, memory, stm32
- Homepage:
- Size: 2.93 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# STM32_eMMC
An EMMC code that is connected with STM32F407 via SDIO interface, running FatFs on it.
The code has an interface layer which gives all the required parameters neccessary to
run FatFs on it.