Timer interrupt question
Seairth
Posts: 2,474
My current understanding is:
GETCNT will get the system counter into D, as well as initialize the internal timer register.
ADDCNT will update D, as well as update the internal timer register.
Does this mean that you cannot use the timer interrupt at the same time that the main code is using GETCNT (for a different purpose)?
GETCNT will get the system counter into D, as well as initialize the internal timer register.
ADDCNT will update D, as well as update the internal timer register.
Does this mean that you cannot use the timer interrupt at the same time that the main code is using GETCNT (for a different purpose)?
Comments
Today, I intend to document the event and interrupt system.