[ECOS] How can I make small delay < 1[ms]?
Iztok Zupet
iztok.zupet@vsr.si
Thu Oct 10 23:00:00 GMT 2002
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
More information about the Ecos-discuss
mailing list