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.

Frequency mismatch: Expected 32768 Hz, actual: 24139756 Hz. You need to modify Timer.intFreq.lo to match the actual frequency. xdc.runtime.Error.raise: terminating execution

Other Parts Discussed in Thread: AM3359, SYSBIOS

Hi,

I am using AM3359 ICE v2 board.

When I try to debug the sample application provided with the SDK, I get the following error :

[CortxA8] ti.sysbios.timers.dmtimer.Timer: line 1099: E_freqMismatch: Frequency mismatch: Expected 32768 Hz, actual: 24139756 Hz. You need to modify Timer.intFreq.lo to match the actual frequency.
xdc.runtime.Error.raise: terminating execution

Procedure followed:

1. Created a target configuration.

2. Lauched the configuration. Connected the target

3. Did a SYSTEM (HW) reset.

4. Loaded the gel file for V2

5. Run the .out file

The same procedure was working previously.

All of a sudden I am getting this error and the program terminates.