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.

Debug without loading program from CCS

Hi,

I have a program using LOG module in the DSP/BIOS 5.41 running on C6748. When I load the program from Code Composer Studio v3.3. I can use the Message Log window to view my log messages.

Now I have flashed the program using SPI Flash. When switching on the emulator, I understand that the booting will be done automatically and the program will run after successful booting. Is there anyway I can using the Code Composer Studio to view the log messages in this case? That is, without loading the program from Code Composer Studio?

  • "Load symbols only" option can be used from CCS.

  • Hi Justin,

    Thanks for your reply. I've tried the "Load symbols only" function and it seems to work fine. That is, I am able to view the log messages.

    Is there a more detailed document that states the different between loading program and loading symbol besides what is stated in the "Code Composer Studio Development Tools v3.3 Getting Started Guide"? My main objective here is to make sure that my program has booted successfully from SPI Flash and is running and that the program is not loaded from CCS.

    Regards,