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.

求助MSP430F5529的模数转换ADC12问题

Other Parts Discussed in Thread: MSP430F5529

菜鸟一枚提问:

为什么在MSP430F5529中,语句
if       (ADC12MEM0>=0X7FF)    
表示ADC12MEM = A0 > 0.5AVcc?
这里面的0X7FF到底是什么意思,又是怎么和AVcc扯上关系的?