⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 blinkdsk5402_ahex.cmd

📁 基于ti 5402dsk的flashburn程序。
💻 CMD
字号:
/*******************************************************************************
 * Copyright 2004-2005 - Software Design Solutions, Inc.  All rights reserved.
 *
 * Portions of this work have been provided under license with Texas 
 * Instruments Inc.
 * 
 * $RCSfile: BlinkDSK5402_ahex.cmd,v $
 * $Revision: 1.3 $
 * 
 * Creates an ASCII Hex formatted .hex file.
 * 
 ******************************************************************************/

BlinkDSK5402.out                /* Input COFF file */
-a                              /* Select Motorola-S1 */

-map BlinkDSK5402_hex.map       /* Name hex utility map file */

-o BlinkDSK5402.hex             /* Name hex output file */

-memwidth 16                    /* Set EPROM system memory width */
-romwidth 16                    /* Set physical ROM width */


-swwsr 0x7fff                   /* Software Wait State Reg value */
-bscr  0x8806                   /* Bank-Switch Control Reg */
                                                   
ROMS
{
    PAGE 0 : ROM : o=0x0000, l=0x10000
}

SECTIONS
{
    .trap      boot
    .vectors   boot
    .fifo      boot
    .stack     boot
    .text      boot
    .cinit     boot
    .cio       boot
    .switch    boot
    .bss       boot
    .const     boot
    .sysmem    boot
}

⌨️ 快捷键说明

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