Part Number:CC2652RB
Hi Ti,
我在使用 simplelink_cc13x2_26x2_sdk_4_30_00_54\examples\rtos\CC2652RB_LAUNCHXL\drivers\empty\tirtos\ccs 例程时,按如下方式使用 Display 模块,但是链接出错,不加 Display 模块是正常工作的。
请问这是什么原因啊?
junde deng:
额。。。没有在 .syscfg 文件中加 display 模块。。。
,
Kevin Qiu1:
感谢分享,我将关闭这个帖子
,
junde deng:
但是我还有一个疑问:
为什么 display = Display_open(Display_Type_HOST, ¶ms); 不能打开成功(执行后 display 还是 NULL),
但 display = Display_open(Display_Type_UART, ¶ms); 就可以呢?
这个 HOST 是指什么啊,要什么情况下才能使用 HOST 打开呢?
,
Kevin Qiu1:
使用了host就相当于printf,可以直接在CCS的console中打印
具体使用参考:https://dev.ti.com/tirex/content/simplelink_cc13xx_cc26xx_sdk_5_30_01_01/docs/drivers/doxygen/html/_display_8h.html
https://dev.ti.com/tirex/content/simplelink_cc13xx_cc26xx_sdk_5_30_01_01/docs/drivers/doxygen/html/_display_host_8h.html