I m using MSP432E eval board and would like to program all 20 ADC channels for sampling voltage. Initial implementation i have done using interrupt so, to read all 20 channels 3 interrupts get generated with 8+8+4 sequence mode. So the CPU need to serve all 3 interrupts to read all 20 channels.
I would like to use DMA instead to reduce CPU overhead. for that i would like to know what is the best way to configure DMA so that all 20 channels can be sampled and read by CPU with single interrupt?