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.

Code Composer v5.3 Debug problem

When I click the green bug in Code Composer v5.3 Debug, I get an inactive green Resume button. It appears as if the process starts on its

own. I have to click the red "Terminate" button first if I try to click the Debug button again, but I am unable to actually watch registers, expressions, etc.

I have tried resetting the emulator, restarting the computer/reloading project, etc. This has happened before, but I'm not sure why.

Any suggestions ? I am using the Experimenter's Kit with the F28335 chip and USB emulator.

This problem only occurs in the project "Example_2833xSpi_FFDLB.c" but does not occur in "Example_2833xSpi_FFDLB_int.c"

 Thank you.

-Chuck

  • Charles Jackel said:
    When I click the green bug in Code Composer v5.3 Debug, I get an inactive green Resume button. It appears as if the process starts on its own.

    Do you mean when you click the green bug button and switch to the Debug perspective the code is already running? Are you able to press the Suspend button to halt the code and then Restart to make it stop at main?

    I just tried reproducing this with a F28335 eZdsp and XDS510USB emulator. The  spi_loopback example (with Example_2833xSpi_FFDLB.c) loaded fine and was halted at main, allowing the green Resume button to be active. Did you make any changes to the example code or project?

  • I figured out a work-around. I had to restart and reload the project.