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: can not show printf result for CPU2 in CCS Console

Part Number: TMS320F28388D

Hi Expert,

for the printf function, there have result output when run the code on CPU1,

printf("CPU1 run The sum of %d and %d is %d\n", num1, num2, num1 + num2);

but run the same code in cpu2, there is no response in CCS Console window, any wrong for this or any option to switch to show the result for CPU2?

printf("CPU2 run The sum of %d and %d is %d\n", num1, num2, num1 + num2);