Hi all:
I met a very stange thing to build my c674 core project(dm8148 PG2.1 evm) in the ccs4.2.4.000033.
bios/sys:6.32.2.39
ipc: 1.23.2.37
xdc_tools:3.22.1.21
If i uesd the above versions of RTSC,the task_sleep(1000) is not 1 second delay,and more fast.
But if i used the older versions of RTSC without change the .cfg and any routine or configuration,
the task_sleep(1000) is ok ,just 1 second delay. The old version RTSC below:
bios/sys:6.31.0.18
ipc: 1.22.0.19
xdc_tools:3.20.5.76
I used the ROV to debug the two situation,here are some log of clock and timer.
(1)the older version:
(2)The newer version:
(3)the same clock configration in the .cfg
Through the debug,I think is must be the init clock of the GPtimer4;but i used the same gel script and uboot to init the timer,all the things confused me.