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.
Zone New,
是我表述得不对。
寄存器ADCTRL1的SEQ_CASC位是选择Dual-sequencer mode还是Cascaded mode,也就是双排序器模式还是单排序器模式,两者的区别是在触发源上可以有不同的选择;
寄存器ADCTRL3的SMODE_SEL位选择Sequential sampling mode还是Simultaneous sampling mode,也就是顺序采样模式和同步采样模式,它们的区别是顺序采样是一个一个通道采样,同步采样是一对通道同时采样;
上述两两组合可以形成四种模式,如Example 1-2的同步采样单排序器模式;
另外,ADCTRL1的CONT_RUN位选择Start-stop mode还是Continuous conversion mode,即启停模式和连续采样模式,两者的区别是ADC采样频率计算方式不一样,在连续采样模式下,它的采样频率是ADCCLK/(ACQ_PS +1);在启动停止模式下,它的采样频率是SOC信号的频率。