请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
器件型号:CC2340R5 工具/软件:
尊敬的 TI:
我在调试模式下使用 IAR 编译器构建基本 BLE 示例。 如果连接了 JTAG、则它可以在 LP CC2340R5开发套件上完美运行。 如果 JTAG 断开连接、则在电源复位后、应用程序无法自行运行。
源代码中是否有一些配置或设置需要处理? 谢谢。
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.
问题是我将 Display_Handle display 变量配置为 display_host、以便将调试消息重定向到 IDE 的终端。
display = Display_open(Display_Type_HOST, NULL);
更改为"UART.UART" Display_Type_可解决此问题。