STM32
博说医械研发
专注于新产品开发知识体系与体外诊断
展开
-
anonymous structs匿名结构体
Keil编译匿名结构体时的报错及解决办法:error: #3093: anonymous structs are only supported in –gnu mode, or when enabled with #pragma anon_unions原创 2016-08-01 22:48:52 · 9859 阅读 · 3 评论 -
Keil编译生成二进制bin文件
Keil的工程默认设置编译时只生成axf和hex文件,不过我们可以自己修改设置生成bin文件。具体操作方法:工程的target options->User->After Build/Rebuild中勾选Run #1并添加C:\Keil\ARM\ARMCC\bin\fromelf.exe --bin --output=myprog.bin myprog.axf以上的工具地址和工程名都原创 2016-09-06 21:09:42 · 3601 阅读 · 0 评论 -
Flash容量设置错误导致的No Algorithm found for: 08020000H – 08024FD3H
Keil程序添加新代码后下载到板子上无法运行,download时有如下提示信息No Algorithm found for: 08020000H - 08024FD3HPartial Erase Done (areas with no algorithms skipped!)No Algorithm found for: 08020000H - 08024FD3HPartial Prog原创 2016-09-23 22:12:00 · 17362 阅读 · 2 评论