Hi Emmanuel,
Thank you for the reply.
We were able to solve the issue for time being.
We are using the Clock_getTicks() and comparing that data with the
Computer's time (win32 time API).
We were able to get nearly accurate systicks by changing the DMtimer's clock
source from 32.768Khz(default) to faster clock CLK_MOSC(24MHz).
Now the delay is reduced to 0.12ms for every one second.
But we still don't understand the exact reason, for the delay with the default clock
source 32.768Khz.
Best Regards
Prad