Other Parts Discussed in Thread: CC2640R2F
Tool/software: Code Composer Studio
Project requirements, cc2640r2f enters low power consumption mode,and wake up every 5 seconds. use sleep() or Power_shutdown() ?
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.
Other Parts Discussed in Thread: CC2640R2F
Tool/software: Code Composer Studio
Project requirements, cc2640r2f enters low power consumption mode,and wake up every 5 seconds. use sleep() or Power_shutdown() ?
Hi,
Have a look at this post: https://e2e.ti.com/support/tools/ccs/f/81/t/848480
For your requirements, you should use the sleep() function to let the power policy transition the device to standby.
Best regards,
Vetle