[应用相关] keil中的 target IRAM1 和 IRAM 以及 noInit 什么作用?

[复制链接]
 楼主| 高级安全大使 发表于 2020-2-26 17:49 | 显示全部楼层 |阅读模式

RAMx        Specify the ZI and RW areas, typically located in RAM space.
IRAMx        Specify the ZI and RW areas, typically configured through the startup-code.
default        The check box, in front of each entry, enables the area globally for the application. Individual modules may be assigned in the Properties dialog to specific areas.
off-chip/on-chip        Specifies whether this is an internal or external ROM or RAM.
Start        Specifies the starting address of the area in HEX format.
Size        Specifies how large the area is. Also in HEX format.
NoInit        Specifies areas that should be excluded from zero initialization.
 楼主| 高级安全大使 发表于 2020-2-26 17:50 | 显示全部楼层
翻译过来还是意义不明确。。求大佬解释。
 楼主| 高级安全大使 发表于 2020-2-26 17:51 | 显示全部楼层
toofree 发表于 2020-2-27 12:33 | 显示全部楼层
RAMx可以直接使用;
IRAMx不能直接使用,需要启动代码配置后才能使用,比如SDRAM;
NoInit就是不需要初始化为0的空间。
您需要登录后才可以回帖 登录 | 注册

本版积分规则

59

主题

445

帖子

1

粉丝
快速回复 在线客服 返回列表 返回顶部