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