Part Number: PROCESSOR-SDK-AM57X
Other Parts Discussed in Thread: SYSBIOS
Tool/software: TI-RTOS
We have generated CCS projects for PDK examples on C66x DSP according to
however when we run the executable on the C66xx_DSP1 core, we get the following error message
[C66xx_DSP1] ti.sysbios.timers.dmtimer.Timer: line 1162: E_freqMismatch: Frequency mismatch: Expected 19200000 Hz, actual: 0 Hz. You need to modify Timer.intFreq.lo to match the actual frequency.
xdc.runtime.Error.raise: terminating execution
We have tried to use the hint found at
processors.wiki.ti.com/.../Processor_SDK_RTOS_Setup_CCS
or
but were not able to solve the problem.
Could anybody help us ?