Does the timer tick in the JN-AN-1229-ZBPro-Application-Template have anything to do with the hibernation of the system?Which documents can I refer to?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Does the timer tick in the JN-AN-1229-ZBPro-Application-Template have anything to do with the hibernation of the system?Which documents can I refer to?

421 Views
jun951753jun951
Contributor III

How do I define my own tick timer from initialization?

Labels (2)
1 Reply

351 Views
mario_castaneda
NXP TechSupport
NXP TechSupport

Hi

Please look at the JN-AN-1218 Timer Button Scan.

 /* Create Z timers */
 ZTIMER_eOpen(&u8TimerButtonScan, APP_cbTimerButtonScan, NULL,
   ZTIMER_FLAG_PREVENT_SLEEP);

Hope it helps

Regards,

Mario