This is the mail archive of the ecos-discuss@sourceware.org mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

timer interrupt help


Hi,
I've been reading about interrupts and how to create/attach them in eCos. There is still one piece of information that I am not sure about.


My goal is to have a timer go off every millisecond, as precise as possible. Is there a counter that I can register my ISR with so that when the counter reaches a value that's equivalent to 1ms in ticks, it will call my ISR? Or do I have to monitor the clock myself? I feel if I have to monitor the clock myself I will not achieve 1ms granularity.

Thanks,



Jeff



--
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]