Hi Hossam --
--- In "Hossam Fattah" <> wrote:
>
> Thanks Charlie,
>
> But the idea is that I have my own RTOS implemented on the TS-7260
> which means that I don't use any Linux code as my OS. What I meant
> before is that I need to have my RTOS capable of supporting multiple
Ah, that's very different!
> software timers using the limited number of hardware timers so I am
> asking a bout a sample code for that. Probably, I need something
> similar to understanding how legacy RTOS handle multiple timers and
> re-implement the same concept in my RTOS.
There are some design documents about the new timer subsystem in linux
here:
http://lwn.net/Articles/167897/
and here:
http://www.kernel.org/pub/linux/kernel/people/tglx/hrtimers/ols2006-hrtimers.pdf
Historical background is here:
http://elinux.org/High_Resolution_Timers
Maybe that will give you some ideas, but it's likely too heavyweight
for your RTOS. You may have better luck inquiring on some RTOS lists,
as I think most people here tend to use the TS boards with linux.
Regards, ....... Charlie
>
>
> Kind Regards
> ===============================
> Hossam Fattah,
>
>
|