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.

关于controlSUITE中28377范例程序的问题

Other Parts Discussed in Thread: CONTROLSUITE
  1. 1.      对于controlsuite28377s的例程(位于C:\ti\controlSUITE\device_support\F2837xS\v200\F2837xS_examples_Cpu1)有没有说明文档,在什么位置。

有没有针对例程的说明文档,讲解各个例程应该如何使用,每个例程运行之后要观察那些变量,出现哪些现象。

  1. 2.      tmu_sinegen例程里面有使用printf函数,

    printf("Execution Results \n");

    printf("RTS Time : %10.6f us\n", timeRTS);

printf("TMU Time : %10.6f us\n", timeTMU);

但不知道如何在CCS中看到输出的数据,在CCS中应该怎样进行设置?

虽然在这段语句上面有注释

// To use the printf statement, allocate space for the .cio, .sysmem section,

// increase allotment for the .text, stack and heap sections in the properties

// and linker command file.

但不知道在CCS中如何操作