- 1. 对于controlsuite中28377s的例程(位于C:\ti\controlSUITE\device_support\F2837xS\v200\F2837xS_examples_Cpu1)有没有说明文档,在什么位置。
有没有针对例程的说明文档,讲解各个例程应该如何使用,每个例程运行之后要观察那些变量,出现哪些现象。
- 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
TI中文支持网![CCSTUDIO: CCS20.2 导入工程时编译出现乱码!]ϵͳ�Ҳ���ָ�����ļ���-TI中文支持网](https://www.ti2k.com/wp-content/uploads/ti2k/DeyiSupport_DSP_pastedimage1753170415800v1.jpg)

