sd card interfacing through sdio+fatfs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2018-05-09 4:42 AM
hello
i have been working on file creation on sd card using fat file system,i have got firmware for interfacing using spi, i need firmware using sdio+fats ,if anybody has any idea about this interfacing plz help me out.
thank you
#fatfs #sdio+dma+fatfs #sd-cards- Labels:
-
FatFS
-
SDIO-SDMMC
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2018-05-09 5:20 AM
There are workable software examples for the STM3210E-EVAL
https://community.st.com/0D70X000006SrLUSA0
There are schematics for the EVAL board too if you have concerns about the wiring.
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2018-05-09 5:40 AM
Hi
manjeshr62
,I recommend you to have a look to this application under the
firmware package:STM32Cube_FW_F7_V1.0\Projects\STM32756G_EVAL\Applications\FatFs\FatFs_uSD
In fact this example provides a description on how to use STM32Cubeâ„¢ firmware with FatFsmiddleware component as a generic FAT file system module. The objective is to develop an application making the most of the features offered by FatFs to configure a microSD drive.
-Nesrine-
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2018-05-09 5:44 AM
example for STM32F1:
\Projects\STM3210E_EVAL\Applications\FatFs\FatFs_uSD-Nesrine-
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2018-05-09 7:50 AM
thank you Nesrine M ..I WILL LOOK INTO IT
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2018-05-09 7:52 AM
Manjesh R wrote:
thank you Nesrine M ..I WILL LOOK INTO IT
