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.

28035 sensorless 例程 ad采样 EOC设置问题

Other Parts Discussed in Thread: CONTROLSUITE

controlsuite 导入的例程  HVACI_Sensorless 主函数中有这样的语句,想知道为什么这里的EOC为什么定义为4

// Enable EOC interrupt(after the 4th conversion)

AdcRegs.ADCINTOVFCLR.bit.ADCINT1=1;
AdcRegs.ADCINTFLGCLR.bit.ADCINT1=1;
AdcRegs.INTSEL1N2.bit.INT1CONT=1; 
AdcRegs.INTSEL1N2.bit.INT1SEL=4;
AdcRegs.INTSEL1N2.bit.INT1E=1;

大牛们能不能解释一下EOC设置的不同 有什么意思  如果触发中断ADCINT 并不打断外设采样, 那么EOC设置的不同 有什么意义,只是进入中断的时间不同吗?

那这个进入中断的时间 实际意义是什么呢.. 

新学生,刚开始学习 麻烦各位解答。