STM32H7 SDMMC1 + FreeRTOS + FatFs: f_open() blocks forever (DMA RTOS diskio)
I’m working on an STM32H7R7 project using SDMMC1 + FreeRTOS (CMSIS-RTOS v2) + FatFs, all generated with STM32CubeMX.I’m facing an issue where f_mount(opt=0) works, but the system blocks inside f_open() and never returns, so the return value cannot be...