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.

Run button is not highlighted in CCS4.2.0.10012

Hi,

 

I am trying to use C6416 little endian simulator in CCS4.2.0.10012 

I am able to build completely and finally it shows loading the .out file in target (simulator ...)

But it is not displaying the run button.

I highlights only the halt button.

Looks like it running but honestly its not hitting the breakpoint kept in main. Do it is not running at all.

Even after halting (pressing the halt button), there is no appearance of run button

Please.. Please... help me out

 

 

thanks and regards,

Sathish

 

  • That simulator seems to work fine with my 4.2.0.10012 build. Sounds like the program cannot get to main after load and run. Could you disable the "auto-run to main" option ('Tools->Debugger Options->Generic Debugger Options') and reload?

    If that does not help, could you provide a test case - the application and step by step instructions on what you are doing?

  • Hi,

     

    Thanks..

    Its my mistake..

    I was looking for the run button in console window.

    When I clicked view->Debug, I was able to see all the necessary debug stuff.

     

    thanks a lot

     

    regards,

    Sathish