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.

SYS/BIOS tick is too fast

Other Parts Discussed in Thread: SYSBIOS

Hi,

I am using the Timer 4 for the  SYS/BIOS  and  I can observe that the Time is 10% faster as should  be.

before I was using the 32kHz and it was not accurate !!

Is these issue known or maybe solved in the new  SYS/BIOS version ?

SYSBIOS_ROOT := c:/ti/bios_6_33_04_39
XDC_ROOT := c:/ti/xdctools_3_23_03_53

/* Start DMTimer 4 manually and configure it to have 20MHz input clock */

/* the selection of 20MHz input clock is done in main.c */
var MyDMTimer = xdc.useModule('ti.sysbios.timers.dmtimer.Timer');
MyDMTimer.intFreq.lo = 20000000; //20Mhz
MyDMTimer.intFreq.hi = 0;

kind regards

Mesut