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);