flashblink_hex.cmd

来自「ti dsp 6416 的BOOT程序。利用此程序实现将代码写入到FLASH 的」· CMD 代码 · 共 29 行

CMD
29
字号
/* 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 FLashBlink62.hex for downloading.
 * Use the FlashBurn application to download.
 */

BlinkTEB6416.out

-a

-memwidth  8

-image

ROMS
{
  FLASH: org = 000h, len = 0x3000,romwidth = 8, files = {BlinkTEB6416.hex}
}

⌨️ 快捷键说明

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