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

CC1310: System_printf输出显示

Part Number:CC1310

        System_printf("SPI");

这个在哪显示,console没显示?

Kevin Qiu1:

应该是使用方法不正确,缺少相应的代码

参考这里使用:SimpleLink SDK Debug Printing

,

desheng li:

运行例程中clock.c, System_printf可以在console显示, 

#include <xdc/runtime/System.h>

System_printf("SPI");还是无法显示

,

wei xin xin:

编译通过后选择debug,运行,再console中有“[Cortex_M3_0] hello world “显示”

,

desheng li:

您好,谢谢您的回答,还是存在疑问

#include <xdc/runtime/System.h>

void main()

{

     System_printf("SPI");   //还是无法显示

}

这样写,在console不显示,还需要添加什么?

,

Kevin Qiu1:

上面链接中SysMin部分的代码添加了吗,建议你仔细检查task2和task5

参考此处类似的问题:RTOS/CC1310: CC1310 System_sprintf

,

desheng li:

好的,谢谢您

,

Kevin Qiu1:

不客气

赞(0)
未经允许不得转载:TI中文支持网 » CC1310: System_printf输出显示
分享到: 更多 (0)