ATmega 16 programming regarding interrupts

Status
Not open for further replies.

dharanikumarsrvn

Junior Member level 1
Joined
Oct 22, 2012
Messages
15
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,401
setting a logic high on a interrupt flag how actually resets its value in mega 16 ?
 

In the interrupt, you don't have to set the interrupt flag to a logic high. The flag is cleared in hardware.

Only when polling, you need to set the interrupt flag high and the flag will be cleared.
 

Status
Not open for further replies.

Similar threads

Cookies are required to use this site. You must accept them to continue using the site. Learn more…