2017-03-16 03:13 AM
Hi, i am prashant from india, i am having stm32f05r8 discovery board and i want to interface SD card with fatfs enabled (using SPI) on it.so how to do it?????
shared sample source code
2017-03-16 03:26 AM
Hello,
I suggest you have a look to this 'FatFs_uSD' example inside the STM32CubeF0 to develop an application using most of the functions offered by FatFs:
STM32Cube_FW_F0_V1.7.0\Projects\STM32072B_EVAL\Applications\FatFs\FatFs_uSD
This user manual
“Developing Applications on STM32Cube with FatFs� provides a description of how to use the STM32Cube firmware components with a generic FAT File System (FatFs).Hope this helps you.
Imen