Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

[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

received_694208130714975.jpeg
 

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

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top