Timer interrupt

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

Hi,

   

I use CY8C29466 chip. It is passible to set two interrupt at the same time for timers ?

   

When I set interrupt I can only choose one of the option (attached image)

   

I will be grateful for response

   

Regards, Łukasz

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

In the global properties you can only pick one.

   

 

   

But you could route the compare or Tc out to another gate/buffer

   

and set its interrupt for the rising edge or invert it to effect falling

   

edge. This approach consumes a digital block. That way you can

   

have one ISR set by global props, the additional by this method.

   

 

   

Regards, Dana.

0 Likes