Hi,
[Question 1]
"spruex3v" seems to strongly recommend using System_printf() instead of printf(). Why is System_printf() recommended?

[Question 2]
This is a continuation of question 1.
In the MSP432E411Y implementation code, printf() is used to check whether a certain function is being executed, and the character string is output to the CCS console. When printf() is used, it is output as shown below.

From the contents of question 1, I tried using System_printf(), but this function does not output the string to the CCS console.
Do I need to do anything special to be able to output to the console?
Thanks,
Astro