This is the mail archive of the ecos-discuss@sources.redhat.com 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]

Re: How can I make small delay < 1[ms]?


On Fri, 2002-10-11 at 07:39, ryosuke-tajima@mosk.tytlabs.co.jp wrote:
> Hi, all.
> 
> Default kernel tick is 10 mili-second, and I could make it to 1
> mili-sec tick.  But now I want to make smaller delay in a task from
> 100 to 1000 micro-seconds. How can I make it in eCos? Is it possible?
> 

You can use the HAL_DELAY_US(usec-to-delay) macro if it's implemented
for your target HAL. But remember, this macro does not affect scheduler.

Regards
iz



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


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