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("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中如何操作
你好,
1.具体的文档说明没有,不过通过文件夹名字可帮助了解例程实现了的功能,然后例程里的代码说明也很详细。
2.在console中查看打印结果,参考这边帖子:
http://www.deyisupport.com/question_answer/microcontrollers/c2000/f/56/t/119649.aspx