Page 1 of 1

EE_hal_gettime() function

Posted: Tue Oct 20, 2009 10:58 am
by Luigi_84
Hi everybody,
i don\'t understand how he function EE_hal_gettime() works?
And which variables it needs.
Thanks.

Re:EE_hal_gettime() function

Posted: Thu Oct 22, 2009 10:57 pm
by paolo.gai
the function basically returns the value of a timer, and can be used as a timing reference \"with wraparound\".

It is used to implement the EDF/FRSH kernels, which uses deadlines that are \"not to far away\" from the current time. Please take a look at the FRESCOR Deliverable distributed with the Nios II evrsion of erika at

http://www.evidence.eu.com/download/nio ... -EP7v2.pdf

and at the EDF instructions available on the manuals...

Ciao,

PJ