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
I am trying to use printf with MSP430FR5969 board.
I have tested with basic helloworld project and it works well.
Now I am trying to use printf in my project I am now working on, because I want to use printf for logging my project.
But the CIO console is not showing up when I run the other project.
What is this problem about?
how can I see CIO console?
Best regards,
Mirae
Hello,
Thank you for the reply.
I tried the steps written in this page, processors.wiki.ti.com/.../Printf_support_for_MSP430_CCSTUDIO_compiler but it is still not working.
I checked enabling CIO, but still does not showing up.
Do you have another recommendation with this problem?
Best,
Mirae
Mirae,
Could you attach the project? I could take a look at its settings.
John
already have tried it. But I changed it to 160 again after that because It did not work.
I attached the project with the heap value 320.
I really appreciate for your help.
I do not know if the issue follwing is related to this topics...
I just figured it out how to use printf with MSP430 board.
But now I faced another problem...
my problem is ....
when I am printing some characters with printf function in while loop, It suddenly stop printing out something even if the while loop is still running.
Is this a memory problem? Because MSP430 has restriction in memory?
Best,
Mirae