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

📄 startup_lpc11xx.lst

📁 CortexM0上移植UCOS-II
💻 LST
字号:



ARM Macro Assembler    Page 1 


    1 00000000         ;/******************************************************
                       ***********************
    2 00000000         ; * @file:    startup_LPC11xx.s
    3 00000000         ; * @purpose: CMSIS Cortex-M0 Core Device Startup File 
    4 00000000         ; *           for the NXP LPC11xx Device Series 
    5 00000000         ; * @version: V1.0
    6 00000000         ; * @date:    25. Nov. 2008
    7 00000000         ; *------- <<< Use Configuration Wizard in Context Menu 
                       >>> ------------------
    8 00000000         ; *
    9 00000000         ; * Copyright (C) 2008 ARM Limited. All rights reserved.
                       
   10 00000000         ; * ARM Limited (ARM) is supplying this software for use
                        with Cortex-M0 
   11 00000000         ; * processor based microcontrollers.  This file can be 
                       freely distributed 
   12 00000000         ; * within development tools that are supporting such AR
                       M based processors. 
   13 00000000         ; *
   14 00000000         ; * THIS SOFTWARE IS PROVIDED "AS IS".  NO WARRANTIES, W
                       HETHER EXPRESS, IMPLIED
   15 00000000         ; * OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED
                        WARRANTIES OF
   16 00000000         ; * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
                        APPLY TO THIS SOFTWARE.
   17 00000000         ; * ARM SHALL NOT, IN ANY CIRCUMSTANCES, BE LIABLE FOR S
                       PECIAL, INCIDENTAL, OR
   18 00000000         ; * CONSEQUENTIAL DAMAGES, FOR ANY REASON WHATSOEVER.
   19 00000000         ; *
   20 00000000         ; ******************************************************
                       ***********************/
   21 00000000         
   22 00000000         
   23 00000000         ; <h> Stack Configuration
   24 00000000         ;   <o> Stack Size (in Bytes) <0x0-0xFFFFFFFF:8>
   25 00000000         ; </h>
   26 00000000         
   27 00000000 00000100 
                       Stack_Size
                               EQU              0x00000100  ;定义栈大小为256字

⌨️ 快捷键说明

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