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.

integrator in f28335

Other Parts Discussed in Thread: CONTROLSUITE

hi..

i have to make an integrator in f28335. The logic i hav to use is as follows:

out=0;

while(1)

{

out=out+k*dt;

}

Here i need dt- which is time difference. I may have many other codes also in between these codes. how can i get the time dt?

i'm using ccs4.

thanks in advance

regards,

Mahesh