首页 > 其他 > 详细

Keil相关问题

时间:2019-03-18 14:39:54      阅读:316      评论:0      收藏:0      [点我收藏+]

1、keil重选则器件

技术分享图片

2、 移植FREERTOS出错

.\Objects\RTOSDemo.axf: Error: L6406E: No space in execution regions with .ANY selector matching startup_stm32f10x_hd.o(STACK).
.\Objects\RTOSDemo.axf: Error: L6406E: No space in execution regions with .ANY selector matching startup_stm32f10x_hd.o(HEAP).
.\Objects\RTOSDemo.axf: Error: L6406E: No space in execution regions with .ANY selector matching tasks.o(.bss).
.\Objects\RTOSDemo.axf: Error: L6406E: No space in execution regions with .ANY selector matching libspace.o(.bss).
.\Objects\RTOSDemo.axf: Error: L6406E: No space in execution regions with .ANY selector matching tasks.o(.data).
.\Objects\RTOSDemo.axf: Error: L6406E: No space in execution regions with .ANY selector matching heap_2.o(.data).
.\Objects\RTOSDemo.axf: Error: L6406E: No space in execution regions with .ANY selector matching port.o(.data).
.\Objects\RTOSDemo.axf: Error: L6407E: Sections of aggregate size 0x1f80 bytes could not fit into .ANY selector(s).
Not enough information to list image symbols.
Not enough information to list the image map.
Finished: 2 information, 0 warning and 8 error messages.
".\Objects\RTOSDemo.axf" - 8 Error(s), 0 Warning(s).

分析原因:空间不足

解决方案:—>device 暂时选择一个大一点的器件

3, 编译警告,assert_param未申明

warning: #223-D: function “assert_param” declared implicitly”

分析原因:STM32XXXXX_conf.h 条件编译未执行

添加该定义。

技术分享图片

Keil相关问题

原文:https://www.cnblogs.com/xiumusheng/p/10551802.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!