SD card issue in SDIO peripheral in Stm32f407VET6 Black Board
hi, community!
I need to use SDIO integrated into Stm32f407VET6 BlackBoard I followed two videos on youtube and always gave me the same problem res=f_mount(&fs,"",1); always gives me FR_NOT_READY I asked Gemini and he told me to change it to res=f_mount(&fs,"",0); when I change it the function return FR_OK but the rest of the functions not work like f_write f_read are return FR_NOT_READY
I found someone in stack overflow has the same problem but without solution
I hope you can help me
videos I followed :
STM32F4 Discovery board - Keil 5 IDE with CubeMX: Tutorial 22 SD Card SDIO 4 Bits + DMA - YouTube
SD card using SDIO in STM32 || Uart RIng buffer || 4-Bit Mode || CubeMx - YouTube
stack overflow question:
stm32 - SD card issue in SDIO peripheral in Stm32f407VET6 Black Board - Stack Overflow
thank you
