flash_ahex.cmd

来自「ti的驱动程序例程」· CMD 代码 · 共 31 行

CMD
31
字号
/* FlashBlink_hex.cmd -- Hex Converter
 *                       for FlashBlink Demo
 */

/* To use this, from a DOS window.
   To build a hex file, build the
   FlashBlink application using CCS
 * FlashBlink.mak file. After that,
 * open a DOS window in the same dir.
 * and type
 *    >hex6x FlashBlink_ahex.cmd
 *
 * to produce .hex for downloading.
 * Use the FlashBurn application to download.
 */

..\debug\testbios.out

-a
-memwidth  8
-image
-map blink_hex.map
-boot
-bootorg 0x90000400

ROMS
{
  FLASH: org = 0x90000000, len = 0x0800,romwidth = 8, files = {test.hex}
}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?