Part Number: 66AK2G12
Tool/software: TI-RTOS
bios_6_46_05_55
processor_sdk_rtos_k2g_4_01_00_06
pdk_k2g_1_0_7
Code Composer Studio Version: 7.2.0.00013
My RTOS ARM SW used to run from DDR3L. Since the whole ARM SW RTSC project is small I moved all code and data to MSMC_SRAM.
I created a new custom platform to make all code and data to be loaded to MSMC_SRAM.
I got the error message when loading program in CCS:
CortexA15: File Loader: Verification failed: Values at address 0x00C00000 do not match Please verify target memory and memory map.
CortexA15: GEL: File: C:\Users\...\workspace_ ... .out: a data verification error occurred, file load failed.
CortexA15: Unable to terminate memory download: NULL buffer pointer at 0x3aa4
I built a simple bare-metal ARM SW and load it to MSMC_SRAM and run it from MSMC_SRAM without any issue.
Why I got data verification error at address 0x00C00000 (MSMC-SRAM)? Is there any change required in .cfg file?