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.
修改ADC章节的例程FILE: adc_ex6_soc_continuous_dma.c,
通过DMA将ADCA的转换结果传输到myADC0Buffer当中了,目前在修改FSI的例程
这一处应该指定的是要传输的数据的数组
这一处例程上说是将要传输的写入缓存区。
那么如果我将这个txBufData直接修改为myADC0Buffer,是否可以实现ADC采集的数据通过FSI进行传输呢