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.

[参考译文] CC2650STK:CAN#39;t 在 CC2650 STK 上使用 UART

Guru**** 2460850 points
Other Parts Discussed in Thread: CC2650STK, CC2650

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

https://e2e.ti.com/support/wireless-connectivity/bluetooth-group/bluetooth/f/bluetooth-forum/831951/cc2650stk-can-t-use-uart-on-cc2650-stk

器件型号:CC2650STK
Thread 中讨论的其他器件: CC2650

你(们)好

我在 Linux Mint 18和 XDS110调试探针上使用 CCS 9.1、TI-RTOS 用于 C13XX 和 C26XX vers 2.21.1.08

我安装了示例 uartecho_CC2650STK_TI 并使用 README.MD 中指定的设置配置了终端程序:

    Baud-rate:    9600
    Data bits:       8
    Stop bits:       1
    Parity:       None
    Flow Control: None

但两个传感器中都没有通信。 我注意到 CC2650的 UART 收到垃圾、即对的调用

UART_READ (UART、INPUT、1);

不会像应该那样阻止传入的交通堵塞。

JTAG 模式是否支持访问芯片上的 UART?

对于其他微控制器,我使用的是 SWD 模式而不是 JTAG 模式,但前者不适用于 CC2650STK。

是否可以使用 XDS110连接到板载 UART?

谢谢

Peter