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

📄 init_table.lst

📁 IAPBootLoader源程序是单片机ARM的在系统编程方法1
💻 LST
字号:
###############################################################################
#                                                                             #
#     IAR Systems ARM Assembler V4.40A/W32 17/Jan/2007  16:16:26              #
#     Copyright 1999-2006 IAR Systems. All rights reserved.                   #
#                                                                             #
#           Source file   =  D:\lilian\STR71X\application note\IAP using UART\an2078_IAR(forum)\an2078\IAP_V2.0\source\init_table.s#
#           List file     =  D:\lilian\STR71X\application note\IAP using UART\an2078_IAR(forum)\an2078\IAP_V2.0\user\Debug\List\init_table.lst#
#           Object file   =  D:\lilian\STR71X\application note\IAP using UART\an2078_IAR(forum)\an2078\IAP_V2.0\user\Debug\Obj\init_table.r79#
#           Command line  =  D:\lilian\STR71X\application note\IAP using UART\an2078_IAR(forum)\an2078\IAP_V2.0\source\init_table.s #
#                            -OD:\lilian\STR71X\application note\IAP using UART\an2078_IAR(forum)\an2078\IAP_V2.0\user\Debug\Obj\ #
#                            -s+ -M<> -w+ -r                                  #
#                            -LD:\lilian\STR71X\application note\IAP using UART\an2078_IAR(forum)\an2078\IAP_V2.0\user\Debug\List\ #
#                            -t8 -x --cpu ARM7TDMI --fpu None                 #
#                            -IC:\Program Files\IAR Systems\Embedded Workbench 4.0\arm\INC\ #
#                                                                             #
###############################################################################

    1    00000000              ; IMAL 2005-10-12
    2    00000000              ; The following table entry is needed to
                                make
    3    00000000              ; the IAR start-up-sequence to copy from
                                the
    4    00000000              ; a segment (often in ROM) to a segment in
                                RAM
    5    00000000              
    6    00000000                  RSEG CODE_Flash:ROOT
    7    00000000                  RSEG CODE_ROM:ROOT
    8    00000000              
    9    00000000              /* Structure of an element in the segment
                                initialization table
   10    00000000               * in segment INITTAB. Used for both zero-initia
                               lization and copying. */
   11    00000000              ; typedef struct
   12    00000000              ; {
   13    00000000              ;   long   Size;                  /* Number of
                                bytes to initialize */
   14    00000000              ;   char*  Dst;                   /* Destination
                               . If Dst==Src, then init to 0 */
   15    00000000              ;   char*  Src;                   /* Source
                                address. Usually in ROM. */
   16    00000000              ; } InitBlock_Type;
   17    00000000              
   18    00000000                  RSEG INITTAB:CODE:ROOT(2) ; 2^2 4 bytes
                                alignment
   19    00000000                  DATA
   20    00000000 ........         DCD       sfe(CODE_ROM) - sfb(CODE_ROM)    
                                                            ;       size of the
                                                            segment
   21    00000004 ........         DCD       sfb(CODE_Flash)               ;   
     start address of where to copy to
   22    00000008 ........         DCD       sfb(CODE_ROM)                   ; 
       start address of where to copy from
   23    0000000C              
   24    0000000C                  END



Segment             Type 	Mode
----------------------------------------
CODE_Flash          UNTYPED  	REL 
CODE_ROM            UNTYPED  	REL 
INITTAB             CODE  	REL 



##############################
#          CRC:8420          #
#        Errors:   0         #
#        Warnings: 0         #
#         Bytes: 12          #
##############################





⌨️ 快捷键说明

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