cancel
Showing results for 
Search instead for 
Did you mean: 

SD card access with SDIO interface.

websat13
Associate II
Posted on February 19, 2016 at 17:04

hello

i am using the SDIO interface of an STM32F205vft6 to access an sdcard.

for this purpose i am using the MSC class (USB interface) and STM32cubeMX v4.13.0

when i plug the usb the device is recognized but i have a message that says that the 

sdcard must be formatted ( i tested the sdcard with a reader and it is already formatted in FAT32).

thanks.

#je-ne-l'aime-cube #no-hablo-hal
2 REPLIES 2
Posted on February 19, 2016 at 17:53

So this is symptomatic that the SDIO read function isn't pulling the right data from the right blocks.

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
websat13
Associate II
Posted on February 19, 2016 at 21:19

hello

i am using dma for both sdio TX and RX

is there any bug in the stm32mxcube functions ?

thanks