STM32程序编译烧录过程问题

1.缺包:one or more Device Family Pack Devices are not present.....

解机办法:下载个STM32Fxxx .pack 包安装下就好;

2.编译器版本问题explicit type is missing("int" assumed)

解决办法:在前面加个 int

3.cannot load flash device descripition!     Error:Flash Download failed - "Cortex-M4"

解决办法:

            

 

选择合适的Add一下即可。

发布了3 篇原创文章 · 获赞 89 · 访问量 11万+

猜你喜欢

转载自blog.csdn.net/qq_32764651/article/details/105654188