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.

F28335 ADC数据通过DMA传送至SRAM问题

AD数据传输至SRAM时,是可以直接DMASource = &AdcMirror.ADCRESULT0; DMADest   = &DMABuf1[0];还是需要传输两次,先从ADC传至DMA,接着再传至SRAM