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/CCSTUDIO: Read Console by DSS Script file

Part Number: CCSTUDIO

Tool/software: Code Composer Studio

i want to load A.out file to My 5509A Board and i want to see my printf without loanching the Code composer Studio v5

i can connect and run by batch file right now , but awnt to see Console result such as printf , ...

thank you

  • Hello,
    All C I/O messages should be outputted to the console by default. If you do not see any expected printf, it could be that C I/O is not working in general with your application. Did you trying running the same out file with the CCS debugger and if so, did you see C I/O messages in the debugger?

    Thanks
    ki
  • Hello,
    I haven’t heard back from you, I’m assuming you were able to resolve your issue. If not, please provide post a reply with an update below (or create a new thread).

    thanks,
    ki
  • i run with -dss.debug so i didnt see the console messages , i removed -dss.debug it work nice .