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.

TMS570LS0714: Unable to reconnect to the device after HALCodeGen Setting PLL change

Part Number: TMS570LS0714
Other Parts Discussed in Thread: HALCOGEN

Dear TI Team,

before I applied the following changes in HalCoGen, I was able to programm the device without problems using CSS and the XDS110 Debug Probe.
However, I changed the PLL settings in HalCoGen from:

to

Afterwards, I programmed the device. After I tried to programm the device again I get the following error message:

CortexR4: Error connecting to the target: (Error -2062 @ 0x0) Unable to halt device. Reset the device, and retry the operation. If error persists, confirm configuration, power-cycle the board, and/or try more reliable JTAG settings (e.g. lower TCLK). (Emulation package 9.2.0.00002)

I have not changed anything on my code in the meantime. Power reset did not help. Connection verification of the probe was successfully:

Do a test using 0xFFFFFFFF.
Scan tests: 1, skipped: 0, failed: 0
Do a test using 0x00000000.
Scan tests: 2, skipped: 0, failed: 0
Do a test using 0xFE03E0E2.
Scan tests: 3, skipped: 0, failed: 0
Do a test using 0x01FC1F1D.
Scan tests: 4, skipped: 0, failed: 0
Do a test using 0x5533CCAA.
Scan tests: 5, skipped: 0, failed: 0
Do a test using 0xAACC3355.
Scan tests: 6, skipped: 0, failed: 0
All of the values were scanned correctly.

The JTAG DR Integrity scan-test has succeede

It must have something to do with the changes I made in the PLL section. It seems like that the probe can not synchronise with the device anymore.
Does this problem seems familiar to you and could you please recommend me a solution and cause for the problem?