Tool/software: TI-RTOS
Hi all,
In my recent project, I need 20 adc sample channels with TM4C1294NCPDT chip.We know that there are four sample sequencers in TM4C ADC.And I have used sequencer0 for adc0 and sequencer1 for adc1 for my early project.I wonder the adc0 or adc1 can only be binded with one of the four sample sequencers.Does the adc0 or adc1 be binded with more than one sample sequencers?
How could I use 20 adc sample channels in ADC_INT_SS0,ADC_INT_SS1 or so on?
I have used timer trigger for sequencer0 of adc0 and sequencer1 of adc1(12 channels in sum).But I just don't know how add more 8 channles.Could give me some suggestions about using adc 20 channnels with adc sequencer interrupt?