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.

CC3200 wake up

Other Parts Discussed in Thread: CC3200SDK, CC3200

Hello,

I would like to know how to recognize the wake up source.

I wake the system by two ways :

First with GPIO

Second by timer.

How the system knows its wake up source ?

Many thanks 

  • You can refer to the "idle_profile" example in CC3200SDK where the wake up source (GPIO / Timer / host irq) is printed over UART whenever CC3200 wakes up.

    Regards,

    Vaibhav

    ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

    If my reply answers your question, please press the Verify Answer button below the answer to help other users find the correct answer easily.

  • Hi Vaibhav,
    Thanks for your answer.
    I try to use PRCMHibernateWakeupCauseGet() but the return value is always "0",Instead of the source values (PRCM_HIB_WAKEUP_CAUSE_SLOW_CLOCK or PRCM_HIB_WAKEUP_CAUSE_GPIO)
    The example you refer use osi but I don't.
    Please have you a light for me ?
    Best Regards