adc dma reading
I am using 6 channels adc with 46uSec sample rate. the reading is pretty good with dma. and I use TIMER trigger adc reading and get data from dma call back function. but every time I only get one sample for each channels, it is possible to set multiple samples for each channel back to dma, so I can reduce dma Interrupt. For example, I can have one trigger generated by TIMER output channel with 46uSEC, but DMA will collect 2 or 4 samples for each channels, then trigger dma complete conversion call back, so I significantly reduce conversion complete call back interrupt.
Thank you.