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.

CCS: Need to run simple DSP application on TDA2x platform

Tool/software: Code Composer Studio

Hello Team,

I have to run a simple "Hello World" program which will run on DSP for TDA2x board using JTAG,so i followed below steps :

1) Created new CCS project and build new project

2) After building project connected core A15_0 and enabled all core.

3)After  enabling cores as i have to run application only on DSP1 i loaded only binary file to DSP1 which was created while building CCS project earlier,

When i load binary i get below error : 

"C66xx_DSP1: File Loader: Verification failed: Values at address 0x0C8BDCF9 do not match Please verify target memory and memory map.

C66xx_DSP1: GEL: File: /home/pritamp/workspace_v7/testnews/Debug/testnews.out: a data verification error occurred, file load failed."

So is it required to mention linker path explicitly or coompiler will take care of that ?