Other Parts Discussed in Thread: SYSCONFIG,
Hello TI-support,
I'm using TI CCS 12.5 (mcu_plus_sdk_am243x_09_00_00_35/SysConfig 1.18.0)
and compile
"hello_world_cpp_am243x-evm_r5fss0-0_freertos_ti-arm-clang"
on my EVM AM2434 board with TI Clang v3.2.0.LTS.
If I change the "Tick period (us)" value in example.sysconfig from 1000 us to 100 us, I see the following warning in the console immediately after starting the example :
[MAIN_Cortex_R5_0_0] WARNING: ClockP_init:70: FreeRTOS configTICK_RATE_HZ (1000), does not match ClockP tick rate Hz (10000)
What could be the reason for this?