关于stm32下载程序时“core is held in reset”问题的解决

最近在使用stm32F103RCT6的开发板做实验,使用过程中突然出现“core is held in reset”这样的提示。

使用芯片:stm32F103RCT6
下载器:ST-LINK
开发环境:Keil μVision5

问题:
关于stm32下载程序时“core is held in reset”问题的解决
提示芯片一直处在复位当中,于是检测芯片的复位引脚,电压是1V多点。
通过stm32F10xxx的开发手册可知:
关于stm32下载程序时“core is held in reset”问题的解决
复位引脚电压小于2V就认为一直在复位,大于2V才能正常工作。
尝试解决:在keil中点击下载关于stm32下载程序时“core is held in reset”问题的解决的时候,点完之后,迅速手动将复位引脚拉至3.3V,这样程序就可以下载进去了。
解决办法:我的芯片可能在使用过程中不小心出问题了,复位引脚内部电路坏了,于是在复位引脚和外部电源之间添加了一个10k的上拉电阻,不用再手动拉高了,解决。