2020-04-07 10:27 AM
The SD card itself seems to work flawlessly with my computer. I tried all the configurations offered in the forum for those who had a similar issue (setting DMA or the interrupt timer) and it doesn't seem to help. Stepping through the function with the debugger seems to change the result (giving out FR_NOT_READY instead of FR_DISK_ERR ), so I don't really know where thing go wrong.
What else can I try to do to fix this?
2020-04-07 11:44 AM
On a Nucleo board, or something else?
If not Nucleo, what USART and pins are used for debug/diagnostic output?
Show socket and wiring.
2020-04-07 11:52 AM
2020-04-07 12:28 PM
Working SDMMC + FATFS demo for NUCLEO-L476RG, outputs diagnostic to VCP at 115200 8N1
2020-04-07 12:49 PM
How exactly do I use this file with CubeIDE?