使用CooCox的CoIDE打开mbed项目失败:提示 The chip:STM32F103RB information of current project has sonething wrong
转自:http://blog.****.net/daxiebao/article/details/52252310?locationNum=1
使用CooCox的CoIDE打开mbed项目失败:提示 The chip:STM32F103RB information of current project has sonething wrong
用文本编辑器打开项目文件 Nucleo_blink_led.coproj 发现
下面图是用CoIDE 新建工程生成的
多了coreId="3" coreName="Cortex M3"
这应该就是问题所在。
在 Device 标签添加 coreId="3" coreName="Cortex M3" 保存。
需要修改两地方 <Target name="Release" isCurrent="1"> 跟 <Target name="Debug" isCurrent="0"> 下面 的 <Device .../>.
再次打开项目,成功。