在CCS中可否通过设置为CMSIS-DAP 来烧入程序?,如何在CCS中通过视图查看这个打印信息?
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.
您好,
CCS不支持CMSIS-DAP接口。
请参考 Debugging — SimpleLink Low Power F3 SDK BLE5-Stack User's Guide 3.03.04.00 documentation “Enabling Logging in CCS”。
我按照Logging with TI SimpleLink SDK这个示例中的方式想要打印信息,为什么只有log示例才能正常打印,像我打开onoff_switch这个示例,然后在zigbee中勾选enable logging,如何按照Logging with TI SimpleLink SDK中的操作设置log modules为uart输出,但是使用tilogger进行查看的时候,能够正常打开串口但是没有数据输出,只有log示例才能正常输出数据,这是为什么,难道除了enable logging以外还需要其他配置才能打印吗,我也同时创建过一个空白示例,按照Logging with TI SimpleLink SDK的方式仍然无法打印出数据。
您好,
onoff_switch是哪个协议栈中的示例? 是否串口占用了。
请参考Logging with TI SimpleLink SDK “Bonus Task B: Adding Logging to a TI 15.4-Stack Example”
您好,
onoff_switch的话请参考Zigbee User's Guide 文档的“Enabling Logging in CCS”,不使用UART。
我看Logging with TI SimpleLink SDK这个示例中提到无线使用的是uart,zigbee是无法使用uart来打印的吗,在最新版本CCS V20.2中Runtime Object View里如何查看以此查看数据?我没有找到这个界面,最新版本的这个界面应该在什么地方查看?Zigbee User's Guide 文档的“Enabling Logging in CCS”中的设置我也进行过,之所以用uart是因为找不到logsinkbug这个打印在哪里输出。
您好,
CCS20中的ROV 只支持 FreeRTOS. 不支持TI-RTOS.
7.1. Debug Overview — Code Composer Studio 20.2.0 Documentation
在SDK的release notes中有CCS的版本说明。