ARM Macro Assembler Page 1 1 00000000 ;/*! 2 00000000 ; \file startup_gd32f1x0.s 3 00000000 ; \brief start up file 4 00000000 5 00000000 ; 2014-12-26, V1.0.0, firmware for GD32F1x0(x=3,5) 6 00000000 ; 2016-01-15, V2.0.0, firmware for GD32F1x0(x=3,5,7,9 ) 7 00000000 ; 2016-04-30, V3.0.0, firmware update for GD32F1x0(x= 3,5,7,9) 8 00000000 ; 2017-06-19, V3.1.0, firmware update for GD32F1x0(x= 3,5,7,9) 9 00000000 ; 2019-11-20, V3.2.0, firmware update for GD32F1x0(x= 3,5,7,9) 10 00000000 ;*/ 11 00000000 12 00000000 ;/* 13 00000000 ; Copyright (c) 2019, GigaDevice Semiconductor Inc. 14 00000000 ; 15 00000000 ; Redistribution and use in source and binary forms, with or without modification, 16 00000000 ;are permitted provided that the following conditions ar e met: 17 00000000 ; 18 00000000 ; 1. Redistributions of source code must retain the a bove copyright notice, this 19 00000000 ; list of conditions and the following disclaimer. 20 00000000 ; 2. Redistributions in binary form must reproduce th e above copyright notice, 21 00000000 ; this list of conditions and the following discla imer in the documentation 22 00000000 ; and/or other materials provided with the distrib ution. 23 00000000 ; 3. Neither the name of the copyright holder nor the names of its contributors 24 00000000 ; may be used to endorse or promote products deriv ed from this software without 25 00000000 ; specific prior written permission. 26 00000000 ; 27 00000000 ; THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 28 00000000 ;AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT N OT LIMITED TO, THE IMPLIED 29 00000000 ;WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICU LAR PURPOSE ARE DISCLAIMED. 30 00000000 ;IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, 31 00000000 ;INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENT IAL DAMAGES (INCLUDING, BUT 32 00000000 ;NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERV ICES; LOSS OF USE, DATA, OR 33 00000000 ;PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND O N ANY THEORY OF LIABILITY, 34 00000000 ;WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDI NG NEGLIGENCE OR OTHERWISE) 35 00000000 ;ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVE N IF ADVISED OF THE POSSIBILITY 36 00000000 ;OF SUCH DAMAGE. 37 00000000 ;*/ ARM Macro Assembler Page 2 38 00000000 39 00000000 ; Stack Configuration 40 00000000 ; Stack Size (in Bytes) <0x0-0xFFFFFFFF:8> 41 00000000 ; 42 00000000 43 00000000 00000400 Stack_Size EQU 0x00000400 44 00000000 45 00000000 AREA STACK, NOINIT, READWRITE, ALIGN =3 46 00000000 Stack_Mem SPACE Stack_Size 47 00000400 __initial_sp 48 00000400 49 00000400 50 00000400 ; Heap Configuration 51 00000400 ; Heap Size (in Bytes) <0x0-0xFFFFFFFF:8> 52 00000400 ; 53 00000400 54 00000400 00000400 Heap_Size EQU 0x00000400 55 00000400 56 00000400 AREA HEAP, NOINIT, READWRITE, ALIGN= 3 57 00000000 __heap_base 58 00000000 Heap_Mem SPACE Heap_Size 59 00000400 __heap_limit 60 00000400 61 00000400 PRESERVE8 62 00000400 THUMB 63 00000400 64 00000400 ; /* reset Vector Mapped to at Address 0 * / 65 00000400 AREA RESET, DATA, READONLY 66 00000000 EXPORT __Vectors 67 00000000 EXPORT __Vectors_End 68 00000000 EXPORT __Vectors_Size 69 00000000 70 00000000 00000000 __Vectors DCD __initial_sp ; Top of Stack 71 00000004 00000000 DCD Reset_Handler ; Reset Handler 72 00000008 00000000 DCD NMI_Handler ; NMI Handler 73 0000000C 00000000 DCD HardFault_Handler ; Hard Fault Handler 74 00000010 00000000 DCD MemManage_Handler ; MPU Fault Handler 75 00000014 00000000 DCD BusFault_Handler ; Bus Fault Handler 76 00000018 00000000 DCD UsageFault_Handler ; Usage Faul t Handler 77 0000001C 00000000 DCD 0 ; Reserved 78 00000020 00000000 DCD 0 ; Reserved 79 00000024 00000000 DCD 0 ; Reserved ARM Macro Assembler Page 3 80 00000028 00000000 DCD 0 ; Reserved 81 0000002C 00000000 DCD SVC_Handler ; SVCall Handler 82 00000030 00000000 DCD DebugMon_Handler ; Debug Monito r Handler 83 00000034 00000000 DCD 0 ; Reserved 84 00000038 00000000 DCD PendSV_Handler ; PendSV Handler 85 0000003C 00000000 DCD SysTick_Handler ; SysTick Handler 86 00000040 87 00000040 ; /* external interrupts handler */ 88 00000040 00000000 DCD WWDGT_IRQHandler ; 16:Window Wa tchdog Timer 89 00000044 00000000 DCD LVD_IRQHandler ; 17:LVD through EXTI Line detect 90 00000048 00000000 DCD RTC_IRQHandler ; 18:RTC through EXTI Line 91 0000004C 00000000 DCD FMC_IRQHandler ; 19:FMC 92 00000050 00000000 DCD RCU_IRQHandler ; 20:RCU 93 00000054 00000000 DCD EXTI0_1_IRQHandler ; 21:EXTI Li ne 0 and EXTI Line 1 94 00000058 00000000 DCD EXTI2_3_IRQHandler ; 22:EXTI Li ne 2 and EXTI Line 3 95 0000005C 00000000 DCD EXTI4_15_IRQHandler ; 23:EXTI L ine 4 to EXTI Line 15 96 00000060 00000000 DCD TSI_IRQHandler ; 24:TSI 97 00000064 00000000 DCD DMA_Channel0_IRQHandler ; 25:DMA Channel 0 98 00000068 00000000 DCD DMA_Channel1_2_IRQHandler ; 26: DMA Channel 1 and D MA Channel 2 99 0000006C 00000000 DCD DMA_Channel3_4_IRQHandler ; 27: DMA Channel 3 and D MA Channel 4 100 00000070 00000000 DCD ADC_CMP_IRQHandler ; 28:ADC and Comparator 0-1 101 00000074 00000000 DCD TIMER0_BRK_UP_TRG_COM_IRQHandle r ; 29:TIMER0 Break,U pdate,Trigger and C ommutation 102 00000078 00000000 DCD TIMER0_Channel_IRQHandler ; 30:TIMER0 Channel 103 0000007C 00000000 DCD TIMER1_IRQHandler ; 31:TIMER1 104 00000080 00000000 DCD TIMER2_IRQHandler ; 32:TIMER2 105 00000084 00000000 DCD TIMER5_DAC_IRQHandler ; 33:TIMER5 and DAC 106 00000088 00000000 DCD 0 ; Reserved 107 0000008C 00000000 DCD TIMER13_IRQHandler ; 35:TIMER13 108 00000090 00000000 DCD TIMER14_IRQHandler ; 36:TIMER14 109 00000094 00000000 DCD TIMER15_IRQHandler ; 37:TIMER15 ARM Macro Assembler Page 4 110 00000098 00000000 DCD TIMER16_IRQHandler ; 38:TIMER16 111 0000009C 00000000 DCD I2C0_EV_IRQHandler ; 39:I2C0 Event 112 000000A0 00000000 DCD I2C1_EV_IRQHandler ; 40:I2C1 Event 113 000000A4 00000000 DCD SPI0_IRQHandler ; 41:SPI0 114 000000A8 00000000 DCD SPI1_IRQHandler ; 42:SPI1 115 000000AC 00000000 DCD USART0_IRQHandler ; 43:USART0 116 000000B0 00000000 DCD USART1_IRQHandler ; 44:USART1 117 000000B4 00000000 DCD 0 ; Reserved 118 000000B8 00000000 DCD CEC_IRQHandler ; 46:CEC 119 000000BC 00000000 DCD 0 ; Reserved 120 000000C0 00000000 DCD I2C0_ER_IRQHandler ; 48:I2C0 Error 121 000000C4 00000000 DCD 0 ; Reserved 122 000000C8 00000000 DCD I2C1_ER_IRQHandler ; 50:I2C1 Error 123 000000CC 00000000 DCD I2C2_EV_IRQHandler ; 51:I2C2 Event 124 000000D0 00000000 DCD I2C2_ER_IRQHandler ; 52:I2C2 Error 125 000000D4 00000000 DCD USBD_LP_IRQHandler ; 53:USBD LP 126 000000D8 00000000 DCD USBD_HP_IRQHandler ; 54:USBD HP 127 000000DC 00000000 DCD 0 ; Reserved 128 000000E0 00000000 DCD 0 ; Reserved 129 000000E4 00000000 DCD 0 ; Reserved 130 000000E8 00000000 DCD USBDWakeUp_IRQHandler ; 58:USBD Wakeup 131 000000EC 00000000 DCD CAN0_TX_IRQHandler ; 59:CAN0 TX 132 000000F0 00000000 DCD CAN0_RX0_IRQHandler ; 60:CAN0 RX0 133 000000F4 00000000 DCD CAN0_RX1_IRQHandler ; 61:CAN0 RX1 134 000000F8 00000000 DCD CAN0_SCE_IRQHandler ; 62:CAN0 SCE 135 000000FC 00000000 DCD SLCD_IRQHandler ; 63:SLCD 136 00000100 00000000 DCD DMA_Channel5_6_IRQHandler ; 64: DMA Channel5 and Ch annel6 137 00000104 00000000 DCD 0 ; Reserved 138 00000108 00000000 DCD 0 ; Reserved 139 0000010C 00000000 DCD SPI2_IRQHandler ; 67:SPI2 140 00000110 00000000 DCD 0 ; Reserved 141 00000114 00000000 DCD 0 ; Reserved 142 00000118 00000000 DCD 0 ; Reserved 143 0000011C 00000000 DCD 0 ; Reserved 144 00000120 00000000 DCD 0 ; Reserved 145 00000124 00000000 DCD 0 ; Reserved 146 00000128 00000000 DCD 0 ; Reserved 147 0000012C 00000000 DCD 0 ; Reserved 148 00000130 00000000 DCD 0 ; Reserved 149 00000134 00000000 DCD 0 ; Reserved 150 00000138 00000000 DCD 0 ; Reserved 151 0000013C 00000000 DCD 0 ; Reserved ARM Macro Assembler Page 5 152 00000140 00000000 DCD 0 ; Reserved 153 00000144 00000000 DCD 0 ; Reserved 154 00000148 00000000 DCD 0 ; Reserved 155 0000014C 00000000 DCD 0 ; Reserved 156 00000150 00000000 DCD 0 ; Reserved 157 00000154 00000000 DCD 0 ; Reserved 158 00000158 00000000 DCD CAN1_TX_IRQHandler ; 86:CAN1 TX 159 0000015C 00000000 DCD CAN1_RX0_IRQHandler ; 87:CAN1 RX0 160 00000160 00000000 DCD CAN1_RX1_IRQHandler ; 88:CAN1 RX1 161 00000164 00000000 DCD CAN1_SCE_IRQHandler ; 89:CAN1 SCE 162 00000168 __Vectors_End 163 00000168 164 00000168 00000168 __Vectors_Size EQU __Vectors_End - __Vectors 165 00000168 166 00000168 AREA |.text|, CODE, READONLY 167 00000000 168 00000000 ;/* reset Handler */ 169 00000000 Reset_Handler PROC 170 00000000 EXPORT Reset_Handler [WEAK] 171 00000000 IMPORT SystemInit 172 00000000 IMPORT __main 173 00000000 4809 LDR R0, =SystemInit 174 00000002 4780 BLX R0 175 00000004 4809 LDR R0, =__main 176 00000006 4700 BX R0 177 00000008 ENDP 178 00000008 179 00000008 ;/* dummy Exception Handlers */ 180 00000008 NMI_Handler PROC 181 00000008 EXPORT NMI_Handler [WEAK] 182 00000008 E7FE B . 183 0000000A ENDP 185 0000000A HardFault_Handler PROC 186 0000000A EXPORT HardFault_Handler [WEAK] 187 0000000A E7FE B . 188 0000000C ENDP 190 0000000C MemManage_Handler PROC 191 0000000C EXPORT MemManage_Handler [WEAK] 192 0000000C E7FE B . 193 0000000E ENDP 195 0000000E BusFault_Handler PROC 196 0000000E EXPORT BusFault_Handler [WEAK] 197 0000000E E7FE B . ARM Macro Assembler Page 6 198 00000010 ENDP 200 00000010 UsageFault_Handler PROC 201 00000010 EXPORT UsageFault_Handler [WEAK] 202 00000010 E7FE B . 203 00000012 ENDP 204 00000012 SVC_Handler PROC 205 00000012 EXPORT SVC_Handler [WEAK] 206 00000012 E7FE B . 207 00000014 ENDP 209 00000014 DebugMon_Handler PROC 210 00000014 EXPORT DebugMon_Handler [WEAK] 211 00000014 E7FE B . 212 00000016 ENDP 214 00000016 PendSV_Handler PROC 215 00000016 EXPORT PendSV_Handler [WEAK] 216 00000016 E7FE B . 217 00000018 ENDP 219 00000018 SysTick_Handler PROC 220 00000018 EXPORT SysTick_Handler [WEAK] 221 00000018 E7FE B . 222 0000001A ENDP 223 0000001A 224 0000001A Default_Handler PROC 225 0000001A ; /* external interrupts handler */ 226 0000001A EXPORT WWDGT_IRQHandler [WEAK] 227 0000001A EXPORT LVD_IRQHandler [WEAK] 228 0000001A EXPORT RTC_IRQHandler [WEAK] 229 0000001A EXPORT FMC_IRQHandler [WEAK] 230 0000001A EXPORT RCU_IRQHandler [WEAK] 231 0000001A EXPORT EXTI0_1_IRQHandler [WEAK] 232 0000001A EXPORT EXTI2_3_IRQHandler [WEAK] 233 0000001A EXPORT EXTI4_15_IRQHandler [WEAK] 234 0000001A EXPORT TSI_IRQHandler [WEAK] 235 0000001A EXPORT DMA_Channel0_IRQHandler [WEAK] 236 0000001A EXPORT DMA_Channel1_2_IRQHandler [WEAK] 237 0000001A EXPORT DMA_Channel3_4_IRQHandler [WEAK] ARM Macro Assembler Page 7 238 0000001A EXPORT ADC_CMP_IRQHandler [WEAK] 239 0000001A EXPORT TIMER0_BRK_UP_TRG_COM_IRQHandle r [WEAK] 240 0000001A EXPORT TIMER0_Channel_IRQHandler [WEAK] 241 0000001A EXPORT TIMER1_IRQHandler [WEAK] 242 0000001A EXPORT TIMER2_IRQHandler [WEAK] 243 0000001A EXPORT TIMER5_DAC_IRQHandler [WEAK] 244 0000001A EXPORT TIMER13_IRQHandler [WEAK] 245 0000001A EXPORT TIMER14_IRQHandler [WEAK] 246 0000001A EXPORT TIMER15_IRQHandler [WEAK] 247 0000001A EXPORT TIMER16_IRQHandler [WEAK] 248 0000001A EXPORT I2C0_EV_IRQHandler [WEAK] 249 0000001A EXPORT I2C1_EV_IRQHandler [WEAK] 250 0000001A EXPORT SPI0_IRQHandler [WEAK] 251 0000001A EXPORT SPI1_IRQHandler [WEAK] 252 0000001A EXPORT USART0_IRQHandler [WEAK] 253 0000001A EXPORT USART1_IRQHandler [WEAK] 254 0000001A EXPORT CEC_IRQHandler [WEAK] 255 0000001A EXPORT I2C0_ER_IRQHandler [WEAK] 256 0000001A EXPORT I2C1_ER_IRQHandler [WEAK] 257 0000001A EXPORT I2C2_EV_IRQHandler [WEAK] 258 0000001A EXPORT I2C2_ER_IRQHandler [WEAK] 259 0000001A EXPORT USBD_LP_IRQHandler [WEAK] 260 0000001A EXPORT USBD_HP_IRQHandler [WEAK] 261 0000001A EXPORT USBDWakeUp_IRQHandler [WEAK] 262 0000001A EXPORT CAN0_TX_IRQHandler [WEAK] 263 0000001A EXPORT CAN0_RX0_IRQHandler [WEAK] 264 0000001A EXPORT CAN0_RX1_IRQHandler [WEAK] 265 0000001A EXPORT CAN0_SCE_IRQHandler [WEAK] 266 0000001A EXPORT SLCD_IRQHandler [WEAK] 267 0000001A EXPORT DMA_Channel5_6_IRQHandler ARM Macro Assembler Page 8 [WEAK] 268 0000001A EXPORT SPI2_IRQHandler [WEAK] 269 0000001A EXPORT CAN1_TX_IRQHandler [WEAK] 270 0000001A EXPORT CAN1_RX0_IRQHandler [WEAK] 271 0000001A EXPORT CAN1_RX1_IRQHandler [WEAK] 272 0000001A EXPORT CAN1_SCE_IRQHandler [WEAK] 273 0000001A 274 0000001A ;/* external interrupts handler */ 275 0000001A WWDGT_IRQHandler 276 0000001A LVD_IRQHandler 277 0000001A RTC_IRQHandler 278 0000001A FMC_IRQHandler 279 0000001A RCU_IRQHandler 280 0000001A EXTI0_1_IRQHandler 281 0000001A EXTI2_3_IRQHandler 282 0000001A EXTI4_15_IRQHandler 283 0000001A TSI_IRQHandler 284 0000001A DMA_Channel0_IRQHandler 285 0000001A DMA_Channel1_2_IRQHandler 286 0000001A DMA_Channel3_4_IRQHandler 287 0000001A ADC_CMP_IRQHandler 288 0000001A TIMER0_BRK_UP_TRG_COM_IRQHandler 289 0000001A TIMER0_Channel_IRQHandler 290 0000001A TIMER1_IRQHandler 291 0000001A TIMER2_IRQHandler 292 0000001A TIMER5_DAC_IRQHandler 293 0000001A TIMER13_IRQHandler 294 0000001A TIMER14_IRQHandler 295 0000001A TIMER15_IRQHandler 296 0000001A TIMER16_IRQHandler 297 0000001A I2C0_EV_IRQHandler 298 0000001A I2C1_EV_IRQHandler 299 0000001A SPI0_IRQHandler 300 0000001A SPI1_IRQHandler 301 0000001A USART0_IRQHandler 302 0000001A USART1_IRQHandler 303 0000001A CEC_IRQHandler 304 0000001A I2C0_ER_IRQHandler 305 0000001A I2C1_ER_IRQHandler 306 0000001A I2C2_EV_IRQHandler 307 0000001A I2C2_ER_IRQHandler 308 0000001A USBD_LP_IRQHandler 309 0000001A USBD_HP_IRQHandler 310 0000001A USBDWakeUp_IRQHandler 311 0000001A CAN0_TX_IRQHandler 312 0000001A CAN0_RX0_IRQHandler 313 0000001A CAN0_RX1_IRQHandler 314 0000001A CAN0_SCE_IRQHandler 315 0000001A SLCD_IRQHandler 316 0000001A DMA_Channel5_6_IRQHandler 317 0000001A SPI2_IRQHandler 318 0000001A CAN1_TX_IRQHandler 319 0000001A CAN1_RX0_IRQHandler 320 0000001A CAN1_RX1_IRQHandler ARM Macro Assembler Page 9 321 0000001A CAN1_SCE_IRQHandler 322 0000001A E7FE B . 323 0000001C ENDP 324 0000001C 325 0000001C ALIGN 326 0000001C 327 0000001C ; user Initial Stack & Heap 328 0000001C 329 0000001C IF :DEF:__MICROLIB 336 0000001C 337 0000001C IMPORT __use_two_region_memory 338 0000001C EXPORT __user_initial_stackheap 339 0000001C 340 0000001C __user_initial_stackheap PROC 341 0000001C 4804 LDR R0, = Heap_Mem 342 0000001E 4905 LDR R1, =(Stack_Mem + Stack_Size) 343 00000020 4A05 LDR R2, = (Heap_Mem + Heap_Size) 344 00000022 4B06 LDR R3, = Stack_Mem 345 00000024 4770 BX LR 346 00000026 ENDP 347 00000026 348 00000026 00 00 ALIGN 349 00000028 350 00000028 ENDIF 351 00000028 352 00000028 END 00000000 00000000 00000000 00000400 00000400 00000000 Command Line: --debug --xref --diag_suppress=9931 --cpu=Cortex-M3 --apcs=interw ork --depend=.\objects\startup_gd32f1x0.d -o.\objects\startup_gd32f1x0.o -IC:\U sers\kevin\AppData\Local\Arm\Packs\GigaDevice\GD32F1x0_DFP\3.2.0\Device\Include -IC:\Keil_v5\ARM\CMSIS\Include --predefine="__UVISION_VERSION SETA 531" --pred efine="GD32F1x0 SETA 1" --predefine="GD32F130_150 SETA 1" --predefine="USE_STDP ERIPH_DRIVER SETA 1" --list=.\listings\startup_gd32f1x0.lst ..\Librarys\CMSIS\G D32F1x0\Source\startup_gd32f1x0.s ARM Macro Assembler Page 1 Alphabetic symbol ordering Relocatable symbols STACK 00000000 Symbol: STACK Definitions At line 45 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s Uses None Comment: STACK unused Stack_Mem 00000000 Symbol: Stack_Mem Definitions At line 46 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s Uses At line 342 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s At line 344 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s __initial_sp 00000400 Symbol: __initial_sp Definitions At line 47 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s Uses At line 70 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s Comment: __initial_sp used once 3 symbols ARM Macro Assembler Page 1 Alphabetic symbol ordering Relocatable symbols HEAP 00000000 Symbol: HEAP Definitions At line 56 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s Uses None Comment: HEAP unused Heap_Mem 00000000 Symbol: Heap_Mem Definitions At line 58 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s Uses At line 341 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s At line 343 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s __heap_base 00000000 Symbol: __heap_base Definitions At line 57 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s Uses None Comment: __heap_base unused __heap_limit 00000400 Symbol: __heap_limit Definitions At line 59 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s Uses None Comment: __heap_limit unused 4 symbols ARM Macro Assembler Page 1 Alphabetic symbol ordering Relocatable symbols RESET 00000000 Symbol: RESET Definitions At line 65 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s Uses None Comment: RESET unused __Vectors 00000000 Symbol: __Vectors Definitions At line 70 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s Uses At line 66 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s At line 164 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s __Vectors_End 00000168 Symbol: __Vectors_End Definitions At line 162 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s Uses At line 67 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s At line 164 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s 3 symbols ARM Macro Assembler Page 1 Alphabetic symbol ordering Relocatable symbols .text 00000000 Symbol: .text Definitions At line 166 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s Uses None Comment: .text unused ADC_CMP_IRQHandler 0000001A Symbol: ADC_CMP_IRQHandler Definitions At line 287 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s Uses At line 100 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s At line 238 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s BusFault_Handler 0000000E Symbol: BusFault_Handler Definitions At line 195 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s Uses At line 75 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s At line 196 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s CAN0_RX0_IRQHandler 0000001A Symbol: CAN0_RX0_IRQHandler Definitions At line 312 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s Uses At line 132 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s At line 263 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s CAN0_RX1_IRQHandler 0000001A Symbol: CAN0_RX1_IRQHandler Definitions At line 313 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s Uses At line 133 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s At line 264 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s CAN0_SCE_IRQHandler 0000001A Symbol: CAN0_SCE_IRQHandler Definitions At line 314 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s Uses At line 134 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s At line 265 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s CAN0_TX_IRQHandler 0000001A Symbol: CAN0_TX_IRQHandler Definitions At line 311 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s Uses ARM Macro Assembler Page 2 Alphabetic symbol ordering Relocatable symbols At line 131 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s At line 262 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s CAN1_RX0_IRQHandler 0000001A Symbol: CAN1_RX0_IRQHandler Definitions At line 319 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s Uses At line 159 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s At line 270 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s CAN1_RX1_IRQHandler 0000001A Symbol: CAN1_RX1_IRQHandler Definitions At line 320 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s Uses At line 160 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s At line 271 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s CAN1_SCE_IRQHandler 0000001A Symbol: CAN1_SCE_IRQHandler Definitions At line 321 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s Uses At line 161 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s At line 272 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s CAN1_TX_IRQHandler 0000001A Symbol: CAN1_TX_IRQHandler Definitions At line 318 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s Uses At line 158 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s At line 269 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s CEC_IRQHandler 0000001A Symbol: CEC_IRQHandler Definitions At line 303 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s Uses At line 118 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s At line 254 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s DMA_Channel0_IRQHandler 0000001A Symbol: DMA_Channel0_IRQHandler Definitions At line 284 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s Uses At line 97 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s At line 235 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s DMA_Channel1_2_IRQHandler 0000001A ARM Macro Assembler Page 3 Alphabetic symbol ordering Relocatable symbols Symbol: DMA_Channel1_2_IRQHandler Definitions At line 285 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s Uses At line 98 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s At line 236 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s DMA_Channel3_4_IRQHandler 0000001A Symbol: DMA_Channel3_4_IRQHandler Definitions At line 286 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s Uses At line 99 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s At line 237 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s DMA_Channel5_6_IRQHandler 0000001A Symbol: DMA_Channel5_6_IRQHandler Definitions At line 316 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s Uses At line 136 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s At line 267 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s DebugMon_Handler 00000014 Symbol: DebugMon_Handler Definitions At line 209 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s Uses At line 82 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s At line 210 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s Default_Handler 0000001A Symbol: Default_Handler Definitions At line 224 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s Uses None Comment: Default_Handler unused EXTI0_1_IRQHandler 0000001A Symbol: EXTI0_1_IRQHandler Definitions At line 280 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s Uses At line 93 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s At line 231 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s EXTI2_3_IRQHandler 0000001A Symbol: EXTI2_3_IRQHandler Definitions At line 281 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s Uses At line 94 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s At line 232 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s ARM Macro Assembler Page 4 Alphabetic symbol ordering Relocatable symbols EXTI4_15_IRQHandler 0000001A Symbol: EXTI4_15_IRQHandler Definitions At line 282 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s Uses At line 95 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s At line 233 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s FMC_IRQHandler 0000001A Symbol: FMC_IRQHandler Definitions At line 278 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s Uses At line 91 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s At line 229 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s HardFault_Handler 0000000A Symbol: HardFault_Handler Definitions At line 185 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s Uses At line 73 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s At line 186 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s I2C0_ER_IRQHandler 0000001A Symbol: I2C0_ER_IRQHandler Definitions At line 304 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s Uses At line 120 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s At line 255 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s I2C0_EV_IRQHandler 0000001A Symbol: I2C0_EV_IRQHandler Definitions At line 297 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s Uses At line 111 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s At line 248 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s I2C1_ER_IRQHandler 0000001A Symbol: I2C1_ER_IRQHandler Definitions At line 305 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s Uses At line 122 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s At line 256 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s I2C1_EV_IRQHandler 0000001A Symbol: I2C1_EV_IRQHandler Definitions ARM Macro Assembler Page 5 Alphabetic symbol ordering Relocatable symbols At line 298 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s Uses At line 112 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s At line 249 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s I2C2_ER_IRQHandler 0000001A Symbol: I2C2_ER_IRQHandler Definitions At line 307 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s Uses At line 124 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s At line 258 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s I2C2_EV_IRQHandler 0000001A Symbol: I2C2_EV_IRQHandler Definitions At line 306 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s Uses At line 123 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s At line 257 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s LVD_IRQHandler 0000001A Symbol: LVD_IRQHandler Definitions At line 276 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s Uses At line 89 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s At line 227 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s MemManage_Handler 0000000C Symbol: MemManage_Handler Definitions At line 190 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s Uses At line 74 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s At line 191 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s NMI_Handler 00000008 Symbol: NMI_Handler Definitions At line 180 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s Uses At line 72 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s At line 181 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s PendSV_Handler 00000016 Symbol: PendSV_Handler Definitions At line 214 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s Uses At line 84 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s At line 215 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s ARM Macro Assembler Page 6 Alphabetic symbol ordering Relocatable symbols RCU_IRQHandler 0000001A Symbol: RCU_IRQHandler Definitions At line 279 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s Uses At line 92 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s At line 230 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s RTC_IRQHandler 0000001A Symbol: RTC_IRQHandler Definitions At line 277 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s Uses At line 90 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s At line 228 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s Reset_Handler 00000000 Symbol: Reset_Handler Definitions At line 169 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s Uses At line 71 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s At line 170 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s SLCD_IRQHandler 0000001A Symbol: SLCD_IRQHandler Definitions At line 315 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s Uses At line 135 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s At line 266 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s SPI0_IRQHandler 0000001A Symbol: SPI0_IRQHandler Definitions At line 299 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s Uses At line 113 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s At line 250 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s SPI1_IRQHandler 0000001A Symbol: SPI1_IRQHandler Definitions At line 300 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s Uses At line 114 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s At line 251 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s SPI2_IRQHandler 0000001A Symbol: SPI2_IRQHandler Definitions At line 317 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s ARM Macro Assembler Page 7 Alphabetic symbol ordering Relocatable symbols Uses At line 139 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s At line 268 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s SVC_Handler 00000012 Symbol: SVC_Handler Definitions At line 204 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s Uses At line 81 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s At line 205 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s SysTick_Handler 00000018 Symbol: SysTick_Handler Definitions At line 219 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s Uses At line 85 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s At line 220 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s TIMER0_BRK_UP_TRG_COM_IRQHandler 0000001A Symbol: TIMER0_BRK_UP_TRG_COM_IRQHandler Definitions At line 288 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s Uses At line 101 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s At line 239 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s TIMER0_Channel_IRQHandler 0000001A Symbol: TIMER0_Channel_IRQHandler Definitions At line 289 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s Uses At line 102 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s At line 240 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s TIMER13_IRQHandler 0000001A Symbol: TIMER13_IRQHandler Definitions At line 293 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s Uses At line 107 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s At line 244 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s TIMER14_IRQHandler 0000001A Symbol: TIMER14_IRQHandler Definitions At line 294 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s Uses At line 108 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s At line 245 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s TIMER15_IRQHandler 0000001A ARM Macro Assembler Page 8 Alphabetic symbol ordering Relocatable symbols Symbol: TIMER15_IRQHandler Definitions At line 295 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s Uses At line 109 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s At line 246 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s TIMER16_IRQHandler 0000001A Symbol: TIMER16_IRQHandler Definitions At line 296 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s Uses At line 110 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s At line 247 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s TIMER1_IRQHandler 0000001A Symbol: TIMER1_IRQHandler Definitions At line 290 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s Uses At line 103 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s At line 241 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s TIMER2_IRQHandler 0000001A Symbol: TIMER2_IRQHandler Definitions At line 291 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s Uses At line 104 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s At line 242 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s TIMER5_DAC_IRQHandler 0000001A Symbol: TIMER5_DAC_IRQHandler Definitions At line 292 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s Uses At line 105 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s At line 243 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s TSI_IRQHandler 0000001A Symbol: TSI_IRQHandler Definitions At line 283 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s Uses At line 96 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s At line 234 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s USART0_IRQHandler 0000001A Symbol: USART0_IRQHandler Definitions At line 301 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s Uses ARM Macro Assembler Page 9 Alphabetic symbol ordering Relocatable symbols At line 115 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s At line 252 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s USART1_IRQHandler 0000001A Symbol: USART1_IRQHandler Definitions At line 302 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s Uses At line 116 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s At line 253 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s USBDWakeUp_IRQHandler 0000001A Symbol: USBDWakeUp_IRQHandler Definitions At line 310 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s Uses At line 130 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s At line 261 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s USBD_HP_IRQHandler 0000001A Symbol: USBD_HP_IRQHandler Definitions At line 309 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s Uses At line 126 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s At line 260 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s USBD_LP_IRQHandler 0000001A Symbol: USBD_LP_IRQHandler Definitions At line 308 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s Uses At line 125 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s At line 259 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s UsageFault_Handler 00000010 Symbol: UsageFault_Handler Definitions At line 200 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s Uses At line 76 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s At line 201 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s WWDGT_IRQHandler 0000001A Symbol: WWDGT_IRQHandler Definitions At line 275 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s Uses At line 88 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s At line 226 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s __user_initial_stackheap 0000001C ARM Macro Assembler Page 10 Alphabetic symbol ordering Relocatable symbols Symbol: __user_initial_stackheap Definitions At line 340 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s Uses At line 338 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s Comment: __user_initial_stackheap used once 60 symbols ARM Macro Assembler Page 1 Alphabetic symbol ordering Absolute symbols Heap_Size 00000400 Symbol: Heap_Size Definitions At line 54 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s Uses At line 58 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s At line 343 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s Stack_Size 00000400 Symbol: Stack_Size Definitions At line 43 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s Uses At line 46 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s At line 342 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s __Vectors_Size 00000168 Symbol: __Vectors_Size Definitions At line 164 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s Uses At line 68 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.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 171 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s Uses At line 173 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s Comment: SystemInit used once __main 00000000 Symbol: __main Definitions At line 172 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s Uses At line 175 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s Comment: __main used once __use_two_region_memory 00000000 Symbol: __use_two_region_memory Definitions At line 337 in file ..\Librarys\CMSIS\GD32F1x0\Source\startup_gd32f1x0.s Uses None Comment: __use_two_region_memory unused 3 symbols 414 symbols in table