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/CC3220SF-LAUNCHXL: CC3220SF- Power management Sleep and Wake Up Mode - Using real time Clock

Part Number: CC3220SF-LAUNCHXL
Other Parts Discussed in Thread: CC3220SF

Tool/software: Code Composer Studio

Hai,

i'm working with CC3220SF Launchpad --> power Management ( Sleep and Wake up mode) using RTC clock )

CC3220SF inbuild RTC---> how to active and set the time at sleep and wake up mode 

i'm try to demos power management(example)----->    

*** Power management use case Options : ***


1) Hibernate
2) LPDS
3) Transceiver Mode
4) Intermittently Connected
5) Always Connected


Please enter your Power management use case selection: 1
Device Configured to the selected Power Management use case.
Entering Hibernate, Start measure current..!
Woken from Hib.
Intermittently Connecting...

i will try to hibernate sleep mode ---> wake up using External trigger (sw2)

but i need to RTC based board sleep and wake up...

how to add and set the time (RTC clock)

any other how to set the RTC time at power management 

and Hibernate mode wake up ---> based one timer or RTC 

Thanks 

SELVA

  • Hi Selva,

    The Power Measurement example shows how to set the RTC for wakeup. The application calls the Power_shutdown with a shutdown_timeout.
    You can also refer to the implementation of Power_shutdown in <SDK-ROOT>\source\ti\drivers\power\PowerCC32XX.c (TI Driver) which sets the clock as a wakeup source.

    Br,
    Kobi