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.

[参考译文] AM2634:如何使用 XDS110 调试多核演示

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

https://e2e.ti.com/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/1606869/am2634-how-to-debug-multi-core-demo-using-xds110

器件型号: AM2634

我已成功通过 luanchpad 调试 ipc_notify_echo_am263x-lp_system_freertos_nortos 演示。 image.png

但是、当我使用自己的电路板和 XDS110 来调试此演示时、会出现错误。 您可以看到下图。

image.png

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

    您正在使用 Linux 系统吗? 我最近遇到了类似的问题、即已正确检测到 XDS110(通过内核日志和`lsusb`确认)、但 CCS 无法建立连接。

    根本原因与 udev 规则有关:为 root 用户配置了 USB 设备权限、而 CCS 在标准用户帐户下运行。 更新 udev 规则以向当前用户授予适当的权限解决了该问题。

    我建议验证 udev 配置以确保正确的设备所有权和权限。