Other Parts Discussed in Thread: CCSTUDIO
Hello,
I'm using LoggerSM to send Log_print messages from the DSP to the ARM host. I am writing the C674x DSP code for a DM816x. We're using sysbios 6.32.05.54, and CCS 5.1.0.09000.
For LoggerSM the following config file setting is needed:
LoggingSetup.eventUploadMode = LoggingSetup.UploadMode_NONJTAGTRANSPORT;
For JTAG real-time analysis such as ROV, this config file setting is needed:
LoggingSetup.eventUploadMode = LoggingSetup.UploadMode_JTAGSTOPMODE;
Is this correct? This means that I need to re-build with the appropriate config file setting to either see LoggerSM logging, or to be able to do thorough JTAG debugging. Is there a way to have both? It takes a long time to rebuild when the project config file changes.
Thanks,
Annie