Hello Texas Instruments:
I noticed that a simple "Hello World" 'C' program executing in the Code Composer Studio version 5 Simulator will crash (or the debug buttons will go inactive) when attempting to print a number in the printed string as, for example:
printf("Hello World! %d\n", 5);
The crash will occurr even if the number is casted to an integer as: (int)5.
Can you tell me why the CCS Simulator will crash or the debug buttons go inactive without printing the string in the Console window for such a simple program?
I suspect it may have something to do with the compiler warnings listed below for HelloWorld.c:
Thank you,
Tim