打印
[技术问答]

ADC_ContinuousScanMode 范例问题?

[复制链接]
324|0
手机看帖
扫描二维码
随时随地手机跟帖
跳转到指定楼层
楼主
powerantone|  楼主 | 2021-2-20 15:03 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
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;

使用特权

评论回复
发新帖 我要提问
您需要登录后才可以回帖 登录 | 注册

本版积分规则

549

主题

2378

帖子

4

粉丝