Tool/software: Code Composer Studio
For examples for EK-TM4C1294XL, System_printf() is used for output to the Console. The Question is: can printf() be used for output to the Console? If yes, is any special code needed? Thanks.
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
For examples for EK-TM4C1294XL, System_printf() is used for output to the Console. The Question is: can printf() be used for output to the Console? If yes, is any special code needed? Thanks.
Hello,
Yes it can. However, printf is quite costly in terms of overhead to code size and performance. Please carefully read the link below:
http://dev.ti.com/tirex/explore/node?node=ADxuQu8gX3MLBUkurarz8A__FUz-xrs__LATEST
For you device, pay very close attention to the section on stack and heap size.
Thanks
ki