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.

The difference between real time interrupts and external one

Status
Not open for further replies.

kannan

Newbie level 6
Joined
Feb 21, 2005
Messages
11
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,377
Interrupt

Hi

what is the difference between real time interrupts and external interrupts

Thanks
G kannan
 

Re: Interrupt

Real time interrupt you will receive from "real time" sources such as Real Time Clock (example DS1337).
External intrrupt can be activated by any event such as keypad, keyboard, sensors. They will interrupt the micro at any random period of time, whereas the RTC intrrupt will occur periodically at the same time intervals ..
 

Re: Interrupt

External interupts are driven by so called events => event driven

Is some critical applications it is necassary to guarantee that e.g. every 25ms a adc value is measured and put out after postprocessing, like for controller => time or real-time driven
 

Interrupt

normally external interrupts are to be differentiated with internal interrupts.

an external interrupt comes from outside of the microC, for e.g. rising/falling edge at a pin

an internal interrupt is generated by the microC itself, for e.g. timer overflow interrupt.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top