Error initializing emulator: The XDS200 update cannot work if more than one XDS2xx probe is attached

本文主要是介绍Error initializing emulator: The XDS200 update cannot work if more than one XDS2xx probe is attached,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!

更换成2020年的新版本CCS,再次去调试DSP程序的时候报错:Error initializing emulator: The XDS200 update cannot work if more than one XDS2xx probe is attached.
此时在这里插入图片描述
选择Continue直接完毕,如果选择update选项则:
继续,得到另外的提示:Error initializing emulator:
The XDS200 update cannot work if more than one XDS2xx probe is attached. Click “Cancel” then unplug the other XDS2xx probes and restart the debug session to update the firmware.
Click “Retry” to retry without doing the update.
(Emulation package 9.2.0.00002)
error
不用理会选择Retry。弹出框消息,开始写入程序,万事OK。

至于为什么?我也没有深究了,按照常理推断,肯定是升级引起的兼容问题了。但是暂时没有发现有什么异常。

但是发现治标不治本。于是潜心寻找答案。
1、首先要找到xds200_firmware_vxxx文件,这个在CCS的安装目录下:ccs\ccs_base\common\uscif\xds2xx
2、确认USB已经识别
在这里插入图片描述
3、打开CMD,进入该目录
在这里插入图片描述
4、输入命令:xds2xx_conf update xds2xxu 0 ./xds200_firmware_v1009.bin
在这里插入图片描述5、拔下USB链接,重新插上,重新加载
6、加载识别后,输入:xds2xx_conf get xds2xxu 0
在这里插入图片描述
7、观察swRev=1.0.0.9说明升级OK
8、赶紧再去板子上试试吧。

还有一种情况

就是你的下载线太长了,引起电压压差过大。
因为我们安装后要重新下载就要拆一次,觉得麻烦,所以自己做了一根下载线,预留在外部进行调试,但是线太长了,也会报这种错误,还有就是线的质量不行也会有这种错误。

这篇关于Error initializing emulator: The XDS200 update cannot work if more than one XDS2xx probe is attached的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!



http://www.chinasem.cn/article/696936

相关文章

ImportError: cannot import name ‘print_log‘ from ‘logging‘

mmcv升级到2.+后删除了很多 解决 查FAQ文档,找到 添加到mmcv.utils下即可

vue 父组件调用子组件的方法报错,“TypeError: Cannot read property ‘subDialogRef‘ of undefined“

vue 父组件调用子组件的方法报错,“TypeError: Cannot read property ‘subDialogRef’ of undefined” 最近用vue做的一个界面,引入了一个子组件,在父组件中调用子组件的方法时,报错提示: [Vue warn]: Error in v-on handler: “TypeError: Cannot read property ‘methods

编译linux内核出现 arm-eabi-gcc: error: : No such file or directory

external/e2fsprogs/lib/ext2fs/tdb.c:673:29: warning: comparison between : In function 'max2165_set_params': -。。。。。。。。。。。。。。。。。。 。。。。。。。。。。。。。 。。。。。。。。 host asm: libdvm <= dalvik/vm/mterp/out/Inte

Unstructured cannot write mode RGBA as JPEG 错误解决

Unstructured cannot write mode RGBA as JPEG 错误解决 0. 错误详细1. 解决方法 0. 错误详细 Image Extraction Error: Skipping the failed imageTraceback (most recent call last):File "/root/miniconda3/envs/learn-y

收藏:解决 pip install 出现 error: subprocess-exited-with-error 错误的方法

在使用 pip 安装 Python 包时,有时候会遇到 error: subprocess-exited-with-error 错误。这种错误通常是由于 setuptools 版本问题引起的。本文将介绍如何解决这一问题 当你使用 pip install 安装某个 Python 包时,如果 setuptools 版本过高或过低,可能会导致安装过程出错,并出现类似以下错误信息:error: subpr

Nn criterions don’t compute the gradient w.r.t. targets error「pytorch」 (debug笔记)

Nn criterions don’t compute the gradient w.r.t. targets error「pytorch」 ##一、 缘由及解决方法 把这个pytorch-ddpg|github搬到jupyter notebook上运行时,出现错误Nn criterions don’t compute the gradient w.r.t. targets error。注:我用

Cannot read property ‘length‘ of null while opening vscode terminal

同一问题地址:Cannot read property ‘length’ of null while opening vscode terminal 问题描述 One day, 我在ubuntu 18.04下用vscode打开一个项目,并想和往常一样在vscode使用终端,发现报错Cannot read property 'length' of null。 解决 打开setting.jso

src/pyaudio/device_api.c:9:10: fatal error: portaudio.h: 没有那个文件或目录

(venv) shgbitai@shgbitai-C9X299-PGF:~/pythonworkspace/ai-accompany$ pip install pyaudio sounddeviceCollecting pyaudioDownloading PyAudio-0.2.14.tar.gz (47 kB)━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

pytorch torch.nn.functional.one_hot函数介绍

torch.nn.functional.one_hot 是 PyTorch 中用于生成独热编码(one-hot encoding)张量的函数。独热编码是一种常用的编码方式,特别适用于分类任务或对离散的类别标签进行处理。该函数将整数张量的每个元素转换为一个独热向量。 函数签名 torch.nn.functional.one_hot(tensor, num_classes=-1) 参数 t

ERROR 2003 (HY000): Can't connect to MySQL server on (10061)

在linux系统上装了一个mysql-5.5,启动后本机都是可以访问的,操作都正常,同时建了一个%的用户(支持远程访问), root@debian:/# mysql -u loongson -pEnter password: Welcome to the MySQL monitor. Commands end with ; or \g.Your MySQL connection id