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.

help in pic interrupt

Status
Not open for further replies.

5282604

Full Member level 4
Joined
Dec 19, 2009
Messages
194
Helped
3
Reputation
6
Reaction score
3
Trophy points
1,298
Location
egypt
Activity points
2,404
hiii,

i use portb external interrupt for pic16f84a

and when interrupt end i want the pic start from new lable like this

PHP:
"interrupt code"

main:
code
.
.
.
out:
code
.
.
.
end.


i want when interrupt end start from out: lable code
 

There is no way to return from an interrupt to a different position from where you started from.
When there is an interrupt the execution of the main code stops, executes the interrupt and then return to the same point.

Alex
 
Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top