首页 | 新闻 | 新品 | 文库 | 方案 | 视频 | 下载 | 商城 | 开发板 | 数据中心 | 座谈新版 | 培训 | 工具 | 博客 | 论坛 | 百科 | GEC | 活动 | 主题月 | 电子展
返回列表 回复 发帖

[求助]如何将程序汇编后的执行程序下载到目标芯片

所有Programming tool都可以直接下载elf文件,包括CodeWarrior, 56800E Flash Programmer,以及flash_over_jtag,请看看工具的帮助文档

You can load and debug an .elf file without an associated project. To load an .elf file for debugging without an associated project:

  1. Launch the CodeWarrior IDE.
  2. Choose File > Open and specify the file to load in the standard dialog box that appears.
  3. Alternatively, you can drag and drop an .elf file onto the IDE.

  4. You may have to add additional access paths in the Access Path preference panel in order to see all of the source code.
  5. Choose Project > Debug to begin debugging the application.
  6. NOTE

    When you debug an .elf file without a project, the IDE sets the Build before running setting on the Build Settings panel of the IDE Preference panels to Never. Consequently, if you open another project to debug after debugging an .elf file, you must change the Build before running setting before you can build the project.

返回列表