startup_gd32f10x_xd.lst 53 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488
  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 -I.\RT
  549. E\_bootloader -ID:\workSoftware\stm32Software\mdk\mdkpack\GigaDevice\GD32F10x_D
  550. FP\2.0.3\Device\Include -ID:\workSoftware\stm32Software\mdk\mdkcore\ARM\CMSIS\I
  551. nclude --predefine="__MICROLIB SETA 1" --predefine="__UVISION_VERSION SETA 529"
  552. --predefine="GD32F10X_XD SETA 1" --predefine="USE_STDPERIPH_DRIVER SETA 1" --l
  553. ist=.\listings\startup_gd32f10x_xd.lst ..\CMSIS\Source\startup_gd32f10x_xd.s
  554. ARM Macro Assembler Page 1 Alphabetic symbol ordering
  555. Relocatable symbols
  556. STACK 00000000
  557. Symbol: STACK
  558. Definitions
  559. At line 45 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  560. Uses
  561. None
  562. Comment: STACK unused
  563. Stack_Mem 00000000
  564. Symbol: Stack_Mem
  565. Definitions
  566. At line 46 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  567. Uses
  568. None
  569. Comment: Stack_Mem unused
  570. __initial_sp 00001000
  571. Symbol: __initial_sp
  572. Definitions
  573. At line 47 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  574. Uses
  575. At line 71 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  576. At line 350 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  577. 3 symbols
  578. ARM Macro Assembler Page 1 Alphabetic symbol ordering
  579. Relocatable symbols
  580. HEAP 00000000
  581. Symbol: HEAP
  582. Definitions
  583. At line 56 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  584. Uses
  585. None
  586. Comment: HEAP unused
  587. Heap_Mem 00000000
  588. Symbol: Heap_Mem
  589. Definitions
  590. At line 58 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  591. Uses
  592. None
  593. Comment: Heap_Mem unused
  594. __heap_base 00000000
  595. Symbol: __heap_base
  596. Definitions
  597. At line 57 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  598. Uses
  599. At line 351 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  600. Comment: __heap_base used once
  601. __heap_limit 00010000
  602. Symbol: __heap_limit
  603. Definitions
  604. At line 59 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  605. Uses
  606. At line 352 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  607. Comment: __heap_limit used once
  608. 4 symbols
  609. ARM Macro Assembler Page 1 Alphabetic symbol ordering
  610. Relocatable symbols
  611. RESET 00000000
  612. Symbol: RESET
  613. Definitions
  614. At line 66 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  615. Uses
  616. None
  617. Comment: RESET unused
  618. __Vectors 00000000
  619. Symbol: __Vectors
  620. Definitions
  621. At line 71 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  622. Uses
  623. At line 67 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  624. At line 152 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  625. __Vectors_End 00000130
  626. Symbol: __Vectors_End
  627. Definitions
  628. At line 150 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  629. Uses
  630. At line 68 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  631. At line 152 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  632. 3 symbols
  633. ARM Macro Assembler Page 1 Alphabetic symbol ordering
  634. Relocatable symbols
  635. .text 00000000
  636. Symbol: .text
  637. Definitions
  638. At line 154 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  639. Uses
  640. None
  641. Comment: .text unused
  642. ADC0_1_IRQHandler 0000001A
  643. Symbol: ADC0_1_IRQHandler
  644. Definitions
  645. At line 296 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  646. Uses
  647. At line 107 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  648. At line 233 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  649. ADC2_IRQHandler 0000001A
  650. Symbol: ADC2_IRQHandler
  651. Definitions
  652. At line 325 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  653. Uses
  654. At line 136 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  655. At line 262 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  656. BusFault_Handler 0000000E
  657. Symbol: BusFault_Handler
  658. Definitions
  659. At line 183 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  660. Uses
  661. At line 76 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  662. At line 184 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  663. CAN0_EWMC_IRQHandler 0000001A
  664. Symbol: CAN0_EWMC_IRQHandler
  665. Definitions
  666. At line 300 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  667. Uses
  668. At line 111 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  669. At line 237 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  670. CAN0_RX1_IRQHandler 0000001A
  671. Symbol: CAN0_RX1_IRQHandler
  672. Definitions
  673. At line 299 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  674. Uses
  675. At line 110 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  676. At line 236 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  677. DMA0_Channel0_IRQHandler 0000001A
  678. Symbol: DMA0_Channel0_IRQHandler
  679. Definitions
  680. At line 289 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  681. Uses
  682. ARM Macro Assembler Page 2 Alphabetic symbol ordering
  683. Relocatable symbols
  684. At line 100 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  685. At line 226 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  686. DMA0_Channel1_IRQHandler 0000001A
  687. Symbol: DMA0_Channel1_IRQHandler
  688. Definitions
  689. At line 290 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  690. Uses
  691. At line 101 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  692. At line 227 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  693. DMA0_Channel2_IRQHandler 0000001A
  694. Symbol: DMA0_Channel2_IRQHandler
  695. Definitions
  696. At line 291 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  697. Uses
  698. At line 102 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  699. At line 228 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  700. DMA0_Channel3_IRQHandler 0000001A
  701. Symbol: DMA0_Channel3_IRQHandler
  702. Definitions
  703. At line 292 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  704. Uses
  705. At line 103 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  706. At line 229 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  707. DMA0_Channel4_IRQHandler 0000001A
  708. Symbol: DMA0_Channel4_IRQHandler
  709. Definitions
  710. At line 293 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  711. Uses
  712. At line 104 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  713. At line 230 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  714. DMA0_Channel5_IRQHandler 0000001A
  715. Symbol: DMA0_Channel5_IRQHandler
  716. Definitions
  717. At line 294 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  718. Uses
  719. At line 105 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  720. At line 231 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  721. DMA0_Channel6_IRQHandler 0000001A
  722. Symbol: DMA0_Channel6_IRQHandler
  723. Definitions
  724. At line 295 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  725. Uses
  726. At line 106 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  727. At line 232 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  728. DMA1_Channel0_IRQHandler 0000001A
  729. ARM Macro Assembler Page 3 Alphabetic symbol ordering
  730. Relocatable symbols
  731. Symbol: DMA1_Channel0_IRQHandler
  732. Definitions
  733. At line 334 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  734. Uses
  735. At line 145 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  736. At line 271 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  737. DMA1_Channel1_IRQHandler 0000001A
  738. Symbol: DMA1_Channel1_IRQHandler
  739. Definitions
  740. At line 335 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  741. Uses
  742. At line 146 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  743. At line 272 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  744. DMA1_Channel2_IRQHandler 0000001A
  745. Symbol: DMA1_Channel2_IRQHandler
  746. Definitions
  747. At line 336 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  748. Uses
  749. At line 147 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  750. At line 273 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  751. DMA1_Channel3_4_IRQHandler 0000001A
  752. Symbol: DMA1_Channel3_4_IRQHandler
  753. Definitions
  754. At line 337 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  755. Uses
  756. At line 148 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  757. At line 274 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  758. DebugMon_Handler 00000014
  759. Symbol: DebugMon_Handler
  760. Definitions
  761. At line 198 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  762. Uses
  763. At line 83 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  764. At line 199 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  765. Default_Handler 0000001A
  766. Symbol: Default_Handler
  767. Definitions
  768. At line 213 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  769. Uses
  770. None
  771. Comment: Default_Handler unused
  772. EXMC_IRQHandler 0000001A
  773. Symbol: EXMC_IRQHandler
  774. Definitions
  775. At line 326 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  776. Uses
  777. At line 137 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  778. At line 263 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  779. ARM Macro Assembler Page 4 Alphabetic symbol ordering
  780. Relocatable symbols
  781. EXTI0_IRQHandler 0000001A
  782. Symbol: EXTI0_IRQHandler
  783. Definitions
  784. At line 284 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  785. Uses
  786. At line 95 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  787. At line 221 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  788. EXTI10_15_IRQHandler 0000001A
  789. Symbol: EXTI10_15_IRQHandler
  790. Definitions
  791. At line 318 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  792. Uses
  793. At line 129 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  794. At line 255 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  795. EXTI1_IRQHandler 0000001A
  796. Symbol: EXTI1_IRQHandler
  797. Definitions
  798. At line 285 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  799. Uses
  800. At line 96 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  801. At line 222 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  802. EXTI2_IRQHandler 0000001A
  803. Symbol: EXTI2_IRQHandler
  804. Definitions
  805. At line 286 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  806. Uses
  807. At line 97 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  808. At line 223 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  809. EXTI3_IRQHandler 0000001A
  810. Symbol: EXTI3_IRQHandler
  811. Definitions
  812. At line 287 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  813. Uses
  814. At line 98 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  815. At line 224 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  816. EXTI4_IRQHandler 0000001A
  817. Symbol: EXTI4_IRQHandler
  818. Definitions
  819. At line 288 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  820. Uses
  821. At line 99 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  822. At line 225 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  823. EXTI5_9_IRQHandler 0000001A
  824. Symbol: EXTI5_9_IRQHandler
  825. Definitions
  826. ARM Macro Assembler Page 5 Alphabetic symbol ordering
  827. Relocatable symbols
  828. At line 301 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  829. Uses
  830. At line 112 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  831. At line 238 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  832. FMC_IRQHandler 0000001A
  833. Symbol: FMC_IRQHandler
  834. Definitions
  835. At line 282 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  836. Uses
  837. At line 93 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  838. At line 219 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  839. HardFault_Handler 0000000A
  840. Symbol: HardFault_Handler
  841. Definitions
  842. At line 173 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  843. Uses
  844. At line 74 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  845. At line 174 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  846. I2C0_ER_IRQHandler 0000001A
  847. Symbol: I2C0_ER_IRQHandler
  848. Definitions
  849. At line 310 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  850. Uses
  851. At line 121 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  852. At line 247 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  853. I2C0_EV_IRQHandler 0000001A
  854. Symbol: I2C0_EV_IRQHandler
  855. Definitions
  856. At line 309 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  857. Uses
  858. At line 120 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  859. At line 246 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  860. I2C1_ER_IRQHandler 0000001A
  861. Symbol: I2C1_ER_IRQHandler
  862. Definitions
  863. At line 312 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  864. Uses
  865. At line 123 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  866. At line 249 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  867. I2C1_EV_IRQHandler 0000001A
  868. Symbol: I2C1_EV_IRQHandler
  869. Definitions
  870. At line 311 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  871. Uses
  872. At line 122 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  873. At line 248 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  874. ARM Macro Assembler Page 6 Alphabetic symbol ordering
  875. Relocatable symbols
  876. LVD_IRQHandler 0000001A
  877. Symbol: LVD_IRQHandler
  878. Definitions
  879. At line 279 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  880. Uses
  881. At line 90 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  882. At line 216 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  883. MemManage_Handler 0000000C
  884. Symbol: MemManage_Handler
  885. Definitions
  886. At line 178 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  887. Uses
  888. At line 75 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  889. At line 179 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  890. NMI_Handler 00000008
  891. Symbol: NMI_Handler
  892. Definitions
  893. At line 168 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  894. Uses
  895. At line 73 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  896. At line 169 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  897. PendSV_Handler 00000016
  898. Symbol: PendSV_Handler
  899. Definitions
  900. At line 203 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  901. Uses
  902. At line 85 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  903. At line 204 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  904. RCU_IRQHandler 0000001A
  905. Symbol: RCU_IRQHandler
  906. Definitions
  907. At line 283 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  908. Uses
  909. At line 94 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  910. At line 220 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  911. RTC_Alarm_IRQHandler 0000001A
  912. Symbol: RTC_Alarm_IRQHandler
  913. Definitions
  914. At line 319 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  915. Uses
  916. At line 130 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  917. At line 256 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  918. RTC_IRQHandler 0000001A
  919. Symbol: RTC_IRQHandler
  920. Definitions
  921. At line 281 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  922. ARM Macro Assembler Page 7 Alphabetic symbol ordering
  923. Relocatable symbols
  924. Uses
  925. At line 92 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  926. At line 218 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  927. Reset_Handler 00000000
  928. Symbol: Reset_Handler
  929. Definitions
  930. At line 157 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  931. Uses
  932. At line 72 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  933. At line 158 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  934. SDIO_IRQHandler 0000001A
  935. Symbol: SDIO_IRQHandler
  936. Definitions
  937. At line 327 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  938. Uses
  939. At line 138 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  940. At line 264 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  941. SPI0_IRQHandler 0000001A
  942. Symbol: SPI0_IRQHandler
  943. Definitions
  944. At line 313 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  945. Uses
  946. At line 124 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  947. At line 250 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  948. SPI1_IRQHandler 0000001A
  949. Symbol: SPI1_IRQHandler
  950. Definitions
  951. At line 314 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  952. Uses
  953. At line 125 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  954. At line 251 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  955. SPI2_IRQHandler 0000001A
  956. Symbol: SPI2_IRQHandler
  957. Definitions
  958. At line 329 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  959. Uses
  960. At line 140 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  961. At line 266 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  962. SVC_Handler 00000012
  963. Symbol: SVC_Handler
  964. Definitions
  965. At line 193 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  966. Uses
  967. At line 82 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  968. At line 194 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  969. SysTick_Handler 00000018
  970. ARM Macro Assembler Page 8 Alphabetic symbol ordering
  971. Relocatable symbols
  972. Symbol: SysTick_Handler
  973. Definitions
  974. At line 208 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  975. Uses
  976. At line 86 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  977. At line 209 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  978. TAMPER_IRQHandler 0000001A
  979. Symbol: TAMPER_IRQHandler
  980. Definitions
  981. At line 280 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  982. Uses
  983. At line 91 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  984. At line 217 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  985. TIMER0_BRK_TIMER8_IRQHandler 0000001A
  986. Symbol: TIMER0_BRK_TIMER8_IRQHandler
  987. Definitions
  988. At line 302 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  989. Uses
  990. At line 113 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  991. At line 239 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  992. TIMER0_Channel_IRQHandler 0000001A
  993. Symbol: TIMER0_Channel_IRQHandler
  994. Definitions
  995. At line 305 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  996. Uses
  997. At line 116 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  998. At line 242 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  999. TIMER0_TRG_CMT_TIMER10_IRQHandler 0000001A
  1000. Symbol: TIMER0_TRG_CMT_TIMER10_IRQHandler
  1001. Definitions
  1002. At line 304 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  1003. Uses
  1004. At line 115 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  1005. At line 241 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  1006. TIMER0_UP_TIMER9_IRQHandler 0000001A
  1007. Symbol: TIMER0_UP_TIMER9_IRQHandler
  1008. Definitions
  1009. At line 303 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  1010. Uses
  1011. At line 114 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  1012. At line 240 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  1013. TIMER1_IRQHandler 0000001A
  1014. Symbol: TIMER1_IRQHandler
  1015. Definitions
  1016. At line 306 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  1017. Uses
  1018. ARM Macro Assembler Page 9 Alphabetic symbol ordering
  1019. Relocatable symbols
  1020. At line 117 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  1021. At line 243 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  1022. TIMER2_IRQHandler 0000001A
  1023. Symbol: TIMER2_IRQHandler
  1024. Definitions
  1025. At line 307 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  1026. Uses
  1027. At line 118 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  1028. At line 244 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  1029. TIMER3_IRQHandler 0000001A
  1030. Symbol: TIMER3_IRQHandler
  1031. Definitions
  1032. At line 308 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  1033. Uses
  1034. At line 119 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  1035. At line 245 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  1036. TIMER4_IRQHandler 0000001A
  1037. Symbol: TIMER4_IRQHandler
  1038. Definitions
  1039. At line 328 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  1040. Uses
  1041. At line 139 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  1042. At line 265 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  1043. TIMER5_IRQHandler 0000001A
  1044. Symbol: TIMER5_IRQHandler
  1045. Definitions
  1046. At line 332 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  1047. Uses
  1048. At line 143 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  1049. At line 269 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  1050. TIMER6_IRQHandler 0000001A
  1051. Symbol: TIMER6_IRQHandler
  1052. Definitions
  1053. At line 333 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  1054. Uses
  1055. At line 144 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  1056. At line 270 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  1057. TIMER7_BRK_TIMER11_IRQHandler 0000001A
  1058. Symbol: TIMER7_BRK_TIMER11_IRQHandler
  1059. Definitions
  1060. At line 321 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  1061. Uses
  1062. At line 132 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  1063. At line 258 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  1064. TIMER7_Channel_IRQHandler 0000001A
  1065. ARM Macro Assembler Page 10 Alphabetic symbol ordering
  1066. Relocatable symbols
  1067. Symbol: TIMER7_Channel_IRQHandler
  1068. Definitions
  1069. At line 324 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  1070. Uses
  1071. At line 135 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  1072. At line 261 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  1073. TIMER7_TRG_CMT_TIMER13_IRQHandler 0000001A
  1074. Symbol: TIMER7_TRG_CMT_TIMER13_IRQHandler
  1075. Definitions
  1076. At line 323 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  1077. Uses
  1078. At line 134 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  1079. At line 260 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  1080. TIMER7_UP_TIMER12_IRQHandler 0000001A
  1081. Symbol: TIMER7_UP_TIMER12_IRQHandler
  1082. Definitions
  1083. At line 322 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  1084. Uses
  1085. At line 133 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  1086. At line 259 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  1087. UART3_IRQHandler 0000001A
  1088. Symbol: UART3_IRQHandler
  1089. Definitions
  1090. At line 330 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  1091. Uses
  1092. At line 141 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  1093. At line 267 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  1094. UART4_IRQHandler 0000001A
  1095. Symbol: UART4_IRQHandler
  1096. Definitions
  1097. At line 331 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  1098. Uses
  1099. At line 142 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  1100. At line 268 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  1101. USART0_IRQHandler 0000001A
  1102. Symbol: USART0_IRQHandler
  1103. Definitions
  1104. At line 315 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  1105. Uses
  1106. At line 126 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  1107. At line 252 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  1108. USART1_IRQHandler 0000001A
  1109. Symbol: USART1_IRQHandler
  1110. Definitions
  1111. At line 316 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  1112. Uses
  1113. At line 127 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  1114. ARM Macro Assembler Page 11 Alphabetic symbol ordering
  1115. Relocatable symbols
  1116. At line 253 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  1117. USART2_IRQHandler 0000001A
  1118. Symbol: USART2_IRQHandler
  1119. Definitions
  1120. At line 317 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  1121. Uses
  1122. At line 128 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  1123. At line 254 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  1124. USBD_HP_CAN0_TX_IRQHandler 0000001A
  1125. Symbol: USBD_HP_CAN0_TX_IRQHandler
  1126. Definitions
  1127. At line 297 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  1128. Uses
  1129. At line 108 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  1130. At line 234 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  1131. USBD_LP_CAN0_RX0_IRQHandler 0000001A
  1132. Symbol: USBD_LP_CAN0_RX0_IRQHandler
  1133. Definitions
  1134. At line 298 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  1135. Uses
  1136. At line 109 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  1137. At line 235 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  1138. USBD_WKUP_IRQHandler 0000001A
  1139. Symbol: USBD_WKUP_IRQHandler
  1140. Definitions
  1141. At line 320 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  1142. Uses
  1143. At line 131 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  1144. At line 257 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  1145. UsageFault_Handler 00000010
  1146. Symbol: UsageFault_Handler
  1147. Definitions
  1148. At line 188 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  1149. Uses
  1150. At line 77 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  1151. At line 189 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  1152. WWDGT_IRQHandler 0000001A
  1153. Symbol: WWDGT_IRQHandler
  1154. Definitions
  1155. At line 278 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  1156. Uses
  1157. At line 89 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  1158. At line 215 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  1159. 72 symbols
  1160. ARM Macro Assembler Page 1 Alphabetic symbol ordering
  1161. Absolute symbols
  1162. Heap_Size 00010000
  1163. Symbol: Heap_Size
  1164. Definitions
  1165. At line 54 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  1166. Uses
  1167. At line 58 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  1168. Comment: Heap_Size used once
  1169. Stack_Size 00001000
  1170. Symbol: Stack_Size
  1171. Definitions
  1172. At line 43 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  1173. Uses
  1174. At line 46 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  1175. Comment: Stack_Size used once
  1176. __Vectors_Size 00000130
  1177. Symbol: __Vectors_Size
  1178. Definitions
  1179. At line 152 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  1180. Uses
  1181. At line 69 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  1182. Comment: __Vectors_Size used once
  1183. 3 symbols
  1184. ARM Macro Assembler Page 1 Alphabetic symbol ordering
  1185. External symbols
  1186. SystemInit 00000000
  1187. Symbol: SystemInit
  1188. Definitions
  1189. At line 160 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  1190. Uses
  1191. At line 161 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  1192. Comment: SystemInit used once
  1193. __main 00000000
  1194. Symbol: __main
  1195. Definitions
  1196. At line 159 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  1197. Uses
  1198. At line 163 in file ..\CMSIS\Source\startup_gd32f10x_xd.s
  1199. Comment: __main used once
  1200. 2 symbols
  1201. 423 symbols in table