Hi @Harry_Zhang
Thank you very much for your reply. I was able to achieve my goal using chainedNextCommandNumber, but I still have a few questions.
I'm using LPTIMER to trigger both ADC0 and ADC1, and I'm transferring the ADC data using DMA0 Channel 0 and Channel 1. The reason I use two DMA channels is because lpadcDmaChnlConfig.channelRequestSource can only be set to either kDma0RequestMuxAdc1FifoRequest or kDma0RequestMuxAdc0FifoRequest.
In this case, is it possible to use only one DMA channel to handle both ADCs?
Thanks