牛卧堂MCU技术交流
标题:
ADC_ContinuousScanMode 范例问题?
[打印本页]
作者:
keyway
时间:
2014-7-13 16:10
标题:
ADC_ContinuousScanMode 范例问题?
ADC_ContinuousScanMode 并没有使用中断读取 ADC,为什么要
clear the A/D interrupt flag for safe????{:soso_e180:}
/* clear the A/D interrupt flag for safe */
ADC->ADSR = ADC_ADSR_ADF_Msk;
/* start A/D conversion */
_ADC_START_CONVERT();
/* Wait conversion done */
_ADC_WAIT_CONVERSION_DONE();
/* Clear the ADC interrupt flag */
ADC->ADSR = ADC_ADSR_ADF_Msk;
作者:
Angus
时间:
2015-5-11 11:26
这只是编程习惯. 不打开NVIC中断向量, 就不会发生中断.
欢迎光临 牛卧堂MCU技术交流 (http://nuvoton-mcu.com/)
Powered by Discuz! X3.2