Forum Discussion
Altera_Forum
Honored Contributor
10 years agoalt_timestamp returns the same value
Hello, I'm trying below: int main() { alt_u32 t1; alt_u32 t2; alt_u32 t3; int ret = alt_timestamp_start(); t1 = alt_timestamp(); usleep(1000000); t2 = alt_timestamp(); t3 = al...
Altera_Forum
Honored Contributor
10 years agocould you try to place the usleep with some for loop delay just to isolate this is time stamp feature nor working first?