Hi,
I am running the exampling "Hello" in CCS v5, in which the function "System_printf" should have print a "hello world" in the console, but it didn't.
When I use the function "printf" instead of "System_printf", it successfully prints "hello world" in the console, so i am wondering why the function "System_printf" didn't.
Thank you!