hc12,can i return from interrupt and jump elsewhere?
- From: "blisca" <bliscachiocciolinatiscali.it>
- Date: Sat, 29 Sep 2007 14:55:09 +0200
Hello from Milan ,Italy,
i'm programming a 9s12 uC in C language,with occasional assembly inserts;
the question is:
a function myfunc() is runnin,and an external events calls an interrupt
service routine,is it possible,once the interrupt did its job,to avoid to
continue with my func()
from the point where it was interruptd,and going back to main() instead?It
is not important if i have to run another couple of line in
myfunc().Important is that i can go out from it soon;
Can anyone suggest me the most elegant way?
Once more forgive my English.
Many thanks,
Diego.
.
- Follow-Ups:
- Re: hc12,can i return from interrupt and jump elsewhere?
- From: Tim Wescott
- Re: hc12,can i return from interrupt and jump elsewhere?
- From: Anton Erasmus
- Re: hc12,can i return from interrupt and jump elsewhere?
- Prev by Date: PCB production: China or Taiwan?
- Next by Date: Re: Synchronized SPI communication
- Previous by thread: PCB production: China or Taiwan?
- Next by thread: Re: hc12,can i return from interrupt and jump elsewhere?
- Index(es):
Relevant Pages
|