Tool/software: Code Composer Studio
in this code printf is not printing to the console, any ideas?
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.
Tool/software: Code Composer Studio
in this code printf is not printing to the console, any ideas?
Hello,
There are a lot of considerations when trying to use printf on embedded systems, especially on a device like MSP430.
Please take a look at the below article for more details:
https://dev.ti.com/tirex/explore/node?node=AIwt8bIK1yTVvzbnfYL0gg__FUz-xrs__LATEST
Also take a look at the below article:
https://processors.wiki.ti.com/index.php/Printf_support_for_MSP430_CCSTUDIO_compiler
It is old and a bit out of date, but the concepts mentioned are stilla pplicable.
Thanks
ki