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.

Running code from DRAM on C55x

Hello,

I'm having issues with running code out of DRAM on CS0 for the C5517EVM. I have the EMIF configured and can read and write from DRAM in code loaded to SARAM/DARAM.

I tried to debug this by loading a single object file in DRAM, and calling a function from it:

.emif_cs0   : > EMIF_CS0      ALIGN = 256

{

    test.obj (.text)

}

I used the debugger to verify that the program counter seems to get to the code section in question, but seems to get stalled there forever. Any ideas?

Thanks!