2018-05-09 04: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-cards2018-05-09 05: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.
2018-05-09 05: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-
2018-05-09 05:44 AM
example for STM32F1:
\Projects\STM3210E_EVAL\Applications\FatFs\FatFs_uSD-Nesrine-
2018-05-09 07:50 AM
thank you Nesrine M ..I WILL LOOK INTO IT
2018-05-09 07:52 AM
Manjesh R wrote:
thank you Nesrine M ..I WILL LOOK INTO IT