Hi all,
I am using the LCDK with the C6748 DSP. After compiling code, I load the .out file on the target and try to execute it.
The code uses UART as serial interface for startup messages, etc.
Sometimes my UART messages are incomplete at startup - they are broken in the mid of a sentence and the DSP seems to be stuck. When pressing the pause button I can see that the DSP is executing code at 0xC3D38E84, which according to the memory map summary of the DSP is an address which is located in external DDR RAM. However, there are no symbols defined at that address.
My linker command file only uses this section for constant data and not code, i.e.
.const> DDR2
Can I somehow track this strange behaviour?
Is it a bug in my code? A problem with the JTAG emulator?
Thank you,
Matthias