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.

2833x ADC DMA如何进行地址的分离



TI 的DEMO里,各个通过的目的地址都是合在一起,比如两个AD通道的DMA,地址为0~.99,0.~.49 为channel 1, 50~.99为channel 2

现在想把 AD channel 1的数放入数组A1[50], channel 2的数放入数组A2[50],该如何实现?