Thread 中讨论的其他器件: SysConfig
我们在 CC1352R 上开发 PCB。
在 CC1352R 中、设置参考值为 VDDS (=3.0)。
输入3.0V 端口、ADC 值为0xF2C 而不是0xFFF。
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.
您好!
默认情况下、如 CC1352技术参考手册的第19.5.2.2.1节所示、ADC 输入按特定系数进行缩放。
您可以通过禁用 SysConfig 中的"输入缩放"(adcsinglechChannel 示例)将其设置为0xFFF 等于3V: 
如需了解更多相关信息、请访问 :https://dev.ti.com/tirex/explore/content/simplelink_cc13xx_cc26xx_sdk_6_20_00_29/docs/drivers/doxygen/html/_a_d_c_c_c26_x_x_8h.html#a5ed293d16be70036c4008865dbe33b98
请记住,您可以使用 adc_convertToMicroVolts ()方法直接获得微伏读数: https://dev.ti.com/tirex/explore/content/simplelink_cc13xx_cc26xx_sdk_6_20_00_29/docs/drivers/doxygen/html/_a_d_c_8h.html#aa1cd6feaa85ea5409dbe1769586bff20
此致、
Arthur