WakeTimer
The WakeTimer is driven by a 32KHz (or 32768Hz for an external oscillator) oscillator and has two hardware counters. Use ToCoNet_vSleep()
to perform sleep using WakeTimer.
The counter is a subtractive type, and when the value reaches 0, an interrupt is generated and the counter continues to subtract.
Relationship between count value and real time
The calculation of the WakeTimer count value and real time is as follows.
最終更新