blinkdsk6713_ahex.cmd
来自「针对ti c6713 dsk的flashburn烧写程序」· CMD 代码 · 共 27 行
CMD
27 行
/*******************************************************************************
* Copyright 2004-2005 - Software Design Solutions, Inc. All rights reserved.
*
* Portions of this work have been provided under license with Texas
* Instruments Inc.
*
* $RCSfile: BlinkDSK6713_ahex.cmd,v $
* $Revision: 1.2 $
*
* Creates an ASCII Hex formatted .hex file.
*
******************************************************************************/
BlinkDSK6713.out
-a
-map BlinkDSK6713_hex.map
-memwidth 8
-image
ROMS
{
FLASH: org = 000h, len = 0x3000,romwidth = 8, files = {BlinkDSK6713.hex}
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?