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

📄 c240mnrt1.cmd

📁 是用于开关磁阻电机的位置伺服控制的C语言源代码,基于CCS的开发环境.希望可以对你有所帮助.
💻 CMD
字号:
/*H***************************************************************************
* TI Proprietary Information - Internal Data
* Copyright (c) 1993-1999, Texas Instruments Incorporated
* All rights reserved
*****************************************************************************/
/***************************************************************************
*
* DESCRIPTION:
*
*     Truely boring linker command file
*       for C25LP HLL Real-Time Debugger.
*
*     This real-time monitor was developed by H.Roland Hoar.
*
* STATUS:
*
*     This monitor version is dated 24th of June 1997.
*     It is intended for use with HLL Debugger versions "1.19" or later.
*     The MON_RELEASE mnemonic has the hexadecimal value '1019'.
*
*     This document has page feed characters spaced for 66 lines per page.
*     Its page alignment is adjusted to ensure
*         attractive two-page-per-sheet printing.
*
***************************************************************************/

/**************************************************************************/
/******** Specify the linker options **************************************/
/**************************************************************************/
/*-o c240mnrt.out
-m c240mnrt.map
*/

/**************************************************************************/
/******** Specify the input files *****************************************/
/**************************************************************************/
-c
zd3.obj

/**************************************************************************/
/******** Specify the memory configuration ********************************/
/**************************************************************************/
MEMORY
{
    PAGE 0: VECS:  origin = 00000h, length = 00040h
            LOW:   origin = 00040h, length = 03FC0h
            SARAM: origin = 04000h, length = 00800h
            B0:    origin = 0FF00h, length = 00100h

    PAGE 1: B0:    origin = 00200h, length = 00100h
            B1:    origin = 00300h, length = 00100h
            B2:    origin = 00060h, length = 00020h
            SARAM: origin = 08000h, length = 00800h
}

/**************************************************************************/
/******** Specify the ouput sections **************************************/
/**************************************************************************/
SECTIONS
{
        /* Output sections for the sample code   */
        /* in "c200vecs.asm" and "c240user.asm". */
        vectors  :     { } > VECS  PAGE 0
        text :     { } > LOW   PAGE 0
        data :     { } > B1    PAGE 1

        /* Output sections for the monitor code. */
        /* These are always required.            */
        mon_main :     { } > LOW   PAGE 0
        mon_pge0 :     { } > B2    PAGE 1
        mon_rgst :     { } > B2    PAGE 1

        /* Output sections for the monitor code. */
        /* Either mon_ioio or mon_b0p0/mon_b0p1  */
        /* may be required, but never both.      */
        mon_ioio :     { } > LOW   PAGE 0
        mon_b0p0 :     { } > B0    PAGE 0
        mon_b0p1 :     { } > B0    PAGE 1
}

⌨️ 快捷键说明

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