Part Number: CC2652P
HI Ti Team,
How is the ZED example code going to sleep mode if no activity?
1. With poll rate = X
2. With zero poll rate
We are wondering, how is it being set. And, how we can adjust for our needs.
Regards,
Walter
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.
Part Number: CC2652P
HI Ti Team,
How is the ZED example code going to sleep mode if no activity?
1. With poll rate = X
2. With zero poll rate
We are wondering, how is it being set. And, how we can adjust for our needs.
Regards,
Walter
Poll rate setting would make ZED wake up according to POOL_RATE periodically. Other timer event and GPI interrupt would also wake up ZED from sleep mode. Other than those events and if there is no task is busy processing, ZED should go to sleep mode.