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.

Symbol not available with DRV8312EVM

Other Parts Discussed in Thread: CODECOMPOSER

Hi,

When I try to debug the DRV8312EVM kit  using CodeComposer I get the message that symbol is unavailable, see screen shot below. I can not single step through the code. How can I sort this problem out?

Thanks,

Liam

 

  • The CPU is running.  Hit the halt button.  It is the yellow looking pause symbol to the left of the red squares.

    Regards,

    John

  • Hi John,

    Before I received your answer I installed the latest version of CodeComposer and when I run the debugger I now  see that it is loading a .out file. I can now add watch expressions and breakpoints which I couldn't do before. I think loading the .out file makes the difference but I don't know why it didn't  load it before

    Liam

  • Liam,

    Loading the program (.out) loads the program into memory on the device and also loads the symbols into the debugger.  If you are using projects and hit the bug button it should build the program, launch the debugger and load the program automatically.

    John