Posted on April 27, 2018 at 19:33
Hi,
I am using the STM32F407VG and try to read an SD Card over SDIO in 4 bit mode.
I have downloaded the fatfs driver from this site:
https://community.st.com/external-link.jspa?url=http%3A%2F%2Fstm32f4-...
Posted on May 18, 2018 at 15:29 I attached a minimal project of my problem. May be someone can take a look over it.
________________
Attachments : sdio_test.rar : https://st--c.eu10.content.force.com/sfc/dist/version/download/?oid=00Db0000000YtG6...
Posted on May 09, 2018 at 12:16
Now I figured out, the second check_fs-call isn't working because theHAL_SD_IRQHandler-interrupt-function isn't setting the hsd->SdTransferCplt = 1U; due to a CRC error. So the SD_DMA_RxCplt-interrupt-functionends ...