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.

dm8148 emulation problem in ccsv5

Hi everyone,

     I wish to do image algorithm emulation via JTAG in c674x dsp core, which is one core of dm8148. These days i do a easy experiment by running a "Hello World" program. However I meet a problem. After connecting to dsp core and loading program, dsp is running to a wrong state.The gel i use:44848.DM8148_EVM.gel .

A piece of my program map:

//----------------------------------------------------------------------------------------------------
OUTPUT FILE NAME: <dm8148Emulator.out>
ENTRY POINT SYMBOL: "_c_int00" address: 800078e0


MEMORY CONFIGURATION

name origin length used unused attr fill
---------------------- -------- --------- -------- -------- ---- --------
IRAM 10800000 00040000 00000000 00040000 RW X
OCMC 40300000 00020000 00000000 00020000 RW X
DDR3_RAM 80000000 10000000 0000e62e 0fff19d2 RWIX

//-------------------------------------------------------------------------------------------------

After connecting to dsp, before loading program:

After loading program: