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.

[参考译文] IcePick_C:初始化仿真器时出错:(错误-260 @ 0x0)

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

https://e2e.ti.com/support/tools/code-composer-studio-group/ccs/f/code-composer-studio-forum/1097229/icepick_c-error-initializing-emulator-error--260-0x0

主题中讨论的其他部件:CC1352P

各位专家,您好!

我尝试在Linux操作系统环境中执行Pin interrupt CC1352P示例。  

我在调试会话 IcePick_C上得到isuse:初始化仿真器时出错:(错误-260 @ 0x0)。

有人能帮我解决这个问题吗!

以下错误屏幕截图:

在常规中验证连接时。 我得到了这个  

Fullscreen
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[Start]
Execute the command:
%ccs_base%/common/uscif/dbgjtag -f %boarddatafile% -rv -o -S integrity
[Result]
-----[Print the board config pathname(s)]------------------------------------
/home/keerthivasan/.ti/ccs1120/1/0/BrdDat/
testBoard.dat
-----[Print the reset-command software log-file]-----------------------------
This utility has selected a 100/110/510 class product.
This utility will load the adapter 'libjioxds110.so'.
The library build date was 'Mar 17 2022'.
The library build time was '15:40:16'.
The library package version is '9.7.0.00213'.
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

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

    您好,

    您得到的是所谓的"主机连接错误"。 基本上,调试器无法与调试探测器通信。

    其原因可能有很大差异。

    Linux上的一个主要原因是,安装CCS后,install_drivers.sh脚本未使用sudo权限运行。 您能否确认是这样的?

    如果是,请查看以下链接,了解有关错误的更多详细信息:

    https://software-dl.ti.com/ccs/esd/documents/ccs_debugging_jtag_connectivity_issues.html#host-connection-error

    谢谢

    KI

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

    是的,这是问题...

    你把我的大脑从流血的爆炸中拯救了出来!

    感谢您的支持