This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCS/TMS320C6657: How can I get "system time" using SYS/BIOS?

Part Number: TMS320C6657
Other Parts Discussed in Thread: SYSBIOS

Tool/software: Code Composer Studio

How can I get the system time using SYS/BIOS?  

I have defined a C structure (below) and I would like to fill the structure with the system time. Thanks

struct timeval {
long tv_sec; /* seconds */
long tv_usec; /* and microseconds */
};