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.

No output shows in debug perspective when debugging program

Other Parts Discussed in Thread: 66AK2H12

I met a very strange issue on CCS debug perpective. I just want to run the DSP example program.
When I launched target configuration, the "CCS Debug" perspective opens. Then load the gel file (xtcievmk2x.gel), connect target and load .out file. After that, a cursor just points to the entry of main function (See image1). When I click resume button, the C66xx_0 state just becomes running, and there is no output, which shall appear in console window (See image2). I can see the correct result in console window some time but most of time I can't see anything.
I've no idea if there is some special option for debugging or I did wrong operation order.

Could any one help this issue? This has been blocked my development progress critically.


[Sys info]
EVM: 66AK2H12
CCS v6.2
Ubuntu 14.04


image1:

image2:


  • Hello,

    hao yang95 said:
    When I click resume button, the C66xx_0 state just becomes running, and there is no output, which shall appear in console window (See image2). I can see the correct result in console window some time but most of time I can't see anything.

    What kind of output are you expecting to see in the console? Do you have C I/O (printf) statements that are executing, but the text not appearing in the console? What happens when you halt the target?

     

    Thanks

    ki

  • Sorry, the root reason has been found that there is unexpected result from new function logic.
     When I retrieved the code, the output is normal again.

    Thanks!!

  • Ok, glad to hear you resolved the problem. Thank you for the update!