Re: Differences between interrupt service routine (ISR) and a subroutine
- From: James Beck <jim@xxxxxxxxxxxxxxxxxxxxxxx>
- Date: Tue, 28 Nov 2006 13:36:33 -0500
In article <1164736936.337323.40270@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>,
uws2003@xxxxxxxxx says...
HiNot always true.
What are the differences between ISR and a subroutine in embedded
systems, how about the following:
- interrupts are disabled by the microprocessor prior to calling the
isr
- isr's are always smallernot true
- an isr cannot be written in Cdefinitely just wrong
- a subroutine always has argumentsnope
- the CPU flags are stored on the stack in addition to the returnDepends on the CPU
address
No problem
Thanks
.
- References:
- Prev by Date: Re: Differences between interrupt service routine (ISR) and a subroutine
- Next by Date: NewQ: Difference between an isr and a subroutine is that an isr has no arguments
- Previous by thread: Re: Differences between interrupt service routine (ISR) and a subroutine
- Next by thread: Re: Differences between interrupt service routine (ISR) and a subroutine
- Index(es):
Relevant Pages
|