System_printf("SPI");
这个在哪显示,console没显示?
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.
应该是使用方法不正确,缺少相应的代码
运行例程中clock.c, System_printf可以在console显示,
#include <xdc/runtime/System.h>
System_printf("SPI");还是无法显示
编译通过后选择debug,运行,再console中有“[Cortex_M3_0] hello world “显示”
您好,谢谢您的回答,还是存在疑问
#include <xdc/runtime/System.h>
void main()
{
System_printf("SPI"); //还是无法显示
}
这样写,在console不显示,还需要添加什么?
上面链接中SysMin部分的代码添加了吗,建议你仔细检查task2和task5
参考此处类似的问题:RTOS/CC1310: CC1310 System_sprintf