This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

RL-FLASHFS and SDIO connected SD cards

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

Parents
  • 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?

Reply
  • 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?

Children