We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hi All
I'm hoping someone might be able to help me out....
I'm not 100% sure about this...
Can anyone tell me please Does the Keil RL-FLASHFS library support SD cards connected via the SDIO port ?
If it doesn't what solutions have people implemented ?
Thanks
Anbeyon
"Can anyone tell me please Does the Keil RL-FLASHFS library support SD cards connected via the SDIO port ?"
I'm sure Keil could tell you that - have you asked them?
You would probably need to state which specific "SDIO port" you're talking about...
"what solutions have people implemented ?"
This one, with SPI: elm-chan.org/.../00index_e.html
Hi thanks for the reply!
I have looked at the link you posted - thannks. Unfortunately the board I have to work on is built for SD access to run from the SDIO port.
I will contact Keil direct. I just thought I might get an answer quicker here.
So your question is if Keil supports SD Cards connected to SDIO port, and the answer is yes. The SD Card is supported and SDIO hardware is always capable of driving SD Card on SD standard, but vice versa is not. Meaning non SDIO hardware can not drive SDIO Card as there are some extensions for SDIO.
What microcontroller are you planning to use?
Hi Thank you for the reply!!
We are using the STM32F103RCT6
Regards
There is SD Card example for MCBSTM32E board which has microcontroller STM32F103ZE, so I guess this is exactly what you need.
Example is part of RL-ARM library.