Resolved! DMA with multple variable
I have three variables:volatile uint16_t a[20000];volatile uint16_t b[20000];volatile uint16_t c[20000]; However, I only have one DMA channel.Can I use the DMA to transfer these three variables together in circular mode?starting with the first 10,00...