打印

请教IAR下 *.sim

[复制链接]
4635|1
手机看帖
扫描二维码
随时随地手机跟帖
跳转到指定楼层
楼主
clive05|  楼主 | 2010-4-13 18:15 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
在IAR下,DEBUG文件夹下的*.sim文件具体是指什么吗?
沙发
IJK| | 2010-4-14 09:25 | 只看该作者
可以在IAR的帮助系统中查到相关信息:
简单来说,当需要把代码下载到Flash里面时会生成 *.sim文件,它是1个简单的代码文件(simple-code file),flash loader 在烧flash时会用到*.sim文件。

Build considerations
When you build an application that will be downloaded to flash, special consideration is needed. Two output files must be generated. The first is the usual ELF/DWARF file (out) that provides the debugger with debug and symbol information. The second file is a simple-code file (filename extension sim) that will be opened and read by the flash loader when it downloads the application to flash memory.

The simple-code file must have the same path and name as the ELF/DWARF file except for the filename extension. This file is automatically generated by the linker.

使用特权

评论回复
发新帖 我要提问
您需要登录后才可以回帖 登录 | 注册

本版积分规则

0

主题

4

帖子

1

粉丝