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
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.