Where "LEVEL" Option in ISR can be used?

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

cross mob
Anonymous
Not applicable

Hi,

   

I do not understand the option "level" in ISR. Can i use it in order to fire and interrupt based on the rising or falling edge?

   

If yes then, how?

   

Looking forward to your help.

   

Regards

   

Awais

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

"Level" is restricted to "High" signal and is used when the interrupt handler cannot change the signal. Signal must return to "Low"  to generate another interrupt when going high again.

   

 

   

Bob

View solution in original post

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

"Level" is restricted to "High" signal and is used when the interrupt handler cannot change the signal. Signal must return to "Low"  to generate another interrupt when going high again.

   

 

   

Bob

0 Likes