startup_gd32f10x_xd.lst 53 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487
  1. ARM Macro Assembler Page 1
  2. 1 00000000 ;/*!
  3. 2 00000000 ; \file startup_gd32f10x_xd.s
  4. 3 00000000 ; \brief start up file
  5. 4 00000000 ;
  6. 5 00000000 ; \version 2014-12-26, V1.0.0, firmware for GD32F10x
  7. 6 00000000 ; \version 2017-06-20, V2.0.0, firmware for GD32F10x
  8. 7 00000000 ; \version 2018-07-31, V2.1.0, firmware for GD32F10x
  9. 8 00000000 ;*/
  10. 9 00000000 ;
  11. 10 00000000 ;/*
  12. 11 00000000 ; Copyright (c) 2018, GigaDevice Semiconductor Inc.
  13. 12 00000000 ;
  14. 13 00000000 ; All rights reserved.
  15. 14 00000000 ;
  16. 15 00000000 ; Redistribution and use in source and binary forms,
  17. with or without modification,
  18. 16 00000000 ;are permitted provided that the following conditions ar
  19. e met:
  20. 17 00000000 ;
  21. 18 00000000 ; 1. Redistributions of source code must retain the a
  22. bove copyright notice, this
  23. 19 00000000 ; list of conditions and the following disclaimer.
  24. 20 00000000 ; 2. Redistributions in binary form must reproduce th
  25. e above copyright notice,
  26. 21 00000000 ; this list of conditions and the following discla
  27. imer in the documentation
  28. 22 00000000 ; and/or other materials provided with the distrib
  29. ution.
  30. 23 00000000 ; 3. Neither the name of the copyright holder nor the
  31. names of its contributors
  32. 24 00000000 ; may be used to endorse or promote products deriv
  33. ed from this software without
  34. 25 00000000 ; specific prior written permission.
  35. 26 00000000 ;
  36. 27 00000000 ; THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS
  37. AND CONTRIBUTORS "AS IS"
  38. 28 00000000 ;AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT N
  39. OT LIMITED TO, THE IMPLIED
  40. 29 00000000 ;WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICU
  41. LAR PURPOSE ARE DISCLAIMED.
  42. 30 00000000 ;IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS
  43. BE LIABLE FOR ANY DIRECT,
  44. 31 00000000 ;INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENT
  45. IAL DAMAGES (INCLUDING, BUT
  46. 32 00000000 ;NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERV
  47. ICES; LOSS OF USE, DATA, OR
  48. 33 00000000 ;PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND O
  49. N ANY THEORY OF LIABILITY,
  50. 34 00000000 ;WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDI
  51. NG NEGLIGENCE OR OTHERWISE)
  52. 35 00000000 ;ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVE
  53. N IF ADVISED OF THE POSSIBILITY
  54. 36 00000000 ;OF SUCH DAMAGE.
  55. 37 00000000 ;*/
  56. 38 00000000
  57. 39 00000000 ; <h> Stack Configuration
  58. 40 00000000 ; <o> Stack Size (in Bytes) <0x0-0xFFFFFFFF:8>
  59. 41 00000000 ; </h>
  60. ARM Macro Assembler Page 2
  61. 42 00000000
  62. 43 00000000 00001000
  63. Stack_Size
  64. EQU 0x00001000
  65. 44 00000000
  66. 45 00000000 AREA STACK, NOINIT, READWRITE, ALIGN
  67. = 3
  68. 46 00000000 Stack_Mem
  69. SPACE Stack_Size
  70. 47 00001000 __initial_sp
  71. 48 00001000
  72. 49 00001000
  73. 50 00001000 ; <h> Heap Configuration
  74. 51 00001000 ; <o> Heap Size (in Bytes) <0x0-0xFFFFFFFF:8>
  75. 52 00001000 ; </h>
  76. 53 00001000
  77. 54 00001000 00010000
  78. Heap_Size
  79. EQU 0x00010000
  80. 55 00001000
  81. 56 00001000 AREA HEAP, NOINIT, READWRITE, ALIGN
  82. = 3
  83. 57 00000000 __heap_base
  84. 58 00000000 Heap_Mem
  85. SPACE Heap_Size
  86. 59 00010000 __heap_limit
  87. 60 00010000
  88. 61 00010000
  89. 62 00010000 PRESERVE8
  90. 63 00010000 THUMB
  91. 64 00010000
  92. 65 00010000 ; /* reset Vector Mapped to at Address
  93. 0 */
  94. 66 00010000 AREA RESET, DATA, READONLY
  95. 67 00000000 EXPORT __Vectors
  96. 68 00000000 EXPORT __Vectors_End
  97. 69 00000000 EXPORT __Vectors_Size
  98. 70 00000000
  99. 71 00000000 00000000
  100. __Vectors
  101. DCD __initial_sp ; Top of Stack
  102. 72 00000004 00000000 DCD Reset_Handler ; Reset Handler
  103. 73 00000008 00000000 DCD NMI_Handler ; NMI Handler
  104. 74 0000000C 00000000 DCD HardFault_Handler ; Hard Fault
  105. Handler
  106. 75 00000010 00000000 DCD MemManage_Handler
  107. ; MPU Fault Handler
  108. 76 00000014 00000000 DCD BusFault_Handler
  109. ; Bus Fault Handler
  110. 77 00000018 00000000 DCD UsageFault_Handler ; Usage Faul
  111. t Handler
  112. 78 0000001C 00000000 DCD 0 ; Reserved
  113. 79 00000020 00000000 DCD 0 ; Reserved
  114. 80 00000024 00000000 DCD 0 ; Reserved
  115. 81 00000028 00000000 DCD 0 ; Reserved
  116. 82 0000002C 00000000 DCD SVC_Handler ; SVCall Handler
  117. 83 00000030 00000000 DCD DebugMon_Handler ; Debug Monito
  118. ARM Macro Assembler Page 3
  119. r Handler
  120. 84 00000034 00000000 DCD 0 ; Reserved
  121. 85 00000038 00000000 DCD PendSV_Handler ; PendSV Handler
  122. 86 0000003C 00000000 DCD SysTick_Handler
  123. ; SysTick Handler
  124. 87 00000040
  125. 88 00000040 ; /* external interrupts handler */
  126. 89 00000040 00000000 DCD WWDGT_IRQHandler ; 16:Window Wa
  127. tchdog Timer
  128. 90 00000044 00000000 DCD LVD_IRQHandler ; 17:LVD through
  129. EXTI Line detect
  130. 91 00000048 00000000 DCD TAMPER_IRQHandler ; 18:Tamper I
  131. nterrupt
  132. 92 0000004C 00000000 DCD RTC_IRQHandler ; 19:RTC through
  133. EXTI Line
  134. 93 00000050 00000000 DCD FMC_IRQHandler ; 20:FMC
  135. 94 00000054 00000000 DCD RCU_IRQHandler ; 21:RCU
  136. 95 00000058 00000000 DCD EXTI0_IRQHandler
  137. ; 22:EXTI Line 0
  138. 96 0000005C 00000000 DCD EXTI1_IRQHandler
  139. ; 23:EXTI Line 1
  140. 97 00000060 00000000 DCD EXTI2_IRQHandler
  141. ; 24:EXTI Line 2
  142. 98 00000064 00000000 DCD EXTI3_IRQHandler
  143. ; 25:EXTI Line 3
  144. 99 00000068 00000000 DCD EXTI4_IRQHandler
  145. ; 26:EXTI Line 4
  146. 100 0000006C 00000000 DCD DMA0_Channel0_IRQHandler
  147. ; 27:DMA0 Channel 0
  148. 101 00000070 00000000 DCD DMA0_Channel1_IRQHandler
  149. ; 28:DMA0 Channel 1
  150. 102 00000074 00000000 DCD DMA0_Channel2_IRQHandler
  151. ; 29:DMA0 Channel 2
  152. 103 00000078 00000000 DCD DMA0_Channel3_IRQHandler
  153. ; 30:DMA0 Channel 3
  154. 104 0000007C 00000000 DCD DMA0_Channel4_IRQHandler
  155. ; 31:DMA0 Channel 4
  156. 105 00000080 00000000 DCD DMA0_Channel5_IRQHandler ; 32:D
  157. MA0 Channel 5
  158. 106 00000084 00000000 DCD DMA0_Channel6_IRQHandler
  159. ; 33:DMA0 Channel 6
  160. 107 00000088 00000000 DCD ADC0_1_IRQHandler
  161. ; 34:ADC0 and ADC1
  162. 108 0000008C 00000000 DCD USBD_HP_CAN0_TX_IRQHandler ; 35
  163. :USBD and CAN0 TX
  164. 109 00000090 00000000 DCD USBD_LP_CAN0_RX0_IRQHandler ; 3
  165. 6:USBD and CAN0 RX0
  166. 110 00000094 00000000 DCD CAN0_RX1_IRQHandler
  167. ; 37:CAN0 RX1
  168. 111 00000098 00000000 DCD CAN0_EWMC_IRQHandler
  169. ; 38:CAN0 EWMC
  170. ARM Macro Assembler Page 4
  171. 112 0000009C 00000000 DCD EXTI5_9_IRQHandler ; 39:EXTI Li
  172. ne 5 to EXTI Line 9
  173. 113 000000A0 00000000 DCD TIMER0_BRK_TIMER8_IRQHandler ;
  174. 40:TIMER0 Break and
  175. TIMER8 global
  176. 114 000000A4 00000000 DCD TIMER0_UP_TIMER9_IRQHandler ; 4
  177. 1:TIMER0 Update and
  178. TIMER9 global
  179. 115 000000A8 00000000 DCD TIMER0_TRG_CMT_TIMER10_IRQHandl
  180. er
  181. ; 42:TIMER0 Trigger
  182. and Commutation an
  183. d TIMER10 global
  184. 116 000000AC 00000000 DCD TIMER0_Channel_IRQHandler ; 43:
  185. TIMER0 Channel Capt
  186. ure Compare
  187. 117 000000B0 00000000 DCD TIMER1_IRQHandler ; 44:TIMER1
  188. 118 000000B4 00000000 DCD TIMER2_IRQHandler ; 45:TIMER2
  189. 119 000000B8 00000000 DCD TIMER3_IRQHandler ; 46:TIMER3
  190. 120 000000BC 00000000 DCD I2C0_EV_IRQHandler
  191. ; 47:I2C0 Event
  192. 121 000000C0 00000000 DCD I2C0_ER_IRQHandler
  193. ; 48:I2C0 Error
  194. 122 000000C4 00000000 DCD I2C1_EV_IRQHandler
  195. ; 49:I2C1 Event
  196. 123 000000C8 00000000 DCD I2C1_ER_IRQHandler
  197. ; 50:I2C1 Error
  198. 124 000000CC 00000000 DCD SPI0_IRQHandler ; 51:SPI0
  199. 125 000000D0 00000000 DCD SPI1_IRQHandler ; 52:SPI1
  200. 126 000000D4 00000000 DCD USART0_IRQHandler ; 53:USART0
  201. 127 000000D8 00000000 DCD USART1_IRQHandler ; 54:USART1
  202. 128 000000DC 00000000 DCD USART2_IRQHandler ; 55:USART2
  203. 129 000000E0 00000000 DCD EXTI10_15_IRQHandler ; 56:EXTI
  204. Line 10 to EXTI Lin
  205. e 15
  206. 130 000000E4 00000000 DCD RTC_Alarm_IRQHandler ; 57:RTC A
  207. larm through EXTI L
  208. ine
  209. 131 000000E8 00000000 DCD USBD_WKUP_IRQHandler ; 58:USBD
  210. WakeUp from suspend
  211. through EXTI Line
  212. 132 000000EC 00000000 DCD TIMER7_BRK_TIMER11_IRQHandler ;
  213. 59:TIMER7 Break In
  214. terrupt and TIMER11
  215. global
  216. 133 000000F0 00000000 DCD TIMER7_UP_TIMER12_IRQHandler ;
  217. 60:TIMER7 Update In
  218. terrupt and TIMER12
  219. global
  220. 134 000000F4 00000000 DCD TIMER7_TRG_CMT_TIMER13_IRQHandl
  221. er
  222. ; 61:TIMER7 Trigger
  223. and Commutation In
  224. terrupt and TIMER13
  225. global
  226. 135 000000F8 00000000 DCD TIMER7_Channel_IRQHandler ; 62:
  227. TIMER7 Channel Capt
  228. ure Compare
  229. ARM Macro Assembler Page 5
  230. 136 000000FC 00000000 DCD ADC2_IRQHandler ; 63:ADC2
  231. 137 00000100 00000000 DCD EXMC_IRQHandler ; 64:EXMC
  232. 138 00000104 00000000 DCD SDIO_IRQHandler ; 65:SDIO
  233. 139 00000108 00000000 DCD TIMER4_IRQHandler ; 66:TIMER4
  234. 140 0000010C 00000000 DCD SPI2_IRQHandler ; 67:SPI2
  235. 141 00000110 00000000 DCD UART3_IRQHandler ; 68:UART3
  236. 142 00000114 00000000 DCD UART4_IRQHandler ; 69:UART4
  237. 143 00000118 00000000 DCD TIMER5_IRQHandler ; 70:TIMER5
  238. 144 0000011C 00000000 DCD TIMER6_IRQHandler ; 71:TIMER6
  239. 145 00000120 00000000 DCD DMA1_Channel0_IRQHandler
  240. ; 72:DMA1 Channel0
  241. 146 00000124 00000000 DCD DMA1_Channel1_IRQHandler
  242. ; 73:DMA1 Channel1
  243. 147 00000128 00000000 DCD DMA1_Channel2_IRQHandler
  244. ; 74:DMA1 Channel2
  245. 148 0000012C 00000000 DCD DMA1_Channel3_4_IRQHandler ; 75
  246. :DMA1 Channel3 and
  247. Channel4
  248. 149 00000130
  249. 150 00000130 __Vectors_End
  250. 151 00000130
  251. 152 00000130 00000130
  252. __Vectors_Size
  253. EQU __Vectors_End - __Vectors
  254. 153 00000130
  255. 154 00000130 AREA |.text|, CODE, READONLY
  256. 155 00000000
  257. 156 00000000 ;/* reset Handler */
  258. 157 00000000 Reset_Handler
  259. PROC
  260. 158 00000000 EXPORT Reset_Handler
  261. [WEAK]
  262. 159 00000000 IMPORT __main
  263. 160 00000000 IMPORT SystemInit
  264. 161 00000000 4806 LDR R0, =SystemInit
  265. 162 00000002 4780 BLX R0
  266. 163 00000004 4806 LDR R0, =__main
  267. 164 00000006 4700 BX R0
  268. 165 00000008 ENDP
  269. 166 00000008
  270. 167 00000008 ;/* dummy Exception Handlers */
  271. 168 00000008 NMI_Handler
  272. PROC
  273. 169 00000008 EXPORT NMI_Handler
  274. [WEAK]
  275. 170 00000008 E7FE B .
  276. 171 0000000A ENDP
  277. 172 0000000A
  278. 173 0000000A HardFault_Handler
  279. PROC
  280. 174 0000000A EXPORT HardFault_Handler
  281. [WEAK]
  282. 175 0000000A E7FE B .
  283. 176 0000000C ENDP
  284. 177 0000000C
  285. 178 0000000C MemManage_Handler
  286. PROC
  287. 179 0000000C EXPORT MemManage_Handler
  288. [WEAK]
  289. ARM Macro Assembler Page 6
  290. 180 0000000C E7FE B .
  291. 181 0000000E ENDP
  292. 182 0000000E
  293. 183 0000000E BusFault_Handler
  294. PROC
  295. 184 0000000E EXPORT BusFault_Handler
  296. [WEAK]
  297. 185 0000000E E7FE B .
  298. 186 00000010 ENDP
  299. 187 00000010
  300. 188 00000010 UsageFault_Handler
  301. PROC
  302. 189 00000010 EXPORT UsageFault_Handler
  303. [WEAK]
  304. 190 00000010 E7FE B .
  305. 191 00000012 ENDP
  306. 192 00000012
  307. 193 00000012 SVC_Handler
  308. PROC
  309. 194 00000012 EXPORT SVC_Handler
  310. [WEAK]
  311. 195 00000012 E7FE B .
  312. 196 00000014 ENDP
  313. 197 00000014
  314. 198 00000014 DebugMon_Handler
  315. PROC
  316. 199 00000014 EXPORT DebugMon_Handler
  317. [WEAK]
  318. 200 00000014 E7FE B .
  319. 201 00000016 ENDP
  320. 202 00000016
  321. 203 00000016 PendSV_Handler
  322. PROC
  323. 204 00000016 EXPORT PendSV_Handler
  324. [WEAK]
  325. 205 00000016 E7FE B .
  326. 206 00000018 ENDP
  327. 207 00000018
  328. 208 00000018 SysTick_Handler
  329. PROC
  330. 209 00000018 EXPORT SysTick_Handler
  331. [WEAK]
  332. 210 00000018 E7FE B .
  333. 211 0000001A ENDP
  334. 212 0000001A
  335. 213 0000001A Default_Handler
  336. PROC
  337. 214 0000001A ; /* external interrupts handler */
  338. 215 0000001A EXPORT WWDGT_IRQHandler
  339. [WEAK]
  340. 216 0000001A EXPORT LVD_IRQHandler
  341. [WEAK]
  342. 217 0000001A EXPORT TAMPER_IRQHandler
  343. [WEAK]
  344. 218 0000001A EXPORT RTC_IRQHandler
  345. [WEAK]
  346. 219 0000001A EXPORT FMC_IRQHandler
  347. [WEAK]
  348. ARM Macro Assembler Page 7
  349. 220 0000001A EXPORT RCU_IRQHandler
  350. [WEAK]
  351. 221 0000001A EXPORT EXTI0_IRQHandler
  352. [WEAK]
  353. 222 0000001A EXPORT EXTI1_IRQHandler
  354. [WEAK]
  355. 223 0000001A EXPORT EXTI2_IRQHandler
  356. [WEAK]
  357. 224 0000001A EXPORT EXTI3_IRQHandler
  358. [WEAK]
  359. 225 0000001A EXPORT EXTI4_IRQHandler
  360. [WEAK]
  361. 226 0000001A EXPORT DMA0_Channel0_IRQHandler
  362. [WEAK]
  363. 227 0000001A EXPORT DMA0_Channel1_IRQHandler
  364. [WEAK]
  365. 228 0000001A EXPORT DMA0_Channel2_IRQHandler
  366. [WEAK]
  367. 229 0000001A EXPORT DMA0_Channel3_IRQHandler
  368. [WEAK]
  369. 230 0000001A EXPORT DMA0_Channel4_IRQHandler
  370. [WEAK]
  371. 231 0000001A EXPORT DMA0_Channel5_IRQHandler
  372. [WEAK]
  373. 232 0000001A EXPORT DMA0_Channel6_IRQHandler
  374. [WEAK]
  375. 233 0000001A EXPORT ADC0_1_IRQHandler
  376. [WEAK]
  377. 234 0000001A EXPORT USBD_HP_CAN0_TX_IRQHandler
  378. [WEAK]
  379. 235 0000001A EXPORT USBD_LP_CAN0_RX0_IRQHandler
  380. [WEAK]
  381. 236 0000001A EXPORT CAN0_RX1_IRQHandler
  382. [WEAK]
  383. 237 0000001A EXPORT CAN0_EWMC_IRQHandler
  384. [WEAK]
  385. 238 0000001A EXPORT EXTI5_9_IRQHandler
  386. [WEAK]
  387. 239 0000001A EXPORT TIMER0_BRK_TIMER8_IRQHandler
  388. [WEAK]
  389. 240 0000001A EXPORT TIMER0_UP_TIMER9_IRQHandler
  390. [WEAK]
  391. 241 0000001A EXPORT TIMER0_TRG_CMT_TIMER10_IRQHandl
  392. er [WEAK]
  393. 242 0000001A EXPORT TIMER0_Channel_IRQHandler
  394. [WEAK]
  395. 243 0000001A EXPORT TIMER1_IRQHandler
  396. [WEAK]
  397. 244 0000001A EXPORT TIMER2_IRQHandler
  398. [WEAK]
  399. 245 0000001A EXPORT TIMER3_IRQHandler
  400. [WEAK]
  401. 246 0000001A EXPORT I2C0_EV_IRQHandler
  402. [WEAK]
  403. 247 0000001A EXPORT I2C0_ER_IRQHandler
  404. [WEAK]
  405. 248 0000001A EXPORT I2C1_EV_IRQHandler
  406. [WEAK]
  407. 249 0000001A EXPORT I2C1_ER_IRQHandler
  408. ARM Macro Assembler Page 8
  409. [WEAK]
  410. 250 0000001A EXPORT SPI0_IRQHandler
  411. [WEAK]
  412. 251 0000001A EXPORT SPI1_IRQHandler
  413. [WEAK]
  414. 252 0000001A EXPORT USART0_IRQHandler
  415. [WEAK]
  416. 253 0000001A EXPORT USART1_IRQHandler
  417. [WEAK]
  418. 254 0000001A EXPORT USART2_IRQHandler
  419. [WEAK]
  420. 255 0000001A EXPORT EXTI10_15_IRQHandler
  421. [WEAK]
  422. 256 0000001A EXPORT RTC_Alarm_IRQHandler
  423. [WEAK]
  424. 257 0000001A EXPORT USBD_WKUP_IRQHandler
  425. [WEAK]
  426. 258 0000001A EXPORT TIMER7_BRK_TIMER11_IRQHandler
  427. [WEAK]
  428. 259 0000001A EXPORT TIMER7_UP_TIMER12_IRQHandler
  429. [WEAK]
  430. 260 0000001A EXPORT TIMER7_TRG_CMT_TIMER13_IRQHandl
  431. er [WEAK]
  432. 261 0000001A EXPORT TIMER7_Channel_IRQHandler
  433. [WEAK]
  434. 262 0000001A EXPORT ADC2_IRQHandler
  435. [WEAK]
  436. 263 0000001A EXPORT EXMC_IRQHandler
  437. [WEAK]
  438. 264 0000001A EXPORT SDIO_IRQHandler
  439. [WEAK]
  440. 265 0000001A EXPORT TIMER4_IRQHandler
  441. [WEAK]
  442. 266 0000001A EXPORT SPI2_IRQHandler
  443. [WEAK]
  444. 267 0000001A EXPORT UART3_IRQHandler
  445. [WEAK]
  446. 268 0000001A EXPORT UART4_IRQHandler
  447. [WEAK]
  448. 269 0000001A EXPORT TIMER5_IRQHandler
  449. [WEAK]
  450. 270 0000001A EXPORT TIMER6_IRQHandler
  451. [WEAK]
  452. 271 0000001A EXPORT DMA1_Channel0_IRQHandler
  453. [WEAK]
  454. 272 0000001A EXPORT DMA1_Channel1_IRQHandler
  455. [WEAK]
  456. 273 0000001A EXPORT DMA1_Channel2_IRQHandler
  457. [WEAK]
  458. 274 0000001A EXPORT DMA1_Channel3_4_IRQHandler
  459. [WEAK]
  460. 275 0000001A
  461. 276 0000001A
  462. 277 0000001A ;/* external interrupts handler */
  463. 278 0000001A WWDGT_IRQHandler
  464. 279 0000001A LVD_IRQHandler
  465. 280 0000001A TAMPER_IRQHandler
  466. 281 0000001A RTC_IRQHandler
  467. 282 0000001A FMC_IRQHandler
  468. ARM Macro Assembler Page 9
  469. 283 0000001A RCU_IRQHandler
  470. 284 0000001A EXTI0_IRQHandler
  471. 285 0000001A EXTI1_IRQHandler
  472. 286 0000001A EXTI2_IRQHandler
  473. 287 0000001A EXTI3_IRQHandler
  474. 288 0000001A EXTI4_IRQHandler
  475. 289 0000001A DMA0_Channel0_IRQHandler
  476. 290 0000001A DMA0_Channel1_IRQHandler
  477. 291 0000001A DMA0_Channel2_IRQHandler
  478. 292 0000001A DMA0_Channel3_IRQHandler
  479. 293 0000001A DMA0_Channel4_IRQHandler
  480. 294 0000001A DMA0_Channel5_IRQHandler
  481. 295 0000001A DMA0_Channel6_IRQHandler
  482. 296 0000001A ADC0_1_IRQHandler
  483. 297 0000001A USBD_HP_CAN0_TX_IRQHandler
  484. 298 0000001A USBD_LP_CAN0_RX0_IRQHandler
  485. 299 0000001A CAN0_RX1_IRQHandler
  486. 300 0000001A CAN0_EWMC_IRQHandler
  487. 301 0000001A EXTI5_9_IRQHandler
  488. 302 0000001A TIMER0_BRK_TIMER8_IRQHandler
  489. 303 0000001A TIMER0_UP_TIMER9_IRQHandler
  490. 304 0000001A TIMER0_TRG_CMT_TIMER10_IRQHandler
  491. 305 0000001A TIMER0_Channel_IRQHandler
  492. 306 0000001A TIMER1_IRQHandler
  493. 307 0000001A TIMER2_IRQHandler
  494. 308 0000001A TIMER3_IRQHandler
  495. 309 0000001A I2C0_EV_IRQHandler
  496. 310 0000001A I2C0_ER_IRQHandler
  497. 311 0000001A I2C1_EV_IRQHandler
  498. 312 0000001A I2C1_ER_IRQHandler
  499. 313 0000001A SPI0_IRQHandler
  500. 314 0000001A SPI1_IRQHandler
  501. 315 0000001A USART0_IRQHandler
  502. 316 0000001A USART1_IRQHandler
  503. 317 0000001A USART2_IRQHandler
  504. 318 0000001A EXTI10_15_IRQHandler
  505. 319 0000001A RTC_Alarm_IRQHandler
  506. 320 0000001A USBD_WKUP_IRQHandler
  507. 321 0000001A TIMER7_BRK_TIMER11_IRQHandler
  508. 322 0000001A TIMER7_UP_TIMER12_IRQHandler
  509. 323 0000001A TIMER7_TRG_CMT_TIMER13_IRQHandler
  510. 324 0000001A TIMER7_Channel_IRQHandler
  511. 325 0000001A ADC2_IRQHandler
  512. 326 0000001A EXMC_IRQHandler
  513. 327 0000001A SDIO_IRQHandler
  514. 328 0000001A TIMER4_IRQHandler
  515. 329 0000001A SPI2_IRQHandler
  516. 330 0000001A UART3_IRQHandler
  517. 331 0000001A UART4_IRQHandler
  518. 332 0000001A TIMER5_IRQHandler
  519. 333 0000001A TIMER6_IRQHandler
  520. 334 0000001A DMA1_Channel0_IRQHandler
  521. 335 0000001A DMA1_Channel1_IRQHandler
  522. 336 0000001A DMA1_Channel2_IRQHandler
  523. 337 0000001A DMA1_Channel3_4_IRQHandler
  524. 338 0000001A
  525. 339 0000001A
  526. 340 0000001A
  527. 341 0000001A E7FE B .
  528. ARM Macro Assembler Page 10
  529. 342 0000001C ENDP
  530. 343 0000001C
  531. 344 0000001C ALIGN
  532. 345 0000001C
  533. 346 0000001C ; user Initial Stack & Heap
  534. 347 0000001C
  535. 348 0000001C IF :DEF:__MICROLIB
  536. 349 0000001C
  537. 350 0000001C EXPORT __initial_sp
  538. 351 0000001C EXPORT __heap_base
  539. 352 0000001C EXPORT __heap_limit
  540. 353 0000001C
  541. 354 0000001C ELSE
  542. 369 ENDIF
  543. 370 0000001C
  544. 371 0000001C END
  545. 00000000
  546. 00000000
  547. Command Line: --debug --xref --diag_suppress=9931 --cpu=Cortex-M3 --apcs=interw
  548. ork --depend=..\obj\startup_gd32f10x_xd.d -o..\obj\startup_gd32f10x_xd.o -ID:\s
  549. oftware\MDK5\Pack\GigaDevice\GD32F10x_DFP\2.1.0\Device\Include --predefine="__M
  550. ICROLIB SETA 1" --predefine="__UVISION_VERSION SETA 536" --predefine="GD32F10X_
  551. XD SETA 1" --predefine="USE_STDPERIPH_DRIVER SETA 1" --list=.\listings\startup_
  552. gd32f10x_xd.lst ..\CMSIS\Source\startup_gd32f10x_xd.s
  553. ARM Macro Assembler Page 1 Alphabetic symbol ordering
  554. Relocatable symbols
  555. STACK 00000000
  556. Symbol: STACK
  557. Definitions
  558. At line 45 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  559. Uses
  560. None
  561. Comment: STACK unused
  562. Stack_Mem 00000000
  563. Symbol: Stack_Mem
  564. Definitions
  565. At line 46 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  566. Uses
  567. None
  568. Comment: Stack_Mem unused
  569. __initial_sp 00001000
  570. Symbol: __initial_sp
  571. Definitions
  572. At line 47 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  573. Uses
  574. At line 71 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  575. At line 350 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  576. 3 symbols
  577. ARM Macro Assembler Page 1 Alphabetic symbol ordering
  578. Relocatable symbols
  579. HEAP 00000000
  580. Symbol: HEAP
  581. Definitions
  582. At line 56 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  583. Uses
  584. None
  585. Comment: HEAP unused
  586. Heap_Mem 00000000
  587. Symbol: Heap_Mem
  588. Definitions
  589. At line 58 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  590. Uses
  591. None
  592. Comment: Heap_Mem unused
  593. __heap_base 00000000
  594. Symbol: __heap_base
  595. Definitions
  596. At line 57 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  597. Uses
  598. At line 351 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  599. Comment: __heap_base used once
  600. __heap_limit 00010000
  601. Symbol: __heap_limit
  602. Definitions
  603. At line 59 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  604. Uses
  605. At line 352 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  606. Comment: __heap_limit used once
  607. 4 symbols
  608. ARM Macro Assembler Page 1 Alphabetic symbol ordering
  609. Relocatable symbols
  610. RESET 00000000
  611. Symbol: RESET
  612. Definitions
  613. At line 66 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  614. Uses
  615. None
  616. Comment: RESET unused
  617. __Vectors 00000000
  618. Symbol: __Vectors
  619. Definitions
  620. At line 71 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  621. Uses
  622. At line 67 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  623. At line 152 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  624. __Vectors_End 00000130
  625. Symbol: __Vectors_End
  626. Definitions
  627. At line 150 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  628. Uses
  629. At line 68 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  630. At line 152 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  631. 3 symbols
  632. ARM Macro Assembler Page 1 Alphabetic symbol ordering
  633. Relocatable symbols
  634. .text 00000000
  635. Symbol: .text
  636. Definitions
  637. At line 154 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  638. Uses
  639. None
  640. Comment: .text unused
  641. ADC0_1_IRQHandler 0000001A
  642. Symbol: ADC0_1_IRQHandler
  643. Definitions
  644. At line 296 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  645. Uses
  646. At line 107 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  647. At line 233 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  648. ADC2_IRQHandler 0000001A
  649. Symbol: ADC2_IRQHandler
  650. Definitions
  651. At line 325 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  652. Uses
  653. At line 136 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  654. At line 262 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  655. BusFault_Handler 0000000E
  656. Symbol: BusFault_Handler
  657. Definitions
  658. At line 183 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  659. Uses
  660. At line 76 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  661. At line 184 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  662. CAN0_EWMC_IRQHandler 0000001A
  663. Symbol: CAN0_EWMC_IRQHandler
  664. Definitions
  665. At line 300 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  666. Uses
  667. At line 111 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  668. At line 237 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  669. CAN0_RX1_IRQHandler 0000001A
  670. Symbol: CAN0_RX1_IRQHandler
  671. Definitions
  672. At line 299 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  673. Uses
  674. At line 110 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  675. At line 236 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  676. DMA0_Channel0_IRQHandler 0000001A
  677. Symbol: DMA0_Channel0_IRQHandler
  678. Definitions
  679. At line 289 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  680. Uses
  681. ARM Macro Assembler Page 2 Alphabetic symbol ordering
  682. Relocatable symbols
  683. At line 100 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  684. At line 226 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  685. DMA0_Channel1_IRQHandler 0000001A
  686. Symbol: DMA0_Channel1_IRQHandler
  687. Definitions
  688. At line 290 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  689. Uses
  690. At line 101 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  691. At line 227 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  692. DMA0_Channel2_IRQHandler 0000001A
  693. Symbol: DMA0_Channel2_IRQHandler
  694. Definitions
  695. At line 291 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  696. Uses
  697. At line 102 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  698. At line 228 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  699. DMA0_Channel3_IRQHandler 0000001A
  700. Symbol: DMA0_Channel3_IRQHandler
  701. Definitions
  702. At line 292 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  703. Uses
  704. At line 103 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  705. At line 229 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  706. DMA0_Channel4_IRQHandler 0000001A
  707. Symbol: DMA0_Channel4_IRQHandler
  708. Definitions
  709. At line 293 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  710. Uses
  711. At line 104 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  712. At line 230 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  713. DMA0_Channel5_IRQHandler 0000001A
  714. Symbol: DMA0_Channel5_IRQHandler
  715. Definitions
  716. At line 294 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  717. Uses
  718. At line 105 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  719. At line 231 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  720. DMA0_Channel6_IRQHandler 0000001A
  721. Symbol: DMA0_Channel6_IRQHandler
  722. Definitions
  723. At line 295 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  724. Uses
  725. At line 106 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  726. At line 232 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  727. DMA1_Channel0_IRQHandler 0000001A
  728. ARM Macro Assembler Page 3 Alphabetic symbol ordering
  729. Relocatable symbols
  730. Symbol: DMA1_Channel0_IRQHandler
  731. Definitions
  732. At line 334 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  733. Uses
  734. At line 145 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  735. At line 271 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  736. DMA1_Channel1_IRQHandler 0000001A
  737. Symbol: DMA1_Channel1_IRQHandler
  738. Definitions
  739. At line 335 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  740. Uses
  741. At line 146 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  742. At line 272 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  743. DMA1_Channel2_IRQHandler 0000001A
  744. Symbol: DMA1_Channel2_IRQHandler
  745. Definitions
  746. At line 336 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  747. Uses
  748. At line 147 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  749. At line 273 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  750. DMA1_Channel3_4_IRQHandler 0000001A
  751. Symbol: DMA1_Channel3_4_IRQHandler
  752. Definitions
  753. At line 337 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  754. Uses
  755. At line 148 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  756. At line 274 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  757. DebugMon_Handler 00000014
  758. Symbol: DebugMon_Handler
  759. Definitions
  760. At line 198 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  761. Uses
  762. At line 83 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  763. At line 199 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  764. Default_Handler 0000001A
  765. Symbol: Default_Handler
  766. Definitions
  767. At line 213 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  768. Uses
  769. None
  770. Comment: Default_Handler unused
  771. EXMC_IRQHandler 0000001A
  772. Symbol: EXMC_IRQHandler
  773. Definitions
  774. At line 326 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  775. Uses
  776. At line 137 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  777. At line 263 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  778. ARM Macro Assembler Page 4 Alphabetic symbol ordering
  779. Relocatable symbols
  780. EXTI0_IRQHandler 0000001A
  781. Symbol: EXTI0_IRQHandler
  782. Definitions
  783. At line 284 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  784. Uses
  785. At line 95 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  786. At line 221 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  787. EXTI10_15_IRQHandler 0000001A
  788. Symbol: EXTI10_15_IRQHandler
  789. Definitions
  790. At line 318 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  791. Uses
  792. At line 129 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  793. At line 255 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  794. EXTI1_IRQHandler 0000001A
  795. Symbol: EXTI1_IRQHandler
  796. Definitions
  797. At line 285 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  798. Uses
  799. At line 96 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  800. At line 222 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  801. EXTI2_IRQHandler 0000001A
  802. Symbol: EXTI2_IRQHandler
  803. Definitions
  804. At line 286 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  805. Uses
  806. At line 97 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  807. At line 223 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  808. EXTI3_IRQHandler 0000001A
  809. Symbol: EXTI3_IRQHandler
  810. Definitions
  811. At line 287 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  812. Uses
  813. At line 98 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  814. At line 224 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  815. EXTI4_IRQHandler 0000001A
  816. Symbol: EXTI4_IRQHandler
  817. Definitions
  818. At line 288 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  819. Uses
  820. At line 99 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  821. At line 225 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  822. EXTI5_9_IRQHandler 0000001A
  823. Symbol: EXTI5_9_IRQHandler
  824. Definitions
  825. ARM Macro Assembler Page 5 Alphabetic symbol ordering
  826. Relocatable symbols
  827. At line 301 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  828. Uses
  829. At line 112 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  830. At line 238 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  831. FMC_IRQHandler 0000001A
  832. Symbol: FMC_IRQHandler
  833. Definitions
  834. At line 282 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  835. Uses
  836. At line 93 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  837. At line 219 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  838. HardFault_Handler 0000000A
  839. Symbol: HardFault_Handler
  840. Definitions
  841. At line 173 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  842. Uses
  843. At line 74 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  844. At line 174 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  845. I2C0_ER_IRQHandler 0000001A
  846. Symbol: I2C0_ER_IRQHandler
  847. Definitions
  848. At line 310 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  849. Uses
  850. At line 121 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  851. At line 247 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  852. I2C0_EV_IRQHandler 0000001A
  853. Symbol: I2C0_EV_IRQHandler
  854. Definitions
  855. At line 309 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  856. Uses
  857. At line 120 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  858. At line 246 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  859. I2C1_ER_IRQHandler 0000001A
  860. Symbol: I2C1_ER_IRQHandler
  861. Definitions
  862. At line 312 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  863. Uses
  864. At line 123 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  865. At line 249 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  866. I2C1_EV_IRQHandler 0000001A
  867. Symbol: I2C1_EV_IRQHandler
  868. Definitions
  869. At line 311 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  870. Uses
  871. At line 122 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  872. At line 248 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  873. ARM Macro Assembler Page 6 Alphabetic symbol ordering
  874. Relocatable symbols
  875. LVD_IRQHandler 0000001A
  876. Symbol: LVD_IRQHandler
  877. Definitions
  878. At line 279 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  879. Uses
  880. At line 90 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  881. At line 216 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  882. MemManage_Handler 0000000C
  883. Symbol: MemManage_Handler
  884. Definitions
  885. At line 178 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  886. Uses
  887. At line 75 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  888. At line 179 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  889. NMI_Handler 00000008
  890. Symbol: NMI_Handler
  891. Definitions
  892. At line 168 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  893. Uses
  894. At line 73 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  895. At line 169 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  896. PendSV_Handler 00000016
  897. Symbol: PendSV_Handler
  898. Definitions
  899. At line 203 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  900. Uses
  901. At line 85 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  902. At line 204 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  903. RCU_IRQHandler 0000001A
  904. Symbol: RCU_IRQHandler
  905. Definitions
  906. At line 283 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  907. Uses
  908. At line 94 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  909. At line 220 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  910. RTC_Alarm_IRQHandler 0000001A
  911. Symbol: RTC_Alarm_IRQHandler
  912. Definitions
  913. At line 319 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  914. Uses
  915. At line 130 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  916. At line 256 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  917. RTC_IRQHandler 0000001A
  918. Symbol: RTC_IRQHandler
  919. Definitions
  920. At line 281 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  921. ARM Macro Assembler Page 7 Alphabetic symbol ordering
  922. Relocatable symbols
  923. Uses
  924. At line 92 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  925. At line 218 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  926. Reset_Handler 00000000
  927. Symbol: Reset_Handler
  928. Definitions
  929. At line 157 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  930. Uses
  931. At line 72 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  932. At line 158 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  933. SDIO_IRQHandler 0000001A
  934. Symbol: SDIO_IRQHandler
  935. Definitions
  936. At line 327 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  937. Uses
  938. At line 138 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  939. At line 264 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  940. SPI0_IRQHandler 0000001A
  941. Symbol: SPI0_IRQHandler
  942. Definitions
  943. At line 313 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  944. Uses
  945. At line 124 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  946. At line 250 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  947. SPI1_IRQHandler 0000001A
  948. Symbol: SPI1_IRQHandler
  949. Definitions
  950. At line 314 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  951. Uses
  952. At line 125 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  953. At line 251 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  954. SPI2_IRQHandler 0000001A
  955. Symbol: SPI2_IRQHandler
  956. Definitions
  957. At line 329 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  958. Uses
  959. At line 140 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  960. At line 266 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  961. SVC_Handler 00000012
  962. Symbol: SVC_Handler
  963. Definitions
  964. At line 193 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  965. Uses
  966. At line 82 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  967. At line 194 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  968. SysTick_Handler 00000018
  969. ARM Macro Assembler Page 8 Alphabetic symbol ordering
  970. Relocatable symbols
  971. Symbol: SysTick_Handler
  972. Definitions
  973. At line 208 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  974. Uses
  975. At line 86 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  976. At line 209 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  977. TAMPER_IRQHandler 0000001A
  978. Symbol: TAMPER_IRQHandler
  979. Definitions
  980. At line 280 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  981. Uses
  982. At line 91 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  983. At line 217 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  984. TIMER0_BRK_TIMER8_IRQHandler 0000001A
  985. Symbol: TIMER0_BRK_TIMER8_IRQHandler
  986. Definitions
  987. At line 302 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  988. Uses
  989. At line 113 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  990. At line 239 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  991. TIMER0_Channel_IRQHandler 0000001A
  992. Symbol: TIMER0_Channel_IRQHandler
  993. Definitions
  994. At line 305 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  995. Uses
  996. At line 116 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  997. At line 242 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  998. TIMER0_TRG_CMT_TIMER10_IRQHandler 0000001A
  999. Symbol: TIMER0_TRG_CMT_TIMER10_IRQHandler
  1000. Definitions
  1001. At line 304 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  1002. Uses
  1003. At line 115 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  1004. At line 241 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  1005. TIMER0_UP_TIMER9_IRQHandler 0000001A
  1006. Symbol: TIMER0_UP_TIMER9_IRQHandler
  1007. Definitions
  1008. At line 303 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  1009. Uses
  1010. At line 114 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  1011. At line 240 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  1012. TIMER1_IRQHandler 0000001A
  1013. Symbol: TIMER1_IRQHandler
  1014. Definitions
  1015. At line 306 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  1016. Uses
  1017. ARM Macro Assembler Page 9 Alphabetic symbol ordering
  1018. Relocatable symbols
  1019. At line 117 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  1020. At line 243 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  1021. TIMER2_IRQHandler 0000001A
  1022. Symbol: TIMER2_IRQHandler
  1023. Definitions
  1024. At line 307 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  1025. Uses
  1026. At line 118 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  1027. At line 244 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  1028. TIMER3_IRQHandler 0000001A
  1029. Symbol: TIMER3_IRQHandler
  1030. Definitions
  1031. At line 308 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  1032. Uses
  1033. At line 119 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  1034. At line 245 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  1035. TIMER4_IRQHandler 0000001A
  1036. Symbol: TIMER4_IRQHandler
  1037. Definitions
  1038. At line 328 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  1039. Uses
  1040. At line 139 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  1041. At line 265 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  1042. TIMER5_IRQHandler 0000001A
  1043. Symbol: TIMER5_IRQHandler
  1044. Definitions
  1045. At line 332 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  1046. Uses
  1047. At line 143 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  1048. At line 269 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  1049. TIMER6_IRQHandler 0000001A
  1050. Symbol: TIMER6_IRQHandler
  1051. Definitions
  1052. At line 333 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  1053. Uses
  1054. At line 144 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  1055. At line 270 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  1056. TIMER7_BRK_TIMER11_IRQHandler 0000001A
  1057. Symbol: TIMER7_BRK_TIMER11_IRQHandler
  1058. Definitions
  1059. At line 321 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  1060. Uses
  1061. At line 132 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  1062. At line 258 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  1063. TIMER7_Channel_IRQHandler 0000001A
  1064. ARM Macro Assembler Page 10 Alphabetic symbol ordering
  1065. Relocatable symbols
  1066. Symbol: TIMER7_Channel_IRQHandler
  1067. Definitions
  1068. At line 324 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  1069. Uses
  1070. At line 135 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  1071. At line 261 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  1072. TIMER7_TRG_CMT_TIMER13_IRQHandler 0000001A
  1073. Symbol: TIMER7_TRG_CMT_TIMER13_IRQHandler
  1074. Definitions
  1075. At line 323 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  1076. Uses
  1077. At line 134 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  1078. At line 260 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  1079. TIMER7_UP_TIMER12_IRQHandler 0000001A
  1080. Symbol: TIMER7_UP_TIMER12_IRQHandler
  1081. Definitions
  1082. At line 322 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  1083. Uses
  1084. At line 133 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  1085. At line 259 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  1086. UART3_IRQHandler 0000001A
  1087. Symbol: UART3_IRQHandler
  1088. Definitions
  1089. At line 330 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  1090. Uses
  1091. At line 141 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  1092. At line 267 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  1093. UART4_IRQHandler 0000001A
  1094. Symbol: UART4_IRQHandler
  1095. Definitions
  1096. At line 331 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  1097. Uses
  1098. At line 142 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  1099. At line 268 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  1100. USART0_IRQHandler 0000001A
  1101. Symbol: USART0_IRQHandler
  1102. Definitions
  1103. At line 315 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  1104. Uses
  1105. At line 126 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  1106. At line 252 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  1107. USART1_IRQHandler 0000001A
  1108. Symbol: USART1_IRQHandler
  1109. Definitions
  1110. At line 316 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  1111. Uses
  1112. At line 127 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  1113. ARM Macro Assembler Page 11 Alphabetic symbol ordering
  1114. Relocatable symbols
  1115. At line 253 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  1116. USART2_IRQHandler 0000001A
  1117. Symbol: USART2_IRQHandler
  1118. Definitions
  1119. At line 317 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  1120. Uses
  1121. At line 128 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  1122. At line 254 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  1123. USBD_HP_CAN0_TX_IRQHandler 0000001A
  1124. Symbol: USBD_HP_CAN0_TX_IRQHandler
  1125. Definitions
  1126. At line 297 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  1127. Uses
  1128. At line 108 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  1129. At line 234 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  1130. USBD_LP_CAN0_RX0_IRQHandler 0000001A
  1131. Symbol: USBD_LP_CAN0_RX0_IRQHandler
  1132. Definitions
  1133. At line 298 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  1134. Uses
  1135. At line 109 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  1136. At line 235 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  1137. USBD_WKUP_IRQHandler 0000001A
  1138. Symbol: USBD_WKUP_IRQHandler
  1139. Definitions
  1140. At line 320 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  1141. Uses
  1142. At line 131 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  1143. At line 257 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  1144. UsageFault_Handler 00000010
  1145. Symbol: UsageFault_Handler
  1146. Definitions
  1147. At line 188 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  1148. Uses
  1149. At line 77 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  1150. At line 189 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  1151. WWDGT_IRQHandler 0000001A
  1152. Symbol: WWDGT_IRQHandler
  1153. Definitions
  1154. At line 278 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  1155. Uses
  1156. At line 89 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  1157. At line 215 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  1158. 72 symbols
  1159. ARM Macro Assembler Page 1 Alphabetic symbol ordering
  1160. Absolute symbols
  1161. Heap_Size 00010000
  1162. Symbol: Heap_Size
  1163. Definitions
  1164. At line 54 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  1165. Uses
  1166. At line 58 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  1167. Comment: Heap_Size used once
  1168. Stack_Size 00001000
  1169. Symbol: Stack_Size
  1170. Definitions
  1171. At line 43 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  1172. Uses
  1173. At line 46 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  1174. Comment: Stack_Size used once
  1175. __Vectors_Size 00000130
  1176. Symbol: __Vectors_Size
  1177. Definitions
  1178. At line 152 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  1179. Uses
  1180. At line 69 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  1181. Comment: __Vectors_Size used once
  1182. 3 symbols
  1183. ARM Macro Assembler Page 1 Alphabetic symbol ordering
  1184. External symbols
  1185. SystemInit 00000000
  1186. Symbol: SystemInit
  1187. Definitions
  1188. At line 160 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  1189. Uses
  1190. At line 161 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  1191. Comment: SystemInit used once
  1192. __main 00000000
  1193. Symbol: __main
  1194. Definitions
  1195. At line 159 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  1196. Uses
  1197. At line 163 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  1198. Comment: __main used once
  1199. 2 symbols
  1200. 423 symbols in table