This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

28335 ADC模块并发模式和DMA



你好,我现在在用28335的ADC模块并发双序列模式工作,ADC由定时器每隔10us触发一次,请问是否是只需要触发SEQ1即可让SEQ1和SEQ2并发工作?如果是,考虑到SEQ2的数据在SEQ1之后完成转换,是否可以让SEQ2来触发DMA工作?还是应该让SEQ1和SEQ2分别产生两个中断触发DMA的两个通道工作?