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

📄 davincievm_arm.cmd

📁 erase 讀寫nand flash
💻 CMD
字号:
/*
 *  Copyright 2005 by Spectrum Digital Incorporated.
 *  All rights reserved.  Property of Spectrum Digital Incorporated.
 *
 *  Not for distribution.
 */

/*
 *  Linker command file for DaVinci EVM ( DSP )
 *
 */

-lrts32e.lib

-stack          0x00008000 /* Stack Size */  -heap           0x00008000 /* Heap Size */
MEMORY
{
    VECS:       o = 0x00008000  l = 0x00000200
    BOOT:       o = 0x00008200  l = 0x00000200
    IRAM:       o = 0x00008400  l = 0x0000FA00
    AEMIF:      o = 0x02000000  l = 0x02000000
    DDR2:       o = 0x80000000  l = 0x08000000
}

SECTIONS
{
    "vectors"   >   DDR2
    "bootload"  >   DDR2
    .cinit      >   DDR2
    .text       >   DDR2
    .stack      >   DDR2
    .bss        >   DDR2
    .const      >   DDR2
    .data       >   DDR2
    .far        >   DDR2
    .switch     >   DDR2
    .sysmem     >   DDR2
    .tables     >   DDR2
    .cio        >   DDR2
    .ddr2       >   DDR2
	.image		>	DDR2
	.testimage	>	DDR2
}

⌨️ 快捷键说明

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