Part Number: TDA2EXEVM
Tool/software: Code Composer Studio
Hi,
On TDA2EX board First we work on IPU2 processor, For that in Linker file we use the address
MEMORY
{
IPU_RAM: org = 0x00000000 len = 0x3000
DDR3_IPU2: org = 0x83f00000 len = 0x9FD000
}
Its working Fine. .elf get loaded properly and executed properly
For A15 i changed DDR3_IPU2 address to 0x402f0000
Now i want to load same code for A15, Connect the Target A15 then run the script to enable the PRCM module same did for IPU2, but when i try to load same elf i get the following error
CortexA15_0: File Loader: Verification failed: Values at address 0x00000000 do not match Please verify target memory and memory map.
CortexA15_0: GEL: File: D:\TDA2EX_FICOSA_WS\001_Os_UNIPHASE_ARM\04_Testing\01_Em\Test_App_TDA2EX\App_Os_AlarmandCounters\obj\App_Os_AlarmandCounters.elf: a data verification error occurred, file load failed.
CortexA15_0: Unable to terminate memory download: NULL buffer pointer at 0x3aa4
Please suggest If their is any changes in Linker File or Compiler Flag or Linker Flag to load the elf on A15
Following Compiler Flag used
CCFLAGS= --silicon_version=7M4 --abi=eabi
Thanks,
Harshalkumar Shinde