Other Parts Discussed in Thread: EK-TM4C1294XL
Hi Folks,
In my project I need to sample all of the 20 analog inputs. To do this, I want to use ADC0's all sample sequencer and 1 from ADC1 so every distinct step in the sample sequencers will monitor a particular analog input pin. I plant to generate trigger event from a timer and use uDMA for result gaining. The following issues that I want to clarify:
- Can I configure timer for continues trigger generation without any interrupt routine? Without CPU load...
To get data from sample sequencers, I plan to use periphery scatter-gatter uDMA:
- Is the periphery scatter-gatter the right choose for getting all ADC result without programmatic interaction?
- How can I generate SINGLE uDMA (ADC) interrupt that asserts after all of the configured scatter-gatter uDMA transfer completed? Check the datasheet: DMA interrupt is only peer sample sequencer bases
Regards,
Toth, Norbert