[PIC] Interrupt implementation on a PIC16F877A

Status
Not open for further replies.

Mai Mahmoud

Newbie level 1
Joined
Nov 7, 2015
Messages
1
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Activity points
6
I have an assignment and i dont know how to implement it , how i can implement two interrupts?
Plese help me

 

The exercise problem doesn't mention interrupts, I won't use it here. The processor is doing nothing that must be interrupted, it can just wait for key presses in a loop.

If you prefer it though, PORTB change interrupt might be an option.
 

Hi,

To detect key press an interrupt driven key scan is a good method.
For this a timer interrupt every 20...50ms is necessary.
The benefit is, that a precisely timed debounce can be easily implemented.

The main loop can concentrate on doing other things, without missing a keypress.

Klaus
 

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…