Other Parts Discussed in Thread: SYSCONFIG
Tool/software:
I am trying to build a data acq using MSPM0G devices for two channel simultaneous sampling for ADC0 and ADC1, and would like to optimize hardware solution and minimize CPU intervention. I would like to
1) Start a timer that defines the sampling time ( 1msec) for both ADC's
2) Each over flow it starts the ADC sampling through timer event channels for both ADC's. ( That works for me)
3) MEM interrupt will move the result to external buffer through DMA for both ADC's sing DMA Channel 0 and DMA Channel 1. That works great.
4) ADC retrigger and ready for next timer over flow event. This works for single ADC conversion, but when I enable Single repeated mode , ADC interrupts just keeps interrupting the processor and I could not get to reset interrupt will not exit. I have tried that in debug mode or even when run mode it still I could reset the interrupt and have the ADC wait for next over flow interrupt.
This the sysconfig file generated for one ADC: