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.

66AK2G12: EVMk2G

Part Number: 66AK2G12


Hi,

I am new to EVMK2G eval board. When I am trying to debug "hello world " program . I am getting the following errors.

~CortexA15: File Loader: Verification failed: Values at address 0x00000094 do not match Please verify target memory and memory map.
~CortexA15: GEL: File: C:\Users\Tessolve\workspace_v9\hello_test\Debug\hello_test.out: a data verification error occurred, file load failed.
~CortexA15: Unable to terminate memory download: NULL buffer pointer at 0x3aa4 (Emulation package 9.3.0.00042)

When I am trying to debug the example codes like LED blinky , UART test ,etc.., I am getting the same error.

when I try to manually flash the code by  launching the selected target I am getting an error like target not connected even after the test connection is successful

~CortexA15: Error connecting to the target: (Error -1141 @ 0x3D58) Device is not responding to the request. 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.3.0.00042)

even I tried adding GEL file manually but even that ended with the following error.

~K2G_TakeDSPOutofReset() cannot be evaluated.
Could not write 0x02350320@Unknown_View: target is not connected
at *((unsigned int *) 0x02350320)=(unsigned int) 0x1 [evmk2g.gel:440]
at K2G_out_of_reset() [evmk2g.gel:2570]
at K2G_TakeDSPOutofReset()

PS: ccs version is 9.3.0.

can anyone please help me to debug these errors. Thanks in advance.