2022-08-01 10:29 PM
Also we have tried DMA with SDIO using FATFS file system and we are not successful.
2022-08-03 07:17 AM
Hello @NPatr.1 and welcome to the Community :)
When DMA is used, the MX_DMA_Init shall always be called before any other HAL_***_Init (where *** is any peripheral with a HW dependency on DMA init code).
Please refer to this post for more details : MX_DMA_Init order in the main.c file generated by STM32CubeMX, How to fix?
When your question is answered, please close this topic by choosing Select as Best. This will help other users find that answer faster.
Imen