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/RM46L852: No Symbols Defined Immediately after Debug

Part Number: RM46L852

Tool/software: Code Composer Studio

I'm getting an error as soon as I run debug that says "0x00000004 (no symbols defined)".  I've looked around and can't find anyone with quite the same problem.  It's not clear that it's loaded any code when this happens.  All the lines below this is the disassembly are 0xFFFFFFFF.  I've tried to double check all of the compiler and debug settings.  I'm not running any optimization.  Any ideas?

  • Lou,

    When you launch the debug session does the little progress box open showing that it is loading code?

    Basically in the screen capture above the device is halted at 0x00000004 and there is no code loaded there. Looking at the data sheet that is Flash. I am not sure if your linker command file (.cmd) is placing your program there.

    Did you start with some sort of example program? Does it have a linker command file in it?

    Regards,
    John
  • Lou,
    which CCS version do you use?
  • I'm using version 8. It was that the code wasn't loading. If I force it to load, it's fine. I'm not sure why it's not doing it automatically and I can't figure out how to fix it, but I have a workaround.  Thanks!