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: CC1310是否可以获取射频发送时候的电压

Part Number: CC1310

HI,

  我现在CC1310使用的电池供电,是否可以在射频进行发送时,CC1310获取此时的电池电压?

谢谢。

  • 可以的,CC1310片上有一个Battery Monitor,它可以检测电池电压

    The battery monitor is a small block automatically enabled at boot that monitors both the VDDS supply
    voltage and the temperature through an on-chip temperature sensor.
    The battery monitor provides voltage and temperature information to several modules, including the flash
    and the radio, to ensure correct operation and lowest power consumption. Therefore, it is not
    recommended to modify any settings in the battery monitor or turn it off.

    驱动程序查看SDK安装目录C:\ti\simplelink_cc13x0_sdk_4_20_00_05\source\ti\devices\cc13x0\driverlib中的

    aon_batmon.c和aon_batmon.h

  • 那如何在射频正在发送时检测电池电压呢?

  • 在发送的时候调用获取电压的API就能获取到电压