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.

Can you run two interrupts simultaneously on PIC16F628

Status
Not open for further replies.

emavil

Member level 2
Joined
Oct 18, 2005
Messages
53
Helped
3
Reputation
6
Reaction score
3
Trophy points
1,288
Activity points
1,738
Interrupt handling

Is it possible to run two interrupts (TMR0 and TMR1) on PIC16F628 simultaneously. I mean two interrupt Service Routines are active at a time?
 

Re: Interrupt handling

Yes, you can
:D
 

Re: Interrupt handling

thanks for reading my querry. Could you please give a simple demonstration. I am using PIC Basic.
 

Re: Interrupt handling

any interrupt even software generated with respect to a given pin pulse
should invade any interrupt of a lesser time vecter to the power of -2

or less


so... 1 to 1 interrupt isnt allowed
any other is

within bounds
detained by the main rtcc in any pic set by the clock

there is many methods to setup interrupts

but each is a vecter within the biggest realm that has full respect to the chip clock or a vectator of the realm this rtcc tick sets
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top