The select device “XXXXXXX“ is unknown to this version of the J-LINK software

1:最近在调试 NXP rt1061的时候,发现在使用keil进入debug模式的时候无法识别芯片;

2:提示错误信息如图所示;

The select device “XXXXXXX“ is unknown to this version of the J-LINK software_第1张图片

 

3:但是使用独立安装的J-FLASH是可以识别到 rt1061芯片,并且正常链接如下图所示;

The select device “XXXXXXX“ is unknown to this version of the J-LINK software_第2张图片

 

4:发生这个现象的原因是   keil自带的就J-LINK版本过低,不能识别较高性能的芯片;:

5:处理方式就是将  独立的J-LINK安装文件  复制到  keil自带的J-LINK安装文件下面,并且进行替换;

6:替换之后,就可以正常使用 keil的debug模式,并且选择合适的芯片了;

The select device “XXXXXXX“ is unknown to this version of the J-LINK software_第3张图片

 

The select device “XXXXXXX“ is unknown to this version of the J-LINK software_第4张图片

 

7:原子哥有总结过,学习到的; 传送门

你可能感兴趣的:(工具使用)