Confused with interrupt type on Pin component and Interrupt component

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

cross mob
yaga_3967241
Level 3
Level 3
50 sign-ins 25 sign-ins 10 replies posted

There are "Interrupt type" configurations in both Pin and Interrupt components. If I connect a Interrupt component to the Pin IRQ, which interrupt takes effect? For example, Pin interrupt type is set to be Falling edge and Interrupt component interrupt type is set to Rising edge, is the interrupt triggered by rising edge or falling edge?

Thanks,

Winston

0 Likes
1 Solution
odissey1
Level 9
Level 9
First comment on KBA 1000 replies posted 750 replies posted

tags,

Preferred interrupt setting is DERIVED, which guaranties that Pin isr setting will take effect. It doesn't matter whether Pin isr set to the rising or falling edges, the actual signal on the Pin isr wire will go High on interrupt.

/odissey1

View solution in original post

0 Likes
1 Reply
odissey1
Level 9
Level 9
First comment on KBA 1000 replies posted 750 replies posted

tags,

Preferred interrupt setting is DERIVED, which guaranties that Pin isr setting will take effect. It doesn't matter whether Pin isr set to the rising or falling edges, the actual signal on the Pin isr wire will go High on interrupt.

/odissey1

0 Likes