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.

CCS/CC1310: cc1310

Part Number: CC1310

Tool/software: Code Composer Studio

i learn the sensor example and the collect example ,i do not know the power manage of the examples ,does is it switch the mode between the standby mode and idle mode,or between the idle mode and the shutdown.if i run the example and i want to know the the  current mode of the example ,how could i know.Testing the current consumption?    

  • From the 15.4 documentation:
    "With TI 15.4-Stack applications, the power contraint is set in main() by defining the POWER_SAVINGS preprocessor symbol. When defined, enabled, the device enters and exits sleep as required for TI 15.4-Stack events, peripheral events, application timers, and so forth. When undefined, the device stays awake."

    When referring to sleep, it is Standby and not shutdown.

    Please take a look at http://www.ti.com/lit/swra478 on how to measure current consumption on our LPs.

    BR
    Siri
  • thanks for your reply,but i cannot find the POWER_SAVINGS preprocessor symbol in the sensor example or the collect example .Is it annother symbol?