hi
INn matlab simulink i am using clock for some calculation,instead while coming to dsp cc studio 28335 dsp,how i can replace clock for math operations?
is it the system clock?
how can we use system clock for coding in c language?
for performoing below operation how can i proceed.
for eg: If(clock+T0)>0
{
some operations......
}