msp430f2619内部的ADC12只能使用中断模式吗? 它的中断优先级是否高于串口,怎么停止ADC转换?
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.
你好,
可以参考MSP430WARE内部的参考代码来修改。
MSO430F2619的ADC参考代码有使用查询方式来读取ADC的值。
但是ADC采用中断和UART中断应该不回矛盾?
你ADC中断里面处理的数据是不是太多了?占用的时间过长?