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

📄 dma_tlv254x.cmd

📁 TLV2544-2548多通道12位串行A-D转换器的原理与应用
💻 CMD
字号:
/*=============================================================================*/
/*All software and related documentation is provided "AS IS" and without 		 */
/*warranty or support of any kind and Texas Instruments expressly disclaims 	 */
/*all other warranties,express or implied, including, but not limited to, the  */
/*implied warranties of merchantability and fitness for a particular purpose.  */
/*Under no circumstances shall Texas Instruments be liable for any incidental, */
/*special or consequential damages that result from the use or inability to 	 */
/*use the software or related documentation, even if Texas Instruments has 	 */
/*been advised of the liability.															    */
/*																									    */
/*Unless otherwise stated, software written and copyrighted by Texas 			 */
/*Instruments is distributed as "freeware". You may use and modify this 		 */
/*software without any charge or restriction. You may distribute to others,	 */
/*as long as the original author is acknowledged.										 */
/*=============================================================================*/

/*File:	dma_tlv254x.cmd					*/
/*Description:	'C5402 DSK Memory Mapping			*/


MEMORY
{

	PAGE 0:  PRAM0:		origin = 0x0060 length = 0x04FF	
	PAGE 0:  CODE:		origin = 0x0560 length = 0x3000 
    PAGE 0:  VECTOR:	origin = 0x3600 length = 0x0080  

    PAGE 1:  DRAM0:		origin = 0x0060 length = 0x0FA0 
    PAGE 1:  DATA:		origin = 0x1000 length = 0x3000

}

SECTIONS
{
    .vectors   > VECTOR  PAGE 0		/*Typically where User Interrupt Vector Table is stored*/
    .text      > CODE	 PAGE 0  	/*Typically where Source Code is located*/
    .cinit	   > CODE    PAGE 0		
    .bss	   > PRAM0   PAGE 0 
}

⌨️ 快捷键说明

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