TIMER TC bit problem

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
lock attach
Attachments are accessible only for community members.
Anonymous
Not applicable

Greetings,

   

     Does the bit Timer_STATUS_TC remains High always? In my project the Timer_STATUS_TC always executes.

   

I have attached the project below.

   

 

   

Thank you.

0 Likes
1 Reply
Bob_Marlowe
Level 10
Level 10
First like given 50 questions asked 10 questions asked

Yes, Tc is a "sticky" bit (and some others too). Read the status of the timer with Timer_ReadStatusRegister() which will clear the Tc bit.

   

 

   

Bob

0 Likes