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.
使用的产品是MSP430FR2355,ADC采用ADCSC软件控制,sequence-of-channels模式,ADCMSC置1.用于采样An~A0的ADC数值
我的问题是:
当我将ADCSC的设定放置于Timer中断外进行时,整个采样没有问题,可以顺利的顺序采样N个通道;
但是把这个过程放置于Timer中断内进行时,每次SC置位只能采到一个数值。
我想请教一下是中断优先级的问题吗?或者是我哪里设定有遗漏的地方?
谢谢。