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.

TDA3MA: Debug errors

Part Number: TDA3MA
Other Parts Discussed in Thread: AWR2243,

Hi,

I have a problem running debug on TDA3MA SoC; I'm writing a single-chip SPI bus to sending configuration file into AWR2243.

The compilation process is without any error, but I got an error massager when I run the debug on CCS (please see the below pictures).

Anyone, he's an idea what can be wrong? Please assist,

Thanks to all replyers,

Yishai,

Error message:

Cortex_M4_IPU1_C0: File Loader: Verification failed: Values at address 0x00010000 do not match Please verify target memory and memory map.
Cortex_M4_IPU1_C0: GEL: File: C:\Users\yisha\workspace_v10\chimera\CHYDRA_DIG_BM_20210701\CHYDRA_ARM_DIG\Debug\CHYDRA_ARM_DIG.out: a data verification error occurred, file load failed.

  • Hi,

    You are trying to load code to address 0x10000.

    This is not mapped in AMMU by default GEL script.

    Please refer to the TDA3 GEL file which will initialize the AMMU for IPU.

    C:\ti\ccs1031\ccs\ccs_base\emulation\gel\TDA3x\TDA3xx_multicore_reset.gel

    You can change your code/data section to memory address 0x80000000 and it will be able to load correctly.

    Regards,
    Stanley