How to disable [C66xx_0] label in printf?
It is not working properly however, so I wrote my own implementation and dont need it anymore.
I'd like to comment it out and rebuild library but I cannot find where is it prepended.
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.
How to disable [C66xx_0] label in printf?
It is not working properly however, so I wrote my own implementation and dont need it anymore.
I'd like to comment it out and rebuild library but I cannot find where is it prepended.
The CPU name will be prepended for a multi-core system where the same console is used for the CIO of all CPUs. This is the default setting but can be disabled in the debug configuration. Please see this wiki article for where the setting can be found:
http://processors.wiki.ti.com/index.php/Multi-Core_Debug_with_CCSv5#Debug_Configurations
Hi Sam,
I too wanted to disable labels on multi-core platforms a while back and found this post helpful:
http://e2e.ti.com/support/development_tools/code_composer_studio/f/81/t/155955#565227
Once you separate the CIO tabs (i.e. have a separate CIO console for each core) as suggested in the above post, the labels are no longer printed.
Best,
Ashish