Introduction - If you have any usage issues, please Google them yourself
The other night I was able to get my STM32F4DISCOVERY board to read and write files on an SD card formatted with the FAT filesystem. While I haven t done extensive testing of my code, I m comfortable enough to share what I have with the world. Writing to a filesystem is obviously a convenient feature in many projects. Here s how you can do it with an STM32F4 processor. What follows is the long story you can find my code at the end of the post.