Resolved! STM32H7A3x stack overwriting issue at f_read (SDMMC + DMA + FATFS)
Hi,I am currently developping a custom bootloader to flash my app with STM32H7A3ZIx / SDMMC / FATFS with DMA templateIt fetch a binary (*.bin) from an SD card, read maximum BUFFER_SIZE (=8192) and stores it in a uint8_t RAM_Buf[BUFFER_SIZE] array (8K...