Part Number: MSP432P401R
hello,
i want to using MSP432 ADC to sample ADC channels in sequence of channel mode(with timer trigger),and using DMA to transfer the ADC conversion results at the end of sequence.
after 1024 times successive ADC conversions result transfer,i want to trigger DMA interrupt to do some Algorithm.
before the 1024 times successive ADC conversion of the sequence ADC channels,i do not want to enter any interrupt.
can this situation be possible to realize?
for example ,the sample order is A3,A2,A1,A0,and using Timer A to trigger the ADC conversion.
but the question is ,when using timer to trigger the ADC,the ADC14ENC must be toggled at the end of sequence,this is to say i need to enter ADC14 ISR to do that.