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.

CC1310: ad采集

Part Number: CC1310

res = ADC_convert(adc, &adcValue0); 这句是干啥用的?

adcValue0MicroVolt = ADC_convertRawToMicroVolts(adc, adcValue0); 这句是采集微伏的,这个微伏我串口读不到!

只能读到第一句的值 是一个 16进制数,这个16进制数是个什么东西?

求解求解