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.

trouble with using the CLK_gethtime() function

I am having trouble using the  CLK_gethtime() functions to get timestamps they appear to not be incrementing or working in my code. Every time i use them i get a value of 116 regardless of where i put the fuction calls in my code. Is there a clock function i need to setup some where or can you not use the CLK_gethtime() function if you are using the BIOS?

 

 I am using the DSP/BIOS on the 6713 DSK board with my code running in the external SDRAM chip and I have the follow in my list of includes:

 

 

#include <std.h>

#include <log.h>

#include <string.h>

#include <stdlib.h>

 

#include <clk.h>

#include <sts.h>

#include <trc.h>

#include <swi.h>