edge triggered and level triggered interrputs

Status
Not open for further replies.

pushpa

Newbie level 3
Joined
Nov 29, 2005
Messages
4
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,311
HI,
I want to understand the difference between Edge-triggered and Level-triggered Interrupts.

Thanks in advance
 

Edge triggered interrupt is triggered every rising edge (or falling edge) only. next rising edge can retrigger it.
level triggered interrupt is triggered when pin is high (or low). If the pin stays high level (or low), it retrigger interrupt again and again.
 

Search this forum for similar topic posted 2-3 weeks ago..
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…