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...