DMA write single ADC value incrementally into buffer
I want to make it so the DMA continuously writes the value of an ADC channel into a large buffer in a way that it doesn't write over the previous value in the buffer, but it increments the address so it fills the buffer with values from that singular ADC channel. How can I do this? I want to buffer the ADC readings first without doing anything in between so I can get a large number of readings from a small duration of time and process them later to split up the CPU loading.
Also I need the one ADC channel to be the only one that gets scanned at this time out of four configured ADC channels. How?
