Just recently upgraded to CCS 5.4.0.00091 (Linux) and now cannot find where to enable .cio in the Project settings. I've parsed through all the tabs and evidently keep missing it. Does anybody know where it can be found?
Using MSP430F5659
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.
Just recently upgraded to CCS 5.4.0.00091 (Linux) and now cannot find where to enable .cio in the Project settings. I've parsed through all the tabs and evidently keep missing it. Does anybody know where it can be found?
Using MSP430F5659
Hi Mark,
what exactly are you trying to do? Have you looked in Window->Preferences and done a filter for "console". You will find some console options for both build and debug. I beleive cio should by default be enabled.
Best Regards,
Lisa
Thank you for your reply.
I am trying to redirect printf() to an onboard UART. In my previous version of CCS, I had to manually enable '.cio' usage in the project settings as well as change system heap size, etc.
Lisa,
You are correct. .cio seems to be enabled by default and the redirect works. I had another 'code size' problem that was masking the printf() functionality.
printf() redirect is working.
Thanks.
Hi Mark,
great, happy to hear you are past the issue.
Thanks for the update and all the best with development.
Best Regards,
Lisa