2021-09-19 06:06 AM
Hello,
I am using a custom board with stm32f411ce and I want to communicate with an SD card over SPI. I have written my own SPI library and I'm trying to write most of the code using registers. I have searched an SD example with registers and found out that I should use a library. I'm developing in Keil IDE and don't want to use Cube MX. can someone help?
Thanks
Solved! Go to Solution.
2021-09-19 06:53 AM
Here's one:
http://stm32f4-discovery.net/2014/07/library-21-read-sd-card-fatfs-stm32f4xx-devices/
2021-09-19 06:53 AM
Here's one:
http://stm32f4-discovery.net/2014/07/library-21-read-sd-card-fatfs-stm32f4xx-devices/
2021-09-19 06:55 AM
Thanks! I'll check it out