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.

CC2530的ADC连续转换的问题。

Other Parts Discussed in Thread: CC2530

据我研究datasheet的结果,CC2530的ADC要么是单通道单次转换,要么是多通道转换序列。现在我想在单通道1秒内连续采样上百次的数据,通过DMA存储到一个数组后再通知CPU来处理,这个转换过程能否自动完成,而不需要软件去干预,不断地操作寄存器。