Resolved! STM32H723 DMA works well, but after i copy the data which dma wrote, dma doesnt work anymore.
Hi, thanks for reading my question.I use DMA for ADC, and it works well, one shot mode, and starts gain, data changed well from the ADC.But, if I read the data, then DMA works but it cant write it into the memory. #define MAX_DMA_MEMORY_SIZE 2552 A...