转自:http://blog.csdn.net/daxiebao/article/details/52252310?locationNum=1

使用CooCox的CoIDE打开mbed项目失败:提示 The chip:STM32F103RB information of current project has sonething wrong

使用CooCox的CoIDE打开mbed项目失败:提示 The chip:STM32F103RB information of current project has sonething wrong

用文本编辑器打开项目文件 Nucleo_blink_led.coproj 发现

使用CooCox的CoIDE打开mbed项目失败:提示 The chip:STM32F103RB information of current project has sonething wrong


下面图是用CoIDE 新建工程生成的

使用CooCox的CoIDE打开mbed项目失败:提示 The chip:STM32F103RB information of current project has sonething wrong


多了coreId="3" coreName="Cortex M3" 

这应该就是问题所在。

在 Device 标签添加 coreId="3" coreName="Cortex M3"  保存。

需要修改两地方 <Target name="Release" isCurrent="1"> 跟 <Target name="Debug" isCurrent="0">  下面 的  <Device .../>.

再次打开项目,成功。

相关文章:

  • 2022-12-23
  • 2021-05-14
  • 2022-01-21
  • 2022-12-23
  • 2021-06-22
  • 2022-12-23
  • 2021-09-21
  • 2022-12-23
猜你喜欢
  • 2021-05-20
  • 2021-04-02
  • 2022-01-05
  • 2021-07-09
  • 2021-06-18
相关资源
相似解决方案