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.

what is meant by and tick interrupts is any RTOS?

Status
Not open for further replies.

helios

Full Member level 2
Joined
Jun 3, 2005
Messages
146
Helped
22
Reputation
44
Reaction score
10
Trophy points
1,298
Activity points
2,798
what is meant by and tick interrupts is any RTOS?
and wat is the use of tick interrupts and how important is tick interrupt?

thank's in advace
 

Hi,

A good explanation site :

h**p://www.techonline.com/community/tech_topic/36921

Replace * by t
 

RTOS needs some mechanism to ensure/provide timing facility to the application tasks. This is usually provided by a timer interrupt from the hardware. But the timer frequency cannot be the same on all hardware platforms. So, if we write an application for one target platform (say some PowerPC at 100 MHz Timer) and then shift it to some other similar target but having a timer frequency of say 133 MHz, then the timing of our application tasks would be disturbed. To overcome this usually RTOS's provide the use with their own timer whic remains the same irrespective of the hardware timer used by the RTOS. The unit of this timer is called as tick. It is usually expressed in milli or micro second.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top