EE_hal_gettime() function

Forum related to the FLEX boards

Moderator: paolo.gai

Locked
Luigi_84

EE_hal_gettime() function

Post by Luigi_84 »

Hi everybody,
i don\'t understand how he function EE_hal_gettime() works?
And which variables it needs.
Thanks.
paolo.gai
Administrator
Posts: 877
Joined: Thu Dec 07, 2006 12:11 pm

Re:EE_hal_gettime() function

Post 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
Locked