加载中…
个人资料
  • 博客等级:
  • 博客积分:
  • 博客访问:
  • 关注人气:
  • 获赠金笔:0支
  • 赠出金笔:0支
  • 荣誉徽章:
正文 字体大小:

Keil工程报错LoadingPDSCDebugDescriptionFailedforxxx

(2021-09-10 08:32:48)
标签:

keil工程报错

loadingpdscdebug

descriptionfailedfor

杂谈

分类: 软件工具

Keil工程报错“Loading PDSC Debug Description Failed for STMicroelectronics STM32F4xx”


一 打开工程提示

   在使用keil 打开STM32F4xx系列的单片机工程时,遇到了报如下的错误的提示:

Loading PDSC Debug Description failed for STMicroelectronics STM32F407ZG
Disabling usage of PDSC Debug Description.
See Build Output for details.

Keil工程报错LoadingPDSCDebugDescriptionFailedforxxx




虽然不影响使用,但是看着不舒服,所以要解决问题:

二 找出问题原因

在上图出错提示的底部 Build Output 窗口中,有提示的File路径及错误如下:

     d:/Keil_v5/ARM/PACK/Keil/STM32F4xx_DFP/2.12.0/Keil.STM32F4xx_DFP.pdsc 

             Message(2, "Not a genuine ST Device! Abort connection.");" 

三 修改文件内容  


 1 转到文件Keil.STM32F4xx_DFP.pdsc 路径下,去处 只读 属性


 Keil工程报错LoadingPDSCDebugDescriptionFailedforxxx



2 搜索 message 并删除 其所在的整行
  
    删除行“Message(2, "Not a genuine ST Device! Abort connection.");”
    最后再保存文件

Keil工程报错LoadingPDSCDebugDescriptionFailedforxxx


3 或者 注释掉 message所在的整行 也可

Keil工程报错LoadingPDSCDebugDescriptionFailedforxxx



4 恢复文件Keil.STM32F4xx_DFP.pdsc 的只读 属性

Keil工程报错LoadingPDSCDebugDescriptionFailedforxxx


到此即可解决问题。

0

阅读 收藏 喜欢 打印举报/Report
  

新浪BLOG意见反馈留言板 欢迎批评指正

新浪简介 | About Sina | 广告服务 | 联系我们 | 招聘信息 | 网站律师 | SINA English | 产品答疑

新浪公司 版权所有