Current[ConversionCount] = ((AdcRegs.ADCRESULT0)>>4);这是采样中断中的一条语句,请问为什么AdcRegs.ADCRESULT0有值,但是Current[ConversionCount] 没有值?
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.
Current[ConversionCount] = ((AdcRegs.ADCRESULT0)>>4);这是采样中断中的一条语句,请问为什么AdcRegs.ADCRESULT0有值,但是Current[ConversionCount] 没有值?