FATFS f_mount problem
Hi,
I am trying to program on keil based on sdio with STM32H753ZI MCU.
I am able to successfully initialize the sdcard FATFS_LinkDriver(&SD_Driver, SDPath),
and I use HAL_SD_Erase() to erase ,itˊs successful ,
but when i use f_mount() function it stuck in the disk_read() and doesnˊt return.
Here are the steps of these function:
f_mount()->find_volume()->chech_fs()->move_window()->disk_read().
here are my sd init parameters


What should I do to solve this problem,
Thanks!
