Hi.
May I know is there any printf function available for Delfino F2833x board to print out variable value in tera term or serial terminal?
Hope you could provide support on this.
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.
Hi.
May I know is there any printf function available for Delfino F2833x board to print out variable value in tera term or serial terminal?
Hope you could provide support on this.
Hi JH,
Thanks for your question! We have an example for SCI of a similar device (peripheral is nearly identical between the two so porting the code should be easy) where the stdout is redirected to the console:
So if you want to use it that way you can do that.
Now you could also just use the printf function and it will print to the terminal when you are in debug mode for the device in CCS! It will print out to the terminal even without having to do what the example above does.
Regards,
Vince
Hi JH,
I recommend you update to CCS version 12.5 which is available.
"printf()" where it shows a warning "function printf declare implicity"
This is just stating that the function is called without being declared first, see here:
https://stackoverflow.com/questions/8440816/message-warning-implicit-declaration-of-function
But, there are other warning error happen, pls see the pic attached below for the issue details.
Looks like your program is too big to fit into memory that you assigned. Please re-post that issue separately so a flash expert can help you and future users can benefit. You may also be able to find similar threads on that issue.
Regards,
Vince