您好、专家:
对于 printf 函数、在 CPU1上运行代码时有结果输出、
printf ("CPU1运行%d 和%d 的总和是%d\n"、num1、num2、num1 + num2);

但在 CPU2中运行相同的代码、CCS Console 窗口中没有响应、该窗口或切换以显示 CPU2结果的任何选项有任何错误?
printf ("CPU2运行%d 和%d 的总和是%d\n"、num1、num2、num1 + num2);
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.
您好、专家:
对于 printf 函数、在 CPU1上运行代码时有结果输出、
printf ("CPU1运行%d 和%d 的总和是%d\n"、num1、num2、num1 + num2);

但在 CPU2中运行相同的代码、CCS Console 窗口中没有响应、该窗口或切换以显示 CPU2结果的任何选项有任何错误?
printf ("CPU2运行%d 和%d 的总和是%d\n"、num1、num2、num1 + num2);