What is the difference detween ISR & function call
Answer Posted / radhika.s
adding to d ans-11 i wud say that....an interrupt has no
relation with the current program or task being performed
by the microcontroller....it is an independent task or
program that is executed whenever the interrupt is invoked.
however, a function is a part of the program that is being
currently executed by the microcontroller, hence it is
local.it can be called only when the microcontroller is
executing the program in which it is contained..or is a
part of.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
In how many ways computer soft wares are categorized?
Discuss 3 states signals io/m,s0,s1?
How many bit microprocessor is the 8086 microprocessor?
Tell me how do you detect if two 8-bit signals are same?
What the sp register does in a program?
How much on chip ram is available?
Describe the general purpose registers of 8085?
Why 8051 is called 8 bit microcontroller?
Which interrupt in the 8086 has the highest priority?
Device density on a microprocessor/chip?
What are the control signals used by the 8085?
Describe the non-vectored interrupt process?
Explain the differences between the nmi and intr
What are the data pins of microprocessors? What is their use?
What is the software interrupts of 8085?