DMA with FMC device
Hello,Is it correct to call HAL_SRAM_Init()for each external FMC memory ( So that each one has its own mdma handle )?The story:We have 3 memories: external nor, eternal sram, and fpga.But we don't get the dma callback called after calling to HAL_SRAM...