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

📄 usb.map

📁 arm 串口通信测试
💻 MAP
📖 第 1 页 / 共 3 页
字号:
Warning[w6]: Type conflict for external/entry "AT91F_TWI_Open", in module main against external/entry in module TWI; prototyped function vs K&R function
  /* In module main: */
  /* K&R Function, args 0, attr 0 */
  int (__atpcs __interwork AT91F_TWI_Open)();
  /* In module TWI: */
  /* Function, args 0, attr 0 */
  void (__atpcs __interwork AT91F_TWI_Open)(void);
Warning[w6]: Type conflict for external/entry "AT91F_TWI_ReadByte", in module main against external/entry in module TWI; prototyped function vs K&R function
  /* In module main: */
  /* K&R Function, args 0, attr 0 */
  int (__atpcs __interwork AT91F_TWI_ReadByte)();
  /* In module TWI: */
  /* Function, args 5, attr 0 */
  int (__atpcs __interwork AT91F_TWI_ReadByte)(AT91PS_TWI const,
                                               int,
                                               int,
                                               char *,
                                               int);
    typedef struct _AT91S_TWI * AT91PS_TWI;
Warning[w6]: Type conflict for external/entry "AT91F_TWI_WriteByte", in module main against external/entry in module TWI; prototyped function vs K&R function
  /* In module main: */
  /* K&R Function, args 0, attr 0 */
  int (__atpcs __interwork AT91F_TWI_WriteByte)();
  /* In module TWI: */
  /* Function, args 5, attr 0 */
  int (__atpcs __interwork AT91F_TWI_WriteByte)(AT91PS_TWI const,
                                                int,
                                                int,
                                                char *,
                                                int);
    typedef struct _AT91S_TWI * AT91PS_TWI;
Warning[w6]: Type conflict for external/entry "wait", in module main against external/entry in module interrupt_Usart; prototyped function vs K&R function
  /* In module main: */
  /* K&R Function, args 0, attr 0 */
  int (__atpcs __interwork wait)();
  /* In module interrupt_Usart: */
  /* Function, args 0, attr 0 */
  void (__atpcs __interwork wait)(void);
Warning[w6]: Type conflict for external/entry "Usart_PutString", in module interrupt_Usart against external/entry in module main; prototyped function vs K&R function
  /* In module interrupt_Usart: */
  /* K&R Function, args 0, attr 0 */
  int (__atpcs __interwork Usart_PutString)();
  /* In module main: */
  /* Function, args 1, attr 0 */
  void (__atpcs __interwork Usart_PutString)(char *);
Warning[w6]: Type conflict for external/entry "message", in module interrupt_Usart against external/entry in module main; types have different type attributes
  /* In module interrupt_Usart: */
  char (volatile message)[80];
  /* In module main: */
  char message[80];
Warning[w6]: Type conflict for external/entry "sprintf", in module main against external/entry in module ?sprintf; prototyped function vs K&R function
  /* In module main: */
  /* K&R Function, args 0, attr 0 */
  int (__atpcs __interwork sprintf)();
  /* In module ?sprintf: */
  /* Function, args 3, attr 0 */
  int (__atpcs __interwork sprintf)(char *,
                                    char const *,
                                    ...);
Warning[w6]: Type conflict for external/entry "strcpy", in module interrupt_Usart against external/entry in module ?strcpy; prototyped function vs K&R function
  /* In module interrupt_Usart: */
  /* K&R Function, args 0, attr 0 */
  int (__atpcs __interwork strcpy)();
  /* In module ?strcpy: */
  /* Function, args 2, attr 0 */
  char * (__atpcs __interwork strcpy)(char *,
                                      char const *);
################################################################################
#                                                                              #
#      IAR Universal Linker V4.60I/386                                         #
#                                                                              #
#           Link time     =  07/Mar/2008  19:31:53                             #
#           Target CPU    =  ARM                                               #
#           List file     =  D:\ARM实例\AT91SAM7S64-BasicUSART_USB-IAR4_11A-1_ #
#                            1\AT91SAM7S-BasicUSART_USB\compil\FLASH\List\USB. #
#                            map                                               #
#           Output file 1 =  D:\ARM实例\AT91SAM7S64-BasicUSART_USB-IAR4_11A-1_ #
#                            1\AT91SAM7S-BasicUSART_USB\compil\FLASH\Exe\USB.d #
#                            79                                                #
#                            Format: debug                                     #
#                            UBROF version 10.0.2                              #
#                            Using library modules for C-SPY (-rt)             #
#           Output file 2 =  D:\ARM实例\AT91SAM7S64-BasicUSART_USB-IAR4_11A-1_ #
#                            1\AT91SAM7S-BasicUSART_USB\compil\FLASH\Exe\USB.s #
#                            im                                                #
#                            Format: simple-code                               #
#           Command line  =  D:\ARM实例\AT91SAM7S64-BasicUSART_USB-IAR4_11A-1_ #
#                            1\AT91SAM7S-BasicUSART_USB\compil\FLASH\Obj\Cstar #
#                            tup.r79                                           #
#                            D:\ARM实例\AT91SAM7S64-BasicUSART_USB-IAR4_11A-1_ #
#                            1\AT91SAM7S-BasicUSART_USB\compil\FLASH\Obj\Cstar #
#                            tup_SAM7.r79                                      #
#                            D:\ARM实例\AT91SAM7S64-BasicUSART_USB-IAR4_11A-1_ #
#                            1\AT91SAM7S-BasicUSART_USB\compil\FLASH\Obj\TWI.r #
#                            79                                                #
#                            D:\ARM实例\AT91SAM7S64-BasicUSART_USB-IAR4_11A-1_ #
#                            1\AT91SAM7S-BasicUSART_USB\compil\FLASH\Obj\cdc_e #
#                            numerate.r79                                      #
#                            D:\ARM实例\AT91SAM7S64-BasicUSART_USB-IAR4_11A-1_ #
#                            1\AT91SAM7S-BasicUSART_USB\compil\FLASH\Obj\inter #
#                            rupt_Usart.r79                                    #
#                            D:\ARM实例\AT91SAM7S64-BasicUSART_USB-IAR4_11A-1_ #
#                            1\AT91SAM7S-BasicUSART_USB\compil\FLASH\Obj\main. #
#                            r79                                               #
#                            -o                                                #
#                            D:\ARM实例\AT91SAM7S64-BasicUSART_USB-IAR4_11A-1_ #
#                            1\AT91SAM7S-BasicUSART_USB\compil\FLASH\Exe\USB.d #
#                            79                                                #
#                            -l                                                #
#                            D:\ARM实例\AT91SAM7S64-BasicUSART_USB-IAR4_11A-1_ #
#                            1\AT91SAM7S-BasicUSART_USB\compil\FLASH\List\USB. #
#                            map                                               #
#                            -xmsn                                             #
#                            "-ID:\ARM 7.0\IAR Systems\Embedded Workbench 4.0  #
#                            Evaluation\arm\LIB\"                              #
#                            -f                                                #
#                            D:\ARM实例\AT91SAM7S64-BasicUSART_USB-IAR4_11A-1_ #
#                            1\AT91SAM7S-BasicUSART_USB\compil\resource\at91SA #
#                            M7S64_NoRemap.xcl                                 #
#                            (-carm -Z(CONST)INTRAMSTART_REMAP=00200000        #
#                            -Z(CONST)INTRAMEND_REMAP=00203FFF                 #
#                            -DROMSTART=00000000 -DROMEND=0000FFFF             #
#                            -DRAMSTART=00200000 -DRAMEND=002003FFF            #
#                            -Z(CODE)INTVEC=00-3F                              #
#                            -Z(CODE)ICODE,DIFUNCT=ROMSTART-ROMEND             #
#                            -Z(CODE)SWITAB=ROMSTART-ROMEND                    #
#                            -Z(CODE)CODE=ROMSTART-ROMEND                      #
#                            -Z(CONST)INITTAB,DATA_ID,DATA_C=ROMSTART-ROMEND   #
#                            -Z(CONST)CHECKSUM=ROMSTART-ROMEND                 #
#                            -Z(DATA)DATA_I,DATA_Z,DATA_N=RAMSTART-RAMEND      #
#                            -Z(DATA)CODE_I=RAMSTART-RAMEND                    #
#                            -Z(CONST)CODE_ID=ROMSTART-ROMEND                  #
#                            -QCODE_I=CODE_ID                                  #
#                            -Z(CODE)INTERNAL=ROMSTART-ROMEND                  #
#                            -Z(DATA)INTERNAL_I=RAMSTART-RAMEND                #
#                            -Z(CONST)INTERNAL_ID=ROMSTART-ROMEND              #
#                            -QINTERNAL_I=INTERNAL_ID -D_CSTACK_SIZE=(100*4)   #
#                            -D_IRQ_STACK_SIZE=(3*8*4)                         #
#                            -Z(DATA)CSTACK+_CSTACK_SIZE=RAMSTART-RAMEND       #
#                            -Z(DATA)IRQ_STACK+_IRQ_STACK_SIZE=RAMSTART-RAMEND) #
#                            -e_PrintfTiny=_Printf -e_ScanfSmall=_Scanf -rt    #
#                            "D:\ARM 7.0\IAR Systems\Embedded Workbench 4.0 Ev #
#                            aluation\arm\LIB\dl4tptinl8n.r79"                 #
#                            -Osimple-code=D:\ARM实例\AT91SAM7S64-BasicUSART_U #
#                            SB-IAR4_11A-1_1\AT91SAM7S-BasicUSART_USB\compil\F #
#                            LASH\Exe\USB.sim                                  #
#                                                                              #
#                        Copyright 1987-2007 IAR Systems. All rights reserved. #
################################################################################





                ****************************************
                *                                      *
                *           CROSS REFERENCE            *
                *                                      *
                ****************************************

                  There are no program entries.




                ****************************************
                *                                      *
                *            RUNTIME MODEL             *
                *                                      *
                ****************************************

  StackAlign4            = USED
  StackAlign8            = USED
  __cpu_mode             = __pcs__interwork
  __data_model           = absolute
  __dlib_file_descriptor = 0
  __endian               = little
  __rt_version           = 6



                ****************************************
                *                                      *
                *              MODULE MAP              *
                *                                      *
                ****************************************


  DEFINED ABSOLUTE ENTRIES
    *************************************************************************

  DEFINED ABSOLUTE ENTRIES
  PROGRAM MODULE, NAME : ?ABS_ENTRY_MOD

Absolute parts
           ENTRY                   ADDRESS         REF BY
           =====                   =======         ======
           _IRQ_STACK_SIZE         00000060 
           _CSTACK_SIZE            00000400 
           RAMEND                  02003FFF 
           RAMSTART                00200000 
           ROMEND                  0000FFFF 
           ROMSTART                00000000 
    *************************************************************************

  FILE NAME : D:\ARM实例\AT91SAM7S64-BasicUSART_USB-IAR4_11A-1_1\AT91SAM7S-BasicUSART_USB\compil\FLASH\Obj\Cstartup.r79
  PROGRAM MODULE, NAME : ?RESET

  SEGMENTS IN THE MODULE
  ======================
INTRAMSTART_REMAP
  Relative segment, address: 00200000, align: 2
  Segment part 0. ROOT.
    -------------------------------------------------------------------------
INTRAMEND_REMAP
  Relative segment, address: 00204000, align: 2
  Segment part 1. ROOT.
    -------------------------------------------------------------------------
ICODE
  Relative segment, address: 00000000 - 00000103 (0x104 bytes), align: 2
  Segment part 2. ROOT.
           ENTRY                   ADDRESS         REF BY
           =====                   =======         ======
           __main                  00000088 
           AT91F_Default_FIQ_handler
                                   000000E0        AT91F_LowLevelInit (Cstartup_SAM7)
           AT91F_Default_IRQ_handler
                                   000000E4        AT91F_LowLevelInit (Cstartup_SAM7)
           AT91F_Spurious_handler
                                   000000E8        AT91F_LowLevelInit (Cstartup_SAM7)
           LOCAL                   ADDRESS         
           =====                   =======         
           reset                   00000000 
           InitReset               00000044 
           undefvec                00000004 
           swivec                  00000008 
           pabtvec                 0000000C 

⌨️ 快捷键说明

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