Problem with f_mount dma+sdmmc+Fatfs on stm32f7
Hi everyone! I'm having some problems with DMA+SDMMC+FATFS.
The nonDMA version works succesfully. But when I want to use DMA I have problems.
My MCU - stm32F765vi. My peripherals initialization looks like
- SDMMC1

- SDMMC1 NVIC settings

- FATFS settings

The problem is that f_mount returns an error that makes it impossible to work.
Going further, the find_volume function is called in the f_mount function. Then the code stops at this point, after which an error is returned.
Value of fmt = 3.
I also tried to use separate RX and TX, but the error appears in the same place.
Studying the forums and documentation didn't help me, so I would appreciate any help!
