Other Parts Discussed in Thread: SYSBIOS
Hi all,
Now I am move one of function block from linux platform to SYSBIOS? Target processor is Sitara AM335x.
In Linux , the "gettimeofday" returns the second and microsecond since the system powerup.But the min return of the RTC on the chip is second only. How can we get the more presice time like micro second in SYSBIOS?
If we dont have this kind of function in SYSBIOS, Could you give some suggestion of how to implement a user funciton to achieve this target?
Thank you!