Hi Dialog team,
I have somethings need to clarify :
1/ What are differences between Timer0, BLE timer and wakeup timer? Is BLE timer belong to BLE core?
2/ Can BLE timer acts when Arm processor powered down? And I wanna know what component control BLE timer?
I do hope you all could help me with this!
Regards,
ChungTran.
Device:
Hi chungtran,
1) Timer0 is a normal hardware timer please refer to AN-B-025 doc DA14580 Using Timer 0.
2) BLE Timer is a dedicated timer that serves BLE events, wake up the da in order to serve a connection, an advertising interval etc (Wakes up the system syncronously).
3) wake up timer wakes up the system by an external event (Wakes up the system asynchronously).
Please refer to the doc UM-B-006 for more details.
Thanks MT_dialog
Hi MT_Dialog,
Thanks for swiff reply! I understood!
Chung Tran.