Skip to main content
EPora.1
Associate III
September 19, 2021
Solved

stm32f4 spi sd card without HAL

  • September 19, 2021
  • 2 replies
  • 1428 views

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

This topic has been closed for replies.

2 replies

TDK
TDKBest answer
September 19, 2021
"If you feel a post has answered your question, please click ""Accept as Solution""."
EPora.1
EPora.1Author
Associate III
September 19, 2021

Thanks! I'll check it out