Tool/software: Code Composer Studio
Hi,
I am facing issue while connecting tda3x+ custom board over XDS560 debugger using CCS, when I try to connect I am getting data verification error as below
Cortex_M4_IPU1_C0: File Loader: Verification failed: Values at address 0x0000000081E0FFE0 do not match Please verify target memory and memory map.
Cortex_M4_IPU1_C0: GEL: File: C:\..\..\VISION_SDK_02_08_00_00\vision_sdk\binaries\vision_sdk\bin\tda3xx-evm\vision_sdk_ipu1_0_debug.xem4: a data verification error occurred, file load failed.
Cortex_M4_IPU1_C0: GEL: File: C:\..\..\VISION_SDK_02_08_00_00\vision_sdk\binaries\vision_sdk\bin\tda3xx-evm\vision_sdk_ipu1_0_debug.xem4: a data verification error occurred, file load failed.
Previously I used to get similar kind of issue, upon TIs recommendation we changed TDA3xx_ddr_config.gel file as below and it started working
HW_WR_REG32(base_addr + EMIF_IODFT_TLGC,
IODFT_TLGC | 0x400);
With the above changes we were working on our custom board for a month or so and we started seeing the issue all of a sudden in spite of gel file changes.
Do I need to make some extra changes?
Can anyone please help us resolving this issue?
Thank you,
Abhishek