ARM Macro Assembler Page 1 1 00000000 ;/****************************************************** *****************************************/ 2 00000000 ;/** 3 00000000 ;* @file startup_ciu32l051.s 4 00000000 ;* @author MCU Ecosystem Development Team 5 00000000 ;* @brief CMSIS Cortex-M0+ Core Device Sta rtup File for CIU32L051. 6 00000000 ;* 7 00000000 ;* 8 00000000 ;******************************************************* ****************************************** 9 00000000 ;* @attention 10 00000000 ;* Copyright (c) CEC Huada Electronic Design Co.,Ltd. Al l rights reserved. 11 00000000 ;* 12 00000000 ;******************************************************* ****************************************** 13 00000000 ;*/ 14 00000000 15 00000000 ;/* 16 00000000 ;//-------- <<< Use Configuration Wizard in Context Menu >>> ------------------ 17 00000000 ;*/ 18 00000000 19 00000000 20 00000000 ; Stack Configuration 21 00000000 ; Stack Size (in Bytes) <0x0-0xFFFFFFFF:8> 22 00000000 ; 23 00000000 24 00000000 00000400 Stack_Size EQU 0x00000400 25 00000000 26 00000000 AREA STACK, NOINIT, READWRITE, ALIGN =3 27 00000000 Stack_Mem SPACE Stack_Size 28 00000400 __initial_sp 29 00000400 30 00000400 31 00000400 ; Heap Configuration 32 00000400 ; Heap Size (in Bytes) <0x0-0xFFFFFFFF:8> 33 00000400 ; 34 00000400 35 00000400 00000000 Heap_Size EQU 0x00000000 36 00000400 37 00000400 AREA HEAP, NOINIT, READWRITE, ALIGN= 3 38 00000000 __heap_base 39 00000000 Heap_Mem SPACE Heap_Size 40 00000000 __heap_limit 41 00000000 42 00000000 43 00000000 PRESERVE8 44 00000000 THUMB 45 00000000 ARM Macro Assembler Page 2 46 00000000 47 00000000 ; Vector Table Mapped to Address 0 at Reset 48 00000000 AREA RESET, DATA, READONLY 49 00000000 EXPORT __vector_table 50 00000000 EXPORT __vectors_End 51 00000000 EXPORT __vectors_Size 52 00000000 53 00000000 00000000 __vector_table DCD __initial_sp ; Top of Stack 54 00000004 00000000 DCD Reset_Handler ; Reset Handler 55 00000008 00000000 DCD NMI_Handler ; NMI Handler 56 0000000C 00000000 DCD HardFault_Handler ; Hard Fault Handler 57 00000010 00000000 DCD 0 ; Reserved 58 00000014 00000000 DCD 0 ; Reserved 59 00000018 00000000 DCD 0 ; Reserved 60 0000001C 00000000 DCD 0 ; Reserved 61 00000020 00000000 DCD 0 ; Reserved 62 00000024 00000000 DCD 0 ; Reserved 63 00000028 00000000 DCD 0 ; Reserved 64 0000002C 00000000 DCD SVC_Handler ; SVCall Handler 65 00000030 00000000 DCD 0 ; Reserved 66 00000034 00000000 DCD 0 ; Reserved 67 00000038 00000000 DCD PendSV_Handler ; PendSV Handler 68 0000003C 00000000 DCD SysTick_Handler ; SysTick Handler 69 00000040 70 00000040 ; Interrupts 71 00000040 00000000 DCD WWDG_IRQHandler ; Window Watchdog 72 00000044 00000000 DCD PVD_IRQHandler ; PVD 73 00000048 00000000 DCD RTC_TAMP_IRQHandler ; RTC & TAMP 74 0000004C 00000000 DCD FLASH_IRQHandler ; FLASH 75 00000050 00000000 DCD RCC_IRQHandler ; RCC 76 00000054 00000000 DCD EXTI0_1_IRQHandler ; EXTI Line 0 & 1 77 00000058 00000000 DCD EXTI2_3_IRQHandler ; EXTI Line 2 & 3 78 0000005C 00000000 DCD EXTI4_15_IRQHandler ; EXTI Line 4 to 15 79 00000060 00000000 DCD LCD_IRQHandler ; LCD 80 00000064 00000000 DCD DMA_Channel0_IRQHandler ; DMA Channel 0 81 00000068 00000000 DCD DMA_Channel1_IRQHandler ; DMA Channel 1 82 0000006C 00000000 DCD 0 ; Reserved 83 00000070 00000000 DCD ADC_COMP_IRQHandler ; ADC & COMP1/2 84 00000074 00000000 DCD 0 ; Reserved 85 00000078 00000000 DCD 0 ; Reserved 86 0000007C 00000000 DCD TIM3_IRQHandler ; TIM3 87 00000080 00000000 DCD TIM4_IRQHandler ; TIM4 88 00000084 00000000 DCD TIM5_IRQHandler ; TIM5 ARM Macro Assembler Page 3 89 00000088 00000000 DCD TIM8_IRQHandler ; TIM8 90 0000008C 00000000 DCD AES_IRQHandler ; AES 91 00000090 00000000 DCD LPTIM1_IRQHandler ; LPTIM1 92 00000094 00000000 DCD I2C1_IRQHandler ; I2C1 93 00000098 00000000 DCD 0 ; Reserved 94 0000009C 00000000 DCD SPI1_IRQHandler ; SPI1 95 000000A0 00000000 DCD SPI2_IRQHandler ; SPI2 96 000000A4 00000000 DCD USART1_IRQHandler ; USART1 97 000000A8 00000000 DCD UART2_IRQHandler ; UART2 98 000000AC 00000000 DCD UART3_4_IRQHandler ; UART3 & UART4 99 000000B0 00000000 DCD LPUART1_IRQHandler ; LPUART1 100 000000B4 00000000 DCD TRNG_IRQHandler ; TRNG 101 000000B8 00000000 DCD LPTIM2_IRQHandler ; LPTIM2 102 000000BC 00000000 DCD LPUART2_IRQHandler ; LPUART2 103 000000C0 104 000000C0 __vectors_End 105 000000C0 106 000000C0 000000C0 __vectors_Size EQU __vectors_End - __vector_table 107 000000C0 108 000000C0 AREA |.text|, CODE, READONLY 109 00000000 110 00000000 ; Reset Handler 111 00000000 Reset_Handler PROC 112 00000000 EXPORT Reset_Handler [ WEAK] 113 00000000 IMPORT SystemInit 114 00000000 IMPORT __main 115 00000000 116 00000000 4804 LDR R0, =SystemInit 117 00000002 4780 BLX R0 118 00000004 4804 LDR R0, =__main 119 00000006 4700 BX R0 120 00000008 ENDP 121 00000008 122 00000008 ; Dummy Exception Handlers (infinite loops which can be modified) 123 00000008 124 00000008 NMI_Handler PROC 125 00000008 EXPORT NMI_Handler [WEAK] 126 00000008 E7FE B . 127 0000000A ENDP 129 0000000A HardFault_Handler PROC 130 0000000A EXPORT HardFault_Handler [WEAK] 131 0000000A E7FE B . 132 0000000C ENDP 133 0000000C SVC_Handler PROC 134 0000000C EXPORT SVC_Handler [WEAK] ARM Macro Assembler Page 4 135 0000000C E7FE B . 136 0000000E ENDP 137 0000000E PendSV_Handler PROC 138 0000000E EXPORT PendSV_Handler [WEAK] 139 0000000E E7FE B . 140 00000010 ENDP 141 00000010 SysTick_Handler PROC 142 00000010 EXPORT SysTick_Handler [WEAK] 143 00000010 E7FE B . 144 00000012 ENDP 145 00000012 146 00000012 Default_Handler PROC 147 00000012 148 00000012 EXPORT WWDG_IRQHandler [WEAK] 149 00000012 EXPORT PVD_IRQHandler [WEAK] 150 00000012 EXPORT RTC_TAMP_IRQHandler [WEAK] 151 00000012 EXPORT FLASH_IRQHandler [WEAK] 152 00000012 EXPORT RCC_IRQHandler [WEAK] 153 00000012 EXPORT EXTI0_1_IRQHandler [WEAK] 154 00000012 EXPORT EXTI2_3_IRQHandler [WEAK] 155 00000012 EXPORT EXTI4_15_IRQHandler [WEAK] 156 00000012 EXPORT LCD_IRQHandler [WEAK] 157 00000012 EXPORT DMA_Channel0_IRQHandler [WEAK] 158 00000012 EXPORT DMA_Channel1_IRQHandler [WEAK] 159 00000012 EXPORT ADC_COMP_IRQHandler [WEAK] 160 00000012 EXPORT TIM3_IRQHandler [WEAK] 161 00000012 EXPORT TIM4_IRQHandler [WEAK] 162 00000012 EXPORT TIM5_IRQHandler [WEAK] 163 00000012 EXPORT TIM8_IRQHandler [WEAK] 164 00000012 EXPORT AES_IRQHandler [WEAK] 165 00000012 EXPORT LPTIM1_IRQHandler [WEAK] 166 00000012 EXPORT I2C1_IRQHandler [WEAK] 167 00000012 EXPORT SPI1_IRQHandler [WEAK] 168 00000012 EXPORT SPI2_IRQHandler [WEAK] 169 00000012 EXPORT USART1_IRQHandler [WEAK] 170 00000012 EXPORT UART2_IRQHandler [WEAK] 171 00000012 EXPORT UART3_4_IRQHandler [WEAK] 172 00000012 EXPORT LPUART1_IRQHandler [WEAK] 173 00000012 EXPORT TRNG_IRQHandler [WEAK] 174 00000012 EXPORT LPTIM2_IRQHandler [WEAK] 175 00000012 EXPORT LPUART2_IRQHandler [WEAK] 176 00000012 177 00000012 WWDG_IRQHandler 178 00000012 PVD_IRQHandler 179 00000012 RTC_TAMP_IRQHandler 180 00000012 FLASH_IRQHandler 181 00000012 RCC_IRQHandler 182 00000012 EXTI0_1_IRQHandler 183 00000012 EXTI2_3_IRQHandler 184 00000012 EXTI4_15_IRQHandler 185 00000012 LCD_IRQHandler 186 00000012 DMA_Channel0_IRQHandler 187 00000012 DMA_Channel1_IRQHandler 188 00000012 ADC_COMP_IRQHandler ARM Macro Assembler Page 5 189 00000012 TIM3_IRQHandler 190 00000012 TIM4_IRQHandler 191 00000012 TIM5_IRQHandler 192 00000012 TIM8_IRQHandler 193 00000012 AES_IRQHandler 194 00000012 LPTIM1_IRQHandler 195 00000012 I2C1_IRQHandler 196 00000012 SPI1_IRQHandler 197 00000012 SPI2_IRQHandler 198 00000012 USART1_IRQHandler 199 00000012 UART2_IRQHandler 200 00000012 UART3_4_IRQHandler 201 00000012 LPUART1_IRQHandler 202 00000012 TRNG_IRQHandler 203 00000012 LPTIM2_IRQHandler 204 00000012 LPUART2_IRQHandler 205 00000012 206 00000012 E7FE B . 207 00000014 208 00000014 ENDP 209 00000014 210 00000014 ALIGN 211 00000014 212 00000014 213 00000014 ; User Initial Stack & Heap 214 00000014 215 00000014 IF :DEF:__MICROLIB 216 00000014 217 00000014 EXPORT __initial_sp 218 00000014 EXPORT __heap_base 219 00000014 EXPORT __heap_limit 220 00000014 221 00000014 ELSE 236 ENDIF 237 00000014 238 00000014 239 00000014 END 00000000 00000000 Command Line: --debug --xref --diag_suppress=9931,A1950W --cpu=Cortex-M0+ --dep end=.\startup_ciu32l051.d -o.\startup_ciu32l051.o -IC:\Users\16005\AppData\Loca l\Arm\Packs\HED\CIU32L0xx_DFP\1.2.5\Drivers\CMSIS\Device\CIU32L051\Include --pr edefine="__MICROLIB SETA 1" --predefine="__UVISION_VERSION SETA 539" --predefin e="CIU32L051 SETA 1" --list=.\listings\startup_ciu32l051.lst ..\startup\startup _ciu32l051.s ARM Macro Assembler Page 1 Alphabetic symbol ordering Relocatable symbols STACK 00000000 Symbol: STACK Definitions At line 26 in file ..\startup\startup_ciu32l051.s Uses None Comment: STACK unused Stack_Mem 00000000 Symbol: Stack_Mem Definitions At line 27 in file ..\startup\startup_ciu32l051.s Uses None Comment: Stack_Mem unused __initial_sp 00000400 Symbol: __initial_sp Definitions At line 28 in file ..\startup\startup_ciu32l051.s Uses At line 53 in file ..\startup\startup_ciu32l051.s At line 217 in file ..\startup\startup_ciu32l051.s 3 symbols ARM Macro Assembler Page 1 Alphabetic symbol ordering Relocatable symbols HEAP 00000000 Symbol: HEAP Definitions At line 37 in file ..\startup\startup_ciu32l051.s Uses None Comment: HEAP unused Heap_Mem 00000000 Symbol: Heap_Mem Definitions At line 39 in file ..\startup\startup_ciu32l051.s Uses None Comment: Heap_Mem unused __heap_base 00000000 Symbol: __heap_base Definitions At line 38 in file ..\startup\startup_ciu32l051.s Uses At line 218 in file ..\startup\startup_ciu32l051.s Comment: __heap_base used once __heap_limit 00000000 Symbol: __heap_limit Definitions At line 40 in file ..\startup\startup_ciu32l051.s Uses At line 219 in file ..\startup\startup_ciu32l051.s Comment: __heap_limit used once 4 symbols ARM Macro Assembler Page 1 Alphabetic symbol ordering Relocatable symbols RESET 00000000 Symbol: RESET Definitions At line 48 in file ..\startup\startup_ciu32l051.s Uses None Comment: RESET unused __vector_table 00000000 Symbol: __vector_table Definitions At line 53 in file ..\startup\startup_ciu32l051.s Uses At line 49 in file ..\startup\startup_ciu32l051.s At line 106 in file ..\startup\startup_ciu32l051.s __vectors_End 000000C0 Symbol: __vectors_End Definitions At line 104 in file ..\startup\startup_ciu32l051.s Uses At line 50 in file ..\startup\startup_ciu32l051.s At line 106 in file ..\startup\startup_ciu32l051.s 3 symbols ARM Macro Assembler Page 1 Alphabetic symbol ordering Relocatable symbols .text 00000000 Symbol: .text Definitions At line 108 in file ..\startup\startup_ciu32l051.s Uses None Comment: .text unused ADC_COMP_IRQHandler 00000012 Symbol: ADC_COMP_IRQHandler Definitions At line 188 in file ..\startup\startup_ciu32l051.s Uses At line 83 in file ..\startup\startup_ciu32l051.s At line 159 in file ..\startup\startup_ciu32l051.s AES_IRQHandler 00000012 Symbol: AES_IRQHandler Definitions At line 193 in file ..\startup\startup_ciu32l051.s Uses At line 90 in file ..\startup\startup_ciu32l051.s At line 164 in file ..\startup\startup_ciu32l051.s DMA_Channel0_IRQHandler 00000012 Symbol: DMA_Channel0_IRQHandler Definitions At line 186 in file ..\startup\startup_ciu32l051.s Uses At line 80 in file ..\startup\startup_ciu32l051.s At line 157 in file ..\startup\startup_ciu32l051.s DMA_Channel1_IRQHandler 00000012 Symbol: DMA_Channel1_IRQHandler Definitions At line 187 in file ..\startup\startup_ciu32l051.s Uses At line 81 in file ..\startup\startup_ciu32l051.s At line 158 in file ..\startup\startup_ciu32l051.s Default_Handler 00000012 Symbol: Default_Handler Definitions At line 146 in file ..\startup\startup_ciu32l051.s Uses None Comment: Default_Handler unused EXTI0_1_IRQHandler 00000012 Symbol: EXTI0_1_IRQHandler Definitions At line 182 in file ..\startup\startup_ciu32l051.s Uses At line 76 in file ..\startup\startup_ciu32l051.s ARM Macro Assembler Page 2 Alphabetic symbol ordering Relocatable symbols At line 153 in file ..\startup\startup_ciu32l051.s EXTI2_3_IRQHandler 00000012 Symbol: EXTI2_3_IRQHandler Definitions At line 183 in file ..\startup\startup_ciu32l051.s Uses At line 77 in file ..\startup\startup_ciu32l051.s At line 154 in file ..\startup\startup_ciu32l051.s EXTI4_15_IRQHandler 00000012 Symbol: EXTI4_15_IRQHandler Definitions At line 184 in file ..\startup\startup_ciu32l051.s Uses At line 78 in file ..\startup\startup_ciu32l051.s At line 155 in file ..\startup\startup_ciu32l051.s FLASH_IRQHandler 00000012 Symbol: FLASH_IRQHandler Definitions At line 180 in file ..\startup\startup_ciu32l051.s Uses At line 74 in file ..\startup\startup_ciu32l051.s At line 151 in file ..\startup\startup_ciu32l051.s HardFault_Handler 0000000A Symbol: HardFault_Handler Definitions At line 129 in file ..\startup\startup_ciu32l051.s Uses At line 56 in file ..\startup\startup_ciu32l051.s At line 130 in file ..\startup\startup_ciu32l051.s I2C1_IRQHandler 00000012 Symbol: I2C1_IRQHandler Definitions At line 195 in file ..\startup\startup_ciu32l051.s Uses At line 92 in file ..\startup\startup_ciu32l051.s At line 166 in file ..\startup\startup_ciu32l051.s LCD_IRQHandler 00000012 Symbol: LCD_IRQHandler Definitions At line 185 in file ..\startup\startup_ciu32l051.s Uses At line 79 in file ..\startup\startup_ciu32l051.s At line 156 in file ..\startup\startup_ciu32l051.s LPTIM1_IRQHandler 00000012 Symbol: LPTIM1_IRQHandler ARM Macro Assembler Page 3 Alphabetic symbol ordering Relocatable symbols Definitions At line 194 in file ..\startup\startup_ciu32l051.s Uses At line 91 in file ..\startup\startup_ciu32l051.s At line 165 in file ..\startup\startup_ciu32l051.s LPTIM2_IRQHandler 00000012 Symbol: LPTIM2_IRQHandler Definitions At line 203 in file ..\startup\startup_ciu32l051.s Uses At line 101 in file ..\startup\startup_ciu32l051.s At line 174 in file ..\startup\startup_ciu32l051.s LPUART1_IRQHandler 00000012 Symbol: LPUART1_IRQHandler Definitions At line 201 in file ..\startup\startup_ciu32l051.s Uses At line 99 in file ..\startup\startup_ciu32l051.s At line 172 in file ..\startup\startup_ciu32l051.s LPUART2_IRQHandler 00000012 Symbol: LPUART2_IRQHandler Definitions At line 204 in file ..\startup\startup_ciu32l051.s Uses At line 102 in file ..\startup\startup_ciu32l051.s At line 175 in file ..\startup\startup_ciu32l051.s NMI_Handler 00000008 Symbol: NMI_Handler Definitions At line 124 in file ..\startup\startup_ciu32l051.s Uses At line 55 in file ..\startup\startup_ciu32l051.s At line 125 in file ..\startup\startup_ciu32l051.s PVD_IRQHandler 00000012 Symbol: PVD_IRQHandler Definitions At line 178 in file ..\startup\startup_ciu32l051.s Uses At line 72 in file ..\startup\startup_ciu32l051.s At line 149 in file ..\startup\startup_ciu32l051.s PendSV_Handler 0000000E Symbol: PendSV_Handler Definitions At line 137 in file ..\startup\startup_ciu32l051.s Uses At line 67 in file ..\startup\startup_ciu32l051.s At line 138 in file ..\startup\startup_ciu32l051.s ARM Macro Assembler Page 4 Alphabetic symbol ordering Relocatable symbols RCC_IRQHandler 00000012 Symbol: RCC_IRQHandler Definitions At line 181 in file ..\startup\startup_ciu32l051.s Uses At line 75 in file ..\startup\startup_ciu32l051.s At line 152 in file ..\startup\startup_ciu32l051.s RTC_TAMP_IRQHandler 00000012 Symbol: RTC_TAMP_IRQHandler Definitions At line 179 in file ..\startup\startup_ciu32l051.s Uses At line 73 in file ..\startup\startup_ciu32l051.s At line 150 in file ..\startup\startup_ciu32l051.s Reset_Handler 00000000 Symbol: Reset_Handler Definitions At line 111 in file ..\startup\startup_ciu32l051.s Uses At line 54 in file ..\startup\startup_ciu32l051.s At line 112 in file ..\startup\startup_ciu32l051.s SPI1_IRQHandler 00000012 Symbol: SPI1_IRQHandler Definitions At line 196 in file ..\startup\startup_ciu32l051.s Uses At line 94 in file ..\startup\startup_ciu32l051.s At line 167 in file ..\startup\startup_ciu32l051.s SPI2_IRQHandler 00000012 Symbol: SPI2_IRQHandler Definitions At line 197 in file ..\startup\startup_ciu32l051.s Uses At line 95 in file ..\startup\startup_ciu32l051.s At line 168 in file ..\startup\startup_ciu32l051.s SVC_Handler 0000000C Symbol: SVC_Handler Definitions At line 133 in file ..\startup\startup_ciu32l051.s Uses At line 64 in file ..\startup\startup_ciu32l051.s At line 134 in file ..\startup\startup_ciu32l051.s SysTick_Handler 00000010 Symbol: SysTick_Handler Definitions ARM Macro Assembler Page 5 Alphabetic symbol ordering Relocatable symbols At line 141 in file ..\startup\startup_ciu32l051.s Uses At line 68 in file ..\startup\startup_ciu32l051.s At line 142 in file ..\startup\startup_ciu32l051.s TIM3_IRQHandler 00000012 Symbol: TIM3_IRQHandler Definitions At line 189 in file ..\startup\startup_ciu32l051.s Uses At line 86 in file ..\startup\startup_ciu32l051.s At line 160 in file ..\startup\startup_ciu32l051.s TIM4_IRQHandler 00000012 Symbol: TIM4_IRQHandler Definitions At line 190 in file ..\startup\startup_ciu32l051.s Uses At line 87 in file ..\startup\startup_ciu32l051.s At line 161 in file ..\startup\startup_ciu32l051.s TIM5_IRQHandler 00000012 Symbol: TIM5_IRQHandler Definitions At line 191 in file ..\startup\startup_ciu32l051.s Uses At line 88 in file ..\startup\startup_ciu32l051.s At line 162 in file ..\startup\startup_ciu32l051.s TIM8_IRQHandler 00000012 Symbol: TIM8_IRQHandler Definitions At line 192 in file ..\startup\startup_ciu32l051.s Uses At line 89 in file ..\startup\startup_ciu32l051.s At line 163 in file ..\startup\startup_ciu32l051.s TRNG_IRQHandler 00000012 Symbol: TRNG_IRQHandler Definitions At line 202 in file ..\startup\startup_ciu32l051.s Uses At line 100 in file ..\startup\startup_ciu32l051.s At line 173 in file ..\startup\startup_ciu32l051.s UART2_IRQHandler 00000012 Symbol: UART2_IRQHandler Definitions At line 199 in file ..\startup\startup_ciu32l051.s Uses At line 97 in file ..\startup\startup_ciu32l051.s At line 170 in file ..\startup\startup_ciu32l051.s ARM Macro Assembler Page 6 Alphabetic symbol ordering Relocatable symbols UART3_4_IRQHandler 00000012 Symbol: UART3_4_IRQHandler Definitions At line 200 in file ..\startup\startup_ciu32l051.s Uses At line 98 in file ..\startup\startup_ciu32l051.s At line 171 in file ..\startup\startup_ciu32l051.s USART1_IRQHandler 00000012 Symbol: USART1_IRQHandler Definitions At line 198 in file ..\startup\startup_ciu32l051.s Uses At line 96 in file ..\startup\startup_ciu32l051.s At line 169 in file ..\startup\startup_ciu32l051.s WWDG_IRQHandler 00000012 Symbol: WWDG_IRQHandler Definitions At line 177 in file ..\startup\startup_ciu32l051.s Uses At line 71 in file ..\startup\startup_ciu32l051.s At line 148 in file ..\startup\startup_ciu32l051.s 36 symbols ARM Macro Assembler Page 1 Alphabetic symbol ordering Absolute symbols Heap_Size 00000000 Symbol: Heap_Size Definitions At line 35 in file ..\startup\startup_ciu32l051.s Uses At line 39 in file ..\startup\startup_ciu32l051.s Comment: Heap_Size used once Stack_Size 00000400 Symbol: Stack_Size Definitions At line 24 in file ..\startup\startup_ciu32l051.s Uses At line 27 in file ..\startup\startup_ciu32l051.s Comment: Stack_Size used once __vectors_Size 000000C0 Symbol: __vectors_Size Definitions At line 106 in file ..\startup\startup_ciu32l051.s Uses At line 51 in file ..\startup\startup_ciu32l051.s Comment: __vectors_Size used once 3 symbols ARM Macro Assembler Page 1 Alphabetic symbol ordering External symbols SystemInit 00000000 Symbol: SystemInit Definitions At line 113 in file ..\startup\startup_ciu32l051.s Uses At line 116 in file ..\startup\startup_ciu32l051.s Comment: SystemInit used once __main 00000000 Symbol: __main Definitions At line 114 in file ..\startup\startup_ciu32l051.s Uses At line 118 in file ..\startup\startup_ciu32l051.s Comment: __main used once 2 symbols 386 symbols in table