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.
请问图中那两个中断分别是什么意思呢,代码 while(!ADCIntStatus(ADC0_BASE, 1, false)) { }是如何判断ADC转换完成的???
原始状态中断与可屏蔽中断,两者的区别如下
ADC采样完成后,有个中断标志会置位的,检测这个中断标志就可以