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.

TMS320F28388D: The output result of the console window is strange with printf

Part Number: TMS320F28388D

Dear Sir

I tried to print to the console window with printf (), but there was a difference between the following two codes.

I want to print the value of a variable with printf, do you know why 0 is displayed?

uint32_t i = 200;

printf ("\ n \ rvalue i =% d \ n", i);

printf ("value =% d \ n", 200); 

Best regards