TI中文支持网
TI专业的中文技术问题搜集分享网站

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

  1. 1.      对于controlsuite中28377s的例程(位于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中如何操作

Seven Han:

你好,

1.具体的文档说明没有,不过通过文件夹名字可帮助了解例程实现了的功能,然后例程里的代码说明也很详细。

2.在console中查看打印结果,参考这边帖子:

http://www.deyisupport.com/question_answer/microcontrollers/c2000/f/56/t/119649.aspx

赞(0)
未经允许不得转载:TI中文支持网 » 关于controlSUITE中28377范例程序的问题
分享到: 更多 (0)