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/MSP432P401R:通过 CCS 中的 UART 连接刷写代码

Guru**** 2181985 points
请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/tools/code-composer-studio-group/ccs/f/code-composer-studio-forum/765846/ccs-msp432p401r-flashing-code-through-uart-connection-in-ccs

器件型号:MSP432P401R

工具/软件: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