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.
dsp 进行adc电压采集时,将采集结果送入结果寄存器时,dsp的其他程序是不是还可以正常运行着,也就是说adc将结果采进结果寄存器是单独进行的不干扰主程序,然后adc中断只是用来处理adc采集的数据的,也可以不触发这个中断。
如果你是用的单核跑程序的话,进入中断之后其他程序需要等出中断之后再执行。如果用双核或者CLA核的话另一个核是可以正常运行其他程序的。
user6258195 说:adc中断只是用来处理adc采集的数据的,也可以不触发这个中断。
这里是什么意思没有明白,ADC中断中做的就是从数据采集到转化为数字量的过程。