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.
工具/软件:Code Composer Studio
您好!
在目标配置.ccxml 文件中、 我已将连接从默认值"TXDS 调试探针"更改为"UART 连接"。
我的问题是、现在我可以通过 UART 将 LED 闪烁代码刷写到 MSP432、对吧?
我正在使用 msp432红色 launchpad、CCS 版本8.x.x、并且我断开了 JTAG 连接并尝试从 CCS 刷写代码、但失败了!!!! 。
如果我走错了路,那就让我来吧
[引用 user="Vishnu K"]
在目标配置.ccxml 文件中、 我已将连接从默认值"TXDS 调试探针"更改为"UART 连接"。
我的问题是、现在我可以通过 UART 将 LED 闪烁代码刷写到 MSP432、对吧?
[/报价]
否 您需要一个有效的调试接口、而"UARTConnection"不是其中一个。 请参阅:
https://e2e.ti.com/support/tools/ccs/f/81/p/566884/2081777#2081777
http://processors.wiki.ti.com/index.php/Using_UARTMon
如果您使用的是 MSP432P401R Launchpad、则应使用"Texas Instruments XDS110 USB Debug Probe"选项来刷写目标
谢谢
Ki