i want to achieve following actions on F28335:
1, sample ADC_INA0/AD/ADC_INB0, ADC_INA1/AD/ADC_INB simutaneously, each channel 2048 words respectively
2, the data are transfered to RAM via DAM
3, after a SOC pulse, the ADC converts the 4 channel data automatically, CPU doesn't intervene the ADC anymore
how to configure ADC registers and DAM regester?
My big doubts is that when ADC is configured as continuous mode, is it necessary to implent SEQ1 interrupt ISR,since SEQ1 goes back to CONV00 automatically.
can anyone who is familiar with F28335 ADC module help me? thanks a lot