Posted on January 23, 2015 at 13:59 Hello. I have a project in which I want to log some data into a text file on a SD card, using STM32F103RBT6. I managed to program the interface driver through SPI, since this chip doesn't have SDIO. It works ...
Posted on January 24, 2015 at 18:45Hello again.I finally managed to get FatFs working by adapting this guy's STM32F4 implementation: http://stm32f4-discovery.com/2014/07/library-21-read-sd-card-fatfs-stm32f4xx-devices/ with my SPI driver. I can now ...
Posted on January 23, 2015 at 15:12Hello, Laurent. Thank you for your answer. Indeed, the FatFS library is very interesting and it has more options that dosFs, but I looked into the functions that initialize the drive and it calls SDIO functions tha...