Hi,
Is it possible to use DMTimer1_1ms for the SYS/BIOS Systick?
I don't know what Timer ID should be used in config file in order to use DMTimer1_1ms.
Currently we are using in the default mode and it seems DMTimer2 -(ID 5) is used
by the SYS/BIOS by default(1ms).
Target board: Beaglebone
SYS/BIOS:bios_6_40_01_15
Our application needs accurate data logging and we are using Systick (Clock_getTicks()) as a reference time,
but it is not accurate enough, on a average for every "1 second" time there is an extra delay of 7ms.
note:; this time is compared with the computer time.
Meanwhile we tried to check the DMTimer's accuracy without SYS/BIOS and it was
quite accurate (for every "1 second" there was an addition of 0.5ms).
We believe this additional delay or inaccuracy in the Systick is something related to the
SYS/BIOS (may be the interrupt latency?).
Could you please let me know if this is a know behaviour and if there is any solution.
Best Regards.
Prad