KEIL5 出现ST-Link usb communication error 警告的解决办法

一、出现的问题描述


板子为STM32F103C8T6

前提是有ST-Link 驱动,即ST—Link Debugger(点击查看),然后编写完代码后点击“Load”,在弹出的界面内会显示"st-link usb communication error"报错,致使无法对STM32进行download code to flash memory。


二、解决办法

首先在你的keil安装目录下的STLink路径文件中找到“ST-LinkUpgrade.exe”(这个可以右击keil5软件属性知道),然后点击运行,插上STM32F1 Nano板子到电脑,点击Device Connect按钮,连接。

KEIL5 出现ST-Link usb communication error 警告的解决办法_第1张图片

KEIL5 出现ST-Link usb communication error 警告的解决办法_第2张图片

KEIL5 出现ST-Link usb communication error 警告的解决办法_第3张图片

2.2 步骤二

1.提示“No ST-Link device detected.Please connect it and then retry”.若出现如下error,则重新给板子上电再试一次:

KEIL5 出现ST-Link usb communication error 警告的解决办法_第4张图片

KEIL5 出现ST-Link usb communication error 警告的解决办法_第5张图片

2.如果提示“The content of the ST-Link is corrupt”.

此时只需要重新插一下下载器就行了。如果还是不行你就换一个ST-link烧录器试一下,很大可能是烧录器坏了!!!

KEIL5 出现ST-Link usb communication error 警告的解决办法_第6张图片

2.3 步骤三

连接成功,可以看到当前固件版本以及即将升级的版本,点击yes进行升级。

KEIL5 出现ST-Link usb communication error 警告的解决办法_第7张图片

2.4 步骤四

最后打开工程文件检查,问题已解决。

KEIL5 出现ST-Link usb communication error 警告的解决办法_第8张图片

KEIL5 出现ST-Link usb communication error 警告的解决办法_第9张图片

KEIL5 出现ST-Link usb communication error 警告的解决办法_第10张图片

你可能感兴趣的:(c语言,stm32)