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.

regarding where the required output is printed...

Hai,

I am a beginner, who started using this CCS yesterday. So, in the early stages, I wanted to write a small program on DSP and ARM separately and then proceed on to the communication between them.

The problem is that th erequired output is not printed in the output window. Where will the output be printed?

In the manual, its mentioned that building a project automatically includes the reqd 'include' files but it didn't happen

Hope you send the reply soon even though they look very simple.

Thanks in advance.

  • Are you using CCSv3? In any case the path to the include files for CIO will be automatically added to your project. However you will still need to explicitly add the needed include files by using the #include statement in your source file.

    Thanks

    ki

  •  

    Thanks for the reply.

    But how about the first question? Lets say I have written a factorial program and loaded it onto the DSP. Where will the reqd output be displayed??

  • In CCSv3, the output will be displayed in the Output Window. See the CCS online help (available from the 'Help->Contents' menu item) under 'Debugging Windows & Analysis Tools->Debugging Windows->Output Window'

    In CCSv4, the output is sent to the Console View ('View->Console').

    Thanks

    ki