SDMMC IDMA double buffer mode multi-block write stops before expectation
Currently using STM32L4R9I-Discovery.I want to pass an entire buffer to a sd card using idma sdmmc double buffer mode.The main goal is to pass a large amount of data into a small buffer divided in sub-buffers (in a circular way) to save memory.In my ...