two interrupt

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

cross mob
Anonymous
Not applicable

Hi

   

It is passible to generate two interrupt "Terminal Cound" and "Compare True" ?

0 Likes
1 Solution
ETRO_SSN583
Level 9
Level 9
250 likes received 100 sign-ins 5 likes given

Yes. In the global properties pick one of the two, for example say compare true,

   

then route Tc to a pin, and set it up in its properties with an interrupt.

   

 

   

   

 

   

 

   

Or if you do not want to use a pin, place a buffer, and route Tc to it, and set up ISR on output 1 of the buffer.

   

 

   

   

 

   

 

   

Regards, Dana.

View solution in original post

0 Likes
3 Replies
ETRO_SSN583
Level 9
Level 9
250 likes received 100 sign-ins 5 likes given

Yes. In the global properties pick one of the two, for example say compare true,

   

then route Tc to a pin, and set it up in its properties with an interrupt.

   

 

   

   

 

   

 

   

Or if you do not want to use a pin, place a buffer, and route Tc to it, and set up ISR on output 1 of the buffer.

   

 

   

   

 

   

 

   

Regards, Dana.

0 Likes
DennisS_46
Employee
Employee
100 sign-ins 50 likes received 50 solutions authored

Removed comment, already well covered by Dana

0 Likes
ETRO_SSN583
Level 9
Level 9
250 likes received 100 sign-ins 5 likes given

I looked at register definitions, but interrupt is not either or, its one or

   

the other, so no solution there, eg. direct writes to configuration registers

   

do not offer a solution in this case.

   

 

   

Anytime seg comments I learn.

   

 

   

Regards, Dana.

0 Likes