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.

TMDSCNCD28388D: How to add Printf and Scanf to C code in CCS studio

Part Number: TMDSCNCD28388D

Tool/software:

I am trying to display the statement and values of the variables in output window. I added puts("Hello, world!"); to my code , it is displayed in the output window along with continuous error is " Invalid CIO command (14) in the CIO buffer at address (0xA800) was not recognized. Please check the device and program memory maps ". Please suggest or guide me how to display statement and values of variables in the output window. Please  tell me how to use scanf of getc syntax to get the user input in to the code.