The connected J-Link is defective,Proper operation cannot be guaranteed.......

最近学习STM32的时候安装好最新版本的Keil  v5.24a版本之后,利用J-Link V8.0进行调试,发现老是弹出The connected J-Link is defective,Proper operation cannot be guaranteed.......这个提示窗口,关闭之后,利用J-Link把程序下载到STM32当中后Keil立马崩溃。经过上网一些列的百度,发现是安装的最新版的Keil当中的J-Link驱动过高造成的,从上面的提示信息也能体现这个错误。 

The connected J-Link is defective,Proper operation cannot be guaranteed......._第1张图片

解决方法:很简单,就是把 keil_v5/ARM/Segger整个目录换掉,换成一个低版本的就可以了,我替换成了5.12e的驱动版本可以很完美的解决这个问题。

如果有需要的可以在这里下载:http://download.csdn.net/download/iot_ai/10114479    或者直接在别人电脑上拷贝一份低版本的替换即可。

你可能感兴趣的:(ARM)