modem.cmd

来自「TI CCS2.1 下modem 收发(包括采样重采样变换)的底层代码,是一个完」· CMD 代码 · 共 32 行

CMD
32
字号
/* *  Copyright 1998 by Texas Instruments Incorporated. *  All rights reserved. Property of Texas Instruments Incorporated. *  Restricted rights to use, duplicate or disclose this code are *  granted through contract. *//* *  ======== volume.cmd ======== * */MEMORY {   IPRAM       : origin = 0x0,         len = 0x10000   IDRAM       : origin = 0x80000000,  len = 0x10000}SECTIONS{        .vectors > IPRAM        .text    > IPRAM        .bss     > IDRAM        .cinit   > IDRAM        .const   > IDRAM        .far     > IDRAM        .stack   > IDRAM        .cio     > IDRAM        .sysmem  > IDRAM}

⌨️ 快捷键说明

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