how to use 4 channels of ADC(192 KHz signal) with DMA such that out of total decided buffer size of 4096, we can populate the first 1024 buffers with ADC channel 1 , second 1024 buffers with adc channel 2 and so on ?
I am building a radar back end wherein I have to process 4 ADC channels coming in from radar front end and want to do processing on each channel and want to store the adc values in the buffer so that I can do DSP on it.