startup_gd32f10x_md.lst 43 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245
  1. ARM Macro Assembler Page 1
  2. 1 00000000 ;/*!
  3. 2 00000000 ; \file startup_gd32f10x_md.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 0x0001000
  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 00002000
  78. Heap_Size
  79. EQU 0x00002000
  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 00002000 __heap_limit
  87. 60 00002000
  88. 61 00002000
  89. 62 00002000 PRESERVE8
  90. 63 00002000 THUMB
  91. 64 00002000
  92. 65 00002000 ; /* reset Vector Mapped to at Address
  93. 0 */
  94. 66 00002000 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_IRQHandler
  174. ; 40:TIMER0 Break
  175. 114 000000A4 00000000 DCD TIMER0_UP_IRQHandler
  176. ; 41:TIMER0 Update
  177. 115 000000A8 00000000 DCD TIMER0_TRG_CMT_IRQHandler
  178. ; 42:TIMER0 Trigger
  179. 116 000000AC 00000000 DCD TIMER0_Channel_IRQHandler ; 43:
  180. TIMER0 Channel Capt
  181. ure Compare
  182. 117 000000B0 00000000 DCD TIMER1_IRQHandler ; 44:TIMER1
  183. 118 000000B4 00000000 DCD TIMER2_IRQHandler ; 45:TIMER2
  184. 119 000000B8 00000000 DCD TIMER3_IRQHandler ; 46:TIMER3
  185. 120 000000BC 00000000 DCD I2C0_EV_IRQHandler
  186. ; 47:I2C0 Event
  187. 121 000000C0 00000000 DCD I2C0_ER_IRQHandler
  188. ; 48:I2C0 Error
  189. 122 000000C4 00000000 DCD I2C1_EV_IRQHandler
  190. ; 49:I2C1 Event
  191. 123 000000C8 00000000 DCD I2C1_ER_IRQHandler
  192. ; 50:I2C1 Error
  193. 124 000000CC 00000000 DCD SPI0_IRQHandler ; 51:SPI0
  194. 125 000000D0 00000000 DCD SPI1_IRQHandler ; 52:SPI1
  195. 126 000000D4 00000000 DCD USART0_IRQHandler ; 53:USART0
  196. 127 000000D8 00000000 DCD USART1_IRQHandler ; 54:USART1
  197. 128 000000DC 00000000 DCD USART2_IRQHandler ; 55:USART2
  198. 129 000000E0 00000000 DCD EXTI10_15_IRQHandler ; 56:EXTI
  199. Line 10 to EXTI Lin
  200. e 15
  201. 130 000000E4 00000000 DCD RTC_Alarm_IRQHandler ; 57:RTC A
  202. larm through EXTI L
  203. ine
  204. 131 000000E8 00000000 DCD USBD_WKUP_IRQHandler ; 58:USBD
  205. WakeUp from suspend
  206. through EXTI Line
  207. 132 000000EC 00000000 DCD 0 ; Reserved
  208. 133 000000F0 00000000 DCD 0 ; Reserved
  209. 134 000000F4 00000000 DCD 0 ; Reserved
  210. 135 000000F8 00000000 DCD 0 ; Reserved
  211. 136 000000FC 00000000 DCD 0 ; Reserved
  212. 137 00000100 00000000 DCD EXMC_IRQHandler ; 64:EXMC
  213. 138 00000104
  214. 139 00000104 __Vectors_End
  215. 140 00000104
  216. 141 00000104 00000104
  217. __Vectors_Size
  218. EQU __Vectors_End - __Vectors
  219. 142 00000104
  220. 143 00000104 AREA |.text|, CODE, READONLY
  221. 144 00000000
  222. 145 00000000 ;/* reset Handler */
  223. 146 00000000 Reset_Handler
  224. PROC
  225. 147 00000000 EXPORT Reset_Handler
  226. [WEAK]
  227. 148 00000000 IMPORT __main
  228. ARM Macro Assembler Page 5
  229. 149 00000000 IMPORT SystemInit
  230. 150 00000000 4806 LDR R0, =SystemInit
  231. 151 00000002 4780 BLX R0
  232. 152 00000004 4806 LDR R0, =__main
  233. 153 00000006 4700 BX R0
  234. 154 00000008 ENDP
  235. 155 00000008
  236. 156 00000008 ;/* dummy Exception Handlers */
  237. 157 00000008 NMI_Handler
  238. PROC
  239. 158 00000008 EXPORT NMI_Handler
  240. [WEAK]
  241. 159 00000008 E7FE B .
  242. 160 0000000A ENDP
  243. 161 0000000A
  244. 162 0000000A HardFault_Handler
  245. PROC
  246. 163 0000000A EXPORT HardFault_Handler
  247. [WEAK]
  248. 164 0000000A E7FE B .
  249. 165 0000000C ENDP
  250. 166 0000000C
  251. 167 0000000C MemManage_Handler
  252. PROC
  253. 168 0000000C EXPORT MemManage_Handler
  254. [WEAK]
  255. 169 0000000C E7FE B .
  256. 170 0000000E ENDP
  257. 171 0000000E
  258. 172 0000000E BusFault_Handler
  259. PROC
  260. 173 0000000E EXPORT BusFault_Handler
  261. [WEAK]
  262. 174 0000000E E7FE B .
  263. 175 00000010 ENDP
  264. 176 00000010
  265. 177 00000010 UsageFault_Handler
  266. PROC
  267. 178 00000010 EXPORT UsageFault_Handler
  268. [WEAK]
  269. 179 00000010 E7FE B .
  270. 180 00000012 ENDP
  271. 181 00000012
  272. 182 00000012 SVC_Handler
  273. PROC
  274. 183 00000012 EXPORT SVC_Handler
  275. [WEAK]
  276. 184 00000012 E7FE B .
  277. 185 00000014 ENDP
  278. 186 00000014
  279. 187 00000014 DebugMon_Handler
  280. PROC
  281. 188 00000014 EXPORT DebugMon_Handler
  282. [WEAK]
  283. 189 00000014 E7FE B .
  284. 190 00000016 ENDP
  285. 191 00000016
  286. 192 00000016 PendSV_Handler
  287. PROC
  288. ARM Macro Assembler Page 6
  289. 193 00000016 EXPORT PendSV_Handler
  290. [WEAK]
  291. 194 00000016 E7FE B .
  292. 195 00000018 ENDP
  293. 196 00000018
  294. 197 00000018 SysTick_Handler
  295. PROC
  296. 198 00000018 EXPORT SysTick_Handler
  297. [WEAK]
  298. 199 00000018 E7FE B .
  299. 200 0000001A ENDP
  300. 201 0000001A
  301. 202 0000001A Default_Handler
  302. PROC
  303. 203 0000001A ; /* external interrupts handler */
  304. 204 0000001A EXPORT WWDGT_IRQHandler
  305. [WEAK]
  306. 205 0000001A EXPORT LVD_IRQHandler
  307. [WEAK]
  308. 206 0000001A EXPORT TAMPER_IRQHandler
  309. [WEAK]
  310. 207 0000001A EXPORT RTC_IRQHandler
  311. [WEAK]
  312. 208 0000001A EXPORT FMC_IRQHandler
  313. [WEAK]
  314. 209 0000001A EXPORT RCU_IRQHandler
  315. [WEAK]
  316. 210 0000001A EXPORT EXTI0_IRQHandler
  317. [WEAK]
  318. 211 0000001A EXPORT EXTI1_IRQHandler
  319. [WEAK]
  320. 212 0000001A EXPORT EXTI2_IRQHandler
  321. [WEAK]
  322. 213 0000001A EXPORT EXTI3_IRQHandler
  323. [WEAK]
  324. 214 0000001A EXPORT EXTI4_IRQHandler
  325. [WEAK]
  326. 215 0000001A EXPORT DMA0_Channel0_IRQHandler
  327. [WEAK]
  328. 216 0000001A EXPORT DMA0_Channel1_IRQHandler
  329. [WEAK]
  330. 217 0000001A EXPORT DMA0_Channel2_IRQHandler
  331. [WEAK]
  332. 218 0000001A EXPORT DMA0_Channel3_IRQHandler
  333. [WEAK]
  334. 219 0000001A EXPORT DMA0_Channel4_IRQHandler
  335. [WEAK]
  336. 220 0000001A EXPORT DMA0_Channel5_IRQHandler
  337. [WEAK]
  338. 221 0000001A EXPORT DMA0_Channel6_IRQHandler
  339. [WEAK]
  340. 222 0000001A EXPORT ADC0_1_IRQHandler
  341. [WEAK]
  342. 223 0000001A EXPORT USBD_HP_CAN0_TX_IRQHandler
  343. [WEAK]
  344. 224 0000001A EXPORT USBD_LP_CAN0_RX0_IRQHandler
  345. [WEAK]
  346. 225 0000001A EXPORT CAN0_RX1_IRQHandler
  347. ARM Macro Assembler Page 7
  348. [WEAK]
  349. 226 0000001A EXPORT CAN0_EWMC_IRQHandler
  350. [WEAK]
  351. 227 0000001A EXPORT EXTI5_9_IRQHandler
  352. [WEAK]
  353. 228 0000001A EXPORT TIMER0_BRK_IRQHandler
  354. [WEAK]
  355. 229 0000001A EXPORT TIMER0_UP_IRQHandler
  356. [WEAK]
  357. 230 0000001A EXPORT TIMER0_TRG_CMT_IRQHandler
  358. [WEAK]
  359. 231 0000001A EXPORT TIMER0_Channel_IRQHandler
  360. [WEAK]
  361. 232 0000001A EXPORT TIMER1_IRQHandler
  362. [WEAK]
  363. 233 0000001A EXPORT TIMER2_IRQHandler
  364. [WEAK]
  365. 234 0000001A EXPORT TIMER3_IRQHandler
  366. [WEAK]
  367. 235 0000001A EXPORT I2C0_EV_IRQHandler
  368. [WEAK]
  369. 236 0000001A EXPORT I2C0_ER_IRQHandler
  370. [WEAK]
  371. 237 0000001A EXPORT I2C1_EV_IRQHandler
  372. [WEAK]
  373. 238 0000001A EXPORT I2C1_ER_IRQHandler
  374. [WEAK]
  375. 239 0000001A EXPORT SPI0_IRQHandler
  376. [WEAK]
  377. 240 0000001A EXPORT SPI1_IRQHandler
  378. [WEAK]
  379. 241 0000001A EXPORT USART0_IRQHandler
  380. [WEAK]
  381. 242 0000001A EXPORT USART1_IRQHandler
  382. [WEAK]
  383. 243 0000001A EXPORT USART2_IRQHandler
  384. [WEAK]
  385. 244 0000001A EXPORT EXTI10_15_IRQHandler
  386. [WEAK]
  387. 245 0000001A EXPORT RTC_Alarm_IRQHandler
  388. [WEAK]
  389. 246 0000001A EXPORT USBD_WKUP_IRQHandler
  390. [WEAK]
  391. 247 0000001A EXPORT EXMC_IRQHandler
  392. [WEAK]
  393. 248 0000001A
  394. 249 0000001A
  395. 250 0000001A ;/* external interrupts handler */
  396. 251 0000001A WWDGT_IRQHandler
  397. 252 0000001A LVD_IRQHandler
  398. 253 0000001A TAMPER_IRQHandler
  399. 254 0000001A RTC_IRQHandler
  400. 255 0000001A FMC_IRQHandler
  401. 256 0000001A RCU_IRQHandler
  402. 257 0000001A EXTI0_IRQHandler
  403. 258 0000001A EXTI1_IRQHandler
  404. 259 0000001A EXTI2_IRQHandler
  405. 260 0000001A EXTI3_IRQHandler
  406. 261 0000001A EXTI4_IRQHandler
  407. ARM Macro Assembler Page 8
  408. 262 0000001A DMA0_Channel0_IRQHandler
  409. 263 0000001A DMA0_Channel1_IRQHandler
  410. 264 0000001A DMA0_Channel2_IRQHandler
  411. 265 0000001A DMA0_Channel3_IRQHandler
  412. 266 0000001A DMA0_Channel4_IRQHandler
  413. 267 0000001A DMA0_Channel5_IRQHandler
  414. 268 0000001A DMA0_Channel6_IRQHandler
  415. 269 0000001A ADC0_1_IRQHandler
  416. 270 0000001A USBD_HP_CAN0_TX_IRQHandler
  417. 271 0000001A USBD_LP_CAN0_RX0_IRQHandler
  418. 272 0000001A CAN0_RX1_IRQHandler
  419. 273 0000001A CAN0_EWMC_IRQHandler
  420. 274 0000001A EXTI5_9_IRQHandler
  421. 275 0000001A TIMER0_BRK_IRQHandler
  422. 276 0000001A TIMER0_UP_IRQHandler
  423. 277 0000001A TIMER0_TRG_CMT_IRQHandler
  424. 278 0000001A TIMER0_Channel_IRQHandler
  425. 279 0000001A TIMER1_IRQHandler
  426. 280 0000001A TIMER2_IRQHandler
  427. 281 0000001A TIMER3_IRQHandler
  428. 282 0000001A I2C0_EV_IRQHandler
  429. 283 0000001A I2C0_ER_IRQHandler
  430. 284 0000001A I2C1_EV_IRQHandler
  431. 285 0000001A I2C1_ER_IRQHandler
  432. 286 0000001A SPI0_IRQHandler
  433. 287 0000001A SPI1_IRQHandler
  434. 288 0000001A USART0_IRQHandler
  435. 289 0000001A USART1_IRQHandler
  436. 290 0000001A USART2_IRQHandler
  437. 291 0000001A EXTI10_15_IRQHandler
  438. 292 0000001A RTC_Alarm_IRQHandler
  439. 293 0000001A USBD_WKUP_IRQHandler
  440. 294 0000001A EXMC_IRQHandler
  441. 295 0000001A
  442. 296 0000001A
  443. 297 0000001A
  444. 298 0000001A E7FE B .
  445. 299 0000001C ENDP
  446. 300 0000001C
  447. 301 0000001C ALIGN
  448. 302 0000001C
  449. 303 0000001C ; user Initial Stack & Heap
  450. 304 0000001C
  451. 305 0000001C IF :DEF:__MICROLIB
  452. 306 0000001C
  453. 307 0000001C EXPORT __initial_sp
  454. 308 0000001C EXPORT __heap_base
  455. 309 0000001C EXPORT __heap_limit
  456. 310 0000001C
  457. 311 0000001C ELSE
  458. 326 ENDIF
  459. 327 0000001C
  460. 328 0000001C END
  461. 00000000
  462. 00000000
  463. Command Line: --debug --xref --diag_suppress=9931 --cpu=Cortex-M3 --apcs=interw
  464. ork --depend=.\objects\startup_gd32f10x_md.d -o.\objects\startup_gd32f10x_md.o
  465. -I.\RTE\_GD32F103C8T6 -ID:\workSoftware\stm32Software\mdk\mdkpack\GigaDevice\GD
  466. 32F10x_DFP\2.0.3\Device\Include -ID:\workSoftware\stm32Software\mdk\mdkcore\ARM
  467. ARM Macro Assembler Page 9
  468. \CMSIS\Include --predefine="__MICROLIB SETA 1" --predefine="__UVISION_VERSION S
  469. ETA 528" --predefine="GD32F10X_MD SETA 1" --predefine="USE_STDPERIPH_DRIVER SET
  470. A 1" --list=.\listings\startup_gd32f10x_md.lst ..\Startup\startup_gd32f10x_md.s
  471. ARM Macro Assembler Page 1 Alphabetic symbol ordering
  472. Relocatable symbols
  473. STACK 00000000
  474. Symbol: STACK
  475. Definitions
  476. At line 45 in file ..\Startup\startup_gd32f10x_md.s
  477. Uses
  478. None
  479. Comment: STACK unused
  480. Stack_Mem 00000000
  481. Symbol: Stack_Mem
  482. Definitions
  483. At line 46 in file ..\Startup\startup_gd32f10x_md.s
  484. Uses
  485. None
  486. Comment: Stack_Mem unused
  487. __initial_sp 00001000
  488. Symbol: __initial_sp
  489. Definitions
  490. At line 47 in file ..\Startup\startup_gd32f10x_md.s
  491. Uses
  492. At line 71 in file ..\Startup\startup_gd32f10x_md.s
  493. At line 307 in file ..\Startup\startup_gd32f10x_md.s
  494. 3 symbols
  495. ARM Macro Assembler Page 1 Alphabetic symbol ordering
  496. Relocatable symbols
  497. HEAP 00000000
  498. Symbol: HEAP
  499. Definitions
  500. At line 56 in file ..\Startup\startup_gd32f10x_md.s
  501. Uses
  502. None
  503. Comment: HEAP unused
  504. Heap_Mem 00000000
  505. Symbol: Heap_Mem
  506. Definitions
  507. At line 58 in file ..\Startup\startup_gd32f10x_md.s
  508. Uses
  509. None
  510. Comment: Heap_Mem unused
  511. __heap_base 00000000
  512. Symbol: __heap_base
  513. Definitions
  514. At line 57 in file ..\Startup\startup_gd32f10x_md.s
  515. Uses
  516. At line 308 in file ..\Startup\startup_gd32f10x_md.s
  517. Comment: __heap_base used once
  518. __heap_limit 00002000
  519. Symbol: __heap_limit
  520. Definitions
  521. At line 59 in file ..\Startup\startup_gd32f10x_md.s
  522. Uses
  523. At line 309 in file ..\Startup\startup_gd32f10x_md.s
  524. Comment: __heap_limit used once
  525. 4 symbols
  526. ARM Macro Assembler Page 1 Alphabetic symbol ordering
  527. Relocatable symbols
  528. RESET 00000000
  529. Symbol: RESET
  530. Definitions
  531. At line 66 in file ..\Startup\startup_gd32f10x_md.s
  532. Uses
  533. None
  534. Comment: RESET unused
  535. __Vectors 00000000
  536. Symbol: __Vectors
  537. Definitions
  538. At line 71 in file ..\Startup\startup_gd32f10x_md.s
  539. Uses
  540. At line 67 in file ..\Startup\startup_gd32f10x_md.s
  541. At line 141 in file ..\Startup\startup_gd32f10x_md.s
  542. __Vectors_End 00000104
  543. Symbol: __Vectors_End
  544. Definitions
  545. At line 139 in file ..\Startup\startup_gd32f10x_md.s
  546. Uses
  547. At line 68 in file ..\Startup\startup_gd32f10x_md.s
  548. At line 141 in file ..\Startup\startup_gd32f10x_md.s
  549. 3 symbols
  550. ARM Macro Assembler Page 1 Alphabetic symbol ordering
  551. Relocatable symbols
  552. .text 00000000
  553. Symbol: .text
  554. Definitions
  555. At line 143 in file ..\Startup\startup_gd32f10x_md.s
  556. Uses
  557. None
  558. Comment: .text unused
  559. ADC0_1_IRQHandler 0000001A
  560. Symbol: ADC0_1_IRQHandler
  561. Definitions
  562. At line 269 in file ..\Startup\startup_gd32f10x_md.s
  563. Uses
  564. At line 107 in file ..\Startup\startup_gd32f10x_md.s
  565. At line 222 in file ..\Startup\startup_gd32f10x_md.s
  566. BusFault_Handler 0000000E
  567. Symbol: BusFault_Handler
  568. Definitions
  569. At line 172 in file ..\Startup\startup_gd32f10x_md.s
  570. Uses
  571. At line 76 in file ..\Startup\startup_gd32f10x_md.s
  572. At line 173 in file ..\Startup\startup_gd32f10x_md.s
  573. CAN0_EWMC_IRQHandler 0000001A
  574. Symbol: CAN0_EWMC_IRQHandler
  575. Definitions
  576. At line 273 in file ..\Startup\startup_gd32f10x_md.s
  577. Uses
  578. At line 111 in file ..\Startup\startup_gd32f10x_md.s
  579. At line 226 in file ..\Startup\startup_gd32f10x_md.s
  580. CAN0_RX1_IRQHandler 0000001A
  581. Symbol: CAN0_RX1_IRQHandler
  582. Definitions
  583. At line 272 in file ..\Startup\startup_gd32f10x_md.s
  584. Uses
  585. At line 110 in file ..\Startup\startup_gd32f10x_md.s
  586. At line 225 in file ..\Startup\startup_gd32f10x_md.s
  587. DMA0_Channel0_IRQHandler 0000001A
  588. Symbol: DMA0_Channel0_IRQHandler
  589. Definitions
  590. At line 262 in file ..\Startup\startup_gd32f10x_md.s
  591. Uses
  592. At line 100 in file ..\Startup\startup_gd32f10x_md.s
  593. At line 215 in file ..\Startup\startup_gd32f10x_md.s
  594. DMA0_Channel1_IRQHandler 0000001A
  595. Symbol: DMA0_Channel1_IRQHandler
  596. Definitions
  597. At line 263 in file ..\Startup\startup_gd32f10x_md.s
  598. Uses
  599. ARM Macro Assembler Page 2 Alphabetic symbol ordering
  600. Relocatable symbols
  601. At line 101 in file ..\Startup\startup_gd32f10x_md.s
  602. At line 216 in file ..\Startup\startup_gd32f10x_md.s
  603. DMA0_Channel2_IRQHandler 0000001A
  604. Symbol: DMA0_Channel2_IRQHandler
  605. Definitions
  606. At line 264 in file ..\Startup\startup_gd32f10x_md.s
  607. Uses
  608. At line 102 in file ..\Startup\startup_gd32f10x_md.s
  609. At line 217 in file ..\Startup\startup_gd32f10x_md.s
  610. DMA0_Channel3_IRQHandler 0000001A
  611. Symbol: DMA0_Channel3_IRQHandler
  612. Definitions
  613. At line 265 in file ..\Startup\startup_gd32f10x_md.s
  614. Uses
  615. At line 103 in file ..\Startup\startup_gd32f10x_md.s
  616. At line 218 in file ..\Startup\startup_gd32f10x_md.s
  617. DMA0_Channel4_IRQHandler 0000001A
  618. Symbol: DMA0_Channel4_IRQHandler
  619. Definitions
  620. At line 266 in file ..\Startup\startup_gd32f10x_md.s
  621. Uses
  622. At line 104 in file ..\Startup\startup_gd32f10x_md.s
  623. At line 219 in file ..\Startup\startup_gd32f10x_md.s
  624. DMA0_Channel5_IRQHandler 0000001A
  625. Symbol: DMA0_Channel5_IRQHandler
  626. Definitions
  627. At line 267 in file ..\Startup\startup_gd32f10x_md.s
  628. Uses
  629. At line 105 in file ..\Startup\startup_gd32f10x_md.s
  630. At line 220 in file ..\Startup\startup_gd32f10x_md.s
  631. DMA0_Channel6_IRQHandler 0000001A
  632. Symbol: DMA0_Channel6_IRQHandler
  633. Definitions
  634. At line 268 in file ..\Startup\startup_gd32f10x_md.s
  635. Uses
  636. At line 106 in file ..\Startup\startup_gd32f10x_md.s
  637. At line 221 in file ..\Startup\startup_gd32f10x_md.s
  638. DebugMon_Handler 00000014
  639. Symbol: DebugMon_Handler
  640. Definitions
  641. At line 187 in file ..\Startup\startup_gd32f10x_md.s
  642. Uses
  643. At line 83 in file ..\Startup\startup_gd32f10x_md.s
  644. At line 188 in file ..\Startup\startup_gd32f10x_md.s
  645. Default_Handler 0000001A
  646. ARM Macro Assembler Page 3 Alphabetic symbol ordering
  647. Relocatable symbols
  648. Symbol: Default_Handler
  649. Definitions
  650. At line 202 in file ..\Startup\startup_gd32f10x_md.s
  651. Uses
  652. None
  653. Comment: Default_Handler unused
  654. EXMC_IRQHandler 0000001A
  655. Symbol: EXMC_IRQHandler
  656. Definitions
  657. At line 294 in file ..\Startup\startup_gd32f10x_md.s
  658. Uses
  659. At line 137 in file ..\Startup\startup_gd32f10x_md.s
  660. At line 247 in file ..\Startup\startup_gd32f10x_md.s
  661. EXTI0_IRQHandler 0000001A
  662. Symbol: EXTI0_IRQHandler
  663. Definitions
  664. At line 257 in file ..\Startup\startup_gd32f10x_md.s
  665. Uses
  666. At line 95 in file ..\Startup\startup_gd32f10x_md.s
  667. At line 210 in file ..\Startup\startup_gd32f10x_md.s
  668. EXTI10_15_IRQHandler 0000001A
  669. Symbol: EXTI10_15_IRQHandler
  670. Definitions
  671. At line 291 in file ..\Startup\startup_gd32f10x_md.s
  672. Uses
  673. At line 129 in file ..\Startup\startup_gd32f10x_md.s
  674. At line 244 in file ..\Startup\startup_gd32f10x_md.s
  675. EXTI1_IRQHandler 0000001A
  676. Symbol: EXTI1_IRQHandler
  677. Definitions
  678. At line 258 in file ..\Startup\startup_gd32f10x_md.s
  679. Uses
  680. At line 96 in file ..\Startup\startup_gd32f10x_md.s
  681. At line 211 in file ..\Startup\startup_gd32f10x_md.s
  682. EXTI2_IRQHandler 0000001A
  683. Symbol: EXTI2_IRQHandler
  684. Definitions
  685. At line 259 in file ..\Startup\startup_gd32f10x_md.s
  686. Uses
  687. At line 97 in file ..\Startup\startup_gd32f10x_md.s
  688. At line 212 in file ..\Startup\startup_gd32f10x_md.s
  689. EXTI3_IRQHandler 0000001A
  690. Symbol: EXTI3_IRQHandler
  691. Definitions
  692. At line 260 in file ..\Startup\startup_gd32f10x_md.s
  693. Uses
  694. At line 98 in file ..\Startup\startup_gd32f10x_md.s
  695. At line 213 in file ..\Startup\startup_gd32f10x_md.s
  696. ARM Macro Assembler Page 4 Alphabetic symbol ordering
  697. Relocatable symbols
  698. EXTI4_IRQHandler 0000001A
  699. Symbol: EXTI4_IRQHandler
  700. Definitions
  701. At line 261 in file ..\Startup\startup_gd32f10x_md.s
  702. Uses
  703. At line 99 in file ..\Startup\startup_gd32f10x_md.s
  704. At line 214 in file ..\Startup\startup_gd32f10x_md.s
  705. EXTI5_9_IRQHandler 0000001A
  706. Symbol: EXTI5_9_IRQHandler
  707. Definitions
  708. At line 274 in file ..\Startup\startup_gd32f10x_md.s
  709. Uses
  710. At line 112 in file ..\Startup\startup_gd32f10x_md.s
  711. At line 227 in file ..\Startup\startup_gd32f10x_md.s
  712. FMC_IRQHandler 0000001A
  713. Symbol: FMC_IRQHandler
  714. Definitions
  715. At line 255 in file ..\Startup\startup_gd32f10x_md.s
  716. Uses
  717. At line 93 in file ..\Startup\startup_gd32f10x_md.s
  718. At line 208 in file ..\Startup\startup_gd32f10x_md.s
  719. HardFault_Handler 0000000A
  720. Symbol: HardFault_Handler
  721. Definitions
  722. At line 162 in file ..\Startup\startup_gd32f10x_md.s
  723. Uses
  724. At line 74 in file ..\Startup\startup_gd32f10x_md.s
  725. At line 163 in file ..\Startup\startup_gd32f10x_md.s
  726. I2C0_ER_IRQHandler 0000001A
  727. Symbol: I2C0_ER_IRQHandler
  728. Definitions
  729. At line 283 in file ..\Startup\startup_gd32f10x_md.s
  730. Uses
  731. At line 121 in file ..\Startup\startup_gd32f10x_md.s
  732. At line 236 in file ..\Startup\startup_gd32f10x_md.s
  733. I2C0_EV_IRQHandler 0000001A
  734. Symbol: I2C0_EV_IRQHandler
  735. Definitions
  736. At line 282 in file ..\Startup\startup_gd32f10x_md.s
  737. Uses
  738. At line 120 in file ..\Startup\startup_gd32f10x_md.s
  739. At line 235 in file ..\Startup\startup_gd32f10x_md.s
  740. I2C1_ER_IRQHandler 0000001A
  741. Symbol: I2C1_ER_IRQHandler
  742. Definitions
  743. ARM Macro Assembler Page 5 Alphabetic symbol ordering
  744. Relocatable symbols
  745. At line 285 in file ..\Startup\startup_gd32f10x_md.s
  746. Uses
  747. At line 123 in file ..\Startup\startup_gd32f10x_md.s
  748. At line 238 in file ..\Startup\startup_gd32f10x_md.s
  749. I2C1_EV_IRQHandler 0000001A
  750. Symbol: I2C1_EV_IRQHandler
  751. Definitions
  752. At line 284 in file ..\Startup\startup_gd32f10x_md.s
  753. Uses
  754. At line 122 in file ..\Startup\startup_gd32f10x_md.s
  755. At line 237 in file ..\Startup\startup_gd32f10x_md.s
  756. LVD_IRQHandler 0000001A
  757. Symbol: LVD_IRQHandler
  758. Definitions
  759. At line 252 in file ..\Startup\startup_gd32f10x_md.s
  760. Uses
  761. At line 90 in file ..\Startup\startup_gd32f10x_md.s
  762. At line 205 in file ..\Startup\startup_gd32f10x_md.s
  763. MemManage_Handler 0000000C
  764. Symbol: MemManage_Handler
  765. Definitions
  766. At line 167 in file ..\Startup\startup_gd32f10x_md.s
  767. Uses
  768. At line 75 in file ..\Startup\startup_gd32f10x_md.s
  769. At line 168 in file ..\Startup\startup_gd32f10x_md.s
  770. NMI_Handler 00000008
  771. Symbol: NMI_Handler
  772. Definitions
  773. At line 157 in file ..\Startup\startup_gd32f10x_md.s
  774. Uses
  775. At line 73 in file ..\Startup\startup_gd32f10x_md.s
  776. At line 158 in file ..\Startup\startup_gd32f10x_md.s
  777. PendSV_Handler 00000016
  778. Symbol: PendSV_Handler
  779. Definitions
  780. At line 192 in file ..\Startup\startup_gd32f10x_md.s
  781. Uses
  782. At line 85 in file ..\Startup\startup_gd32f10x_md.s
  783. At line 193 in file ..\Startup\startup_gd32f10x_md.s
  784. RCU_IRQHandler 0000001A
  785. Symbol: RCU_IRQHandler
  786. Definitions
  787. At line 256 in file ..\Startup\startup_gd32f10x_md.s
  788. Uses
  789. At line 94 in file ..\Startup\startup_gd32f10x_md.s
  790. At line 209 in file ..\Startup\startup_gd32f10x_md.s
  791. ARM Macro Assembler Page 6 Alphabetic symbol ordering
  792. Relocatable symbols
  793. RTC_Alarm_IRQHandler 0000001A
  794. Symbol: RTC_Alarm_IRQHandler
  795. Definitions
  796. At line 292 in file ..\Startup\startup_gd32f10x_md.s
  797. Uses
  798. At line 130 in file ..\Startup\startup_gd32f10x_md.s
  799. At line 245 in file ..\Startup\startup_gd32f10x_md.s
  800. RTC_IRQHandler 0000001A
  801. Symbol: RTC_IRQHandler
  802. Definitions
  803. At line 254 in file ..\Startup\startup_gd32f10x_md.s
  804. Uses
  805. At line 92 in file ..\Startup\startup_gd32f10x_md.s
  806. At line 207 in file ..\Startup\startup_gd32f10x_md.s
  807. Reset_Handler 00000000
  808. Symbol: Reset_Handler
  809. Definitions
  810. At line 146 in file ..\Startup\startup_gd32f10x_md.s
  811. Uses
  812. At line 72 in file ..\Startup\startup_gd32f10x_md.s
  813. At line 147 in file ..\Startup\startup_gd32f10x_md.s
  814. SPI0_IRQHandler 0000001A
  815. Symbol: SPI0_IRQHandler
  816. Definitions
  817. At line 286 in file ..\Startup\startup_gd32f10x_md.s
  818. Uses
  819. At line 124 in file ..\Startup\startup_gd32f10x_md.s
  820. At line 239 in file ..\Startup\startup_gd32f10x_md.s
  821. SPI1_IRQHandler 0000001A
  822. Symbol: SPI1_IRQHandler
  823. Definitions
  824. At line 287 in file ..\Startup\startup_gd32f10x_md.s
  825. Uses
  826. At line 125 in file ..\Startup\startup_gd32f10x_md.s
  827. At line 240 in file ..\Startup\startup_gd32f10x_md.s
  828. SVC_Handler 00000012
  829. Symbol: SVC_Handler
  830. Definitions
  831. At line 182 in file ..\Startup\startup_gd32f10x_md.s
  832. Uses
  833. At line 82 in file ..\Startup\startup_gd32f10x_md.s
  834. At line 183 in file ..\Startup\startup_gd32f10x_md.s
  835. SysTick_Handler 00000018
  836. Symbol: SysTick_Handler
  837. Definitions
  838. At line 197 in file ..\Startup\startup_gd32f10x_md.s
  839. ARM Macro Assembler Page 7 Alphabetic symbol ordering
  840. Relocatable symbols
  841. Uses
  842. At line 86 in file ..\Startup\startup_gd32f10x_md.s
  843. At line 198 in file ..\Startup\startup_gd32f10x_md.s
  844. TAMPER_IRQHandler 0000001A
  845. Symbol: TAMPER_IRQHandler
  846. Definitions
  847. At line 253 in file ..\Startup\startup_gd32f10x_md.s
  848. Uses
  849. At line 91 in file ..\Startup\startup_gd32f10x_md.s
  850. At line 206 in file ..\Startup\startup_gd32f10x_md.s
  851. TIMER0_BRK_IRQHandler 0000001A
  852. Symbol: TIMER0_BRK_IRQHandler
  853. Definitions
  854. At line 275 in file ..\Startup\startup_gd32f10x_md.s
  855. Uses
  856. At line 113 in file ..\Startup\startup_gd32f10x_md.s
  857. At line 228 in file ..\Startup\startup_gd32f10x_md.s
  858. TIMER0_Channel_IRQHandler 0000001A
  859. Symbol: TIMER0_Channel_IRQHandler
  860. Definitions
  861. At line 278 in file ..\Startup\startup_gd32f10x_md.s
  862. Uses
  863. At line 116 in file ..\Startup\startup_gd32f10x_md.s
  864. At line 231 in file ..\Startup\startup_gd32f10x_md.s
  865. TIMER0_TRG_CMT_IRQHandler 0000001A
  866. Symbol: TIMER0_TRG_CMT_IRQHandler
  867. Definitions
  868. At line 277 in file ..\Startup\startup_gd32f10x_md.s
  869. Uses
  870. At line 115 in file ..\Startup\startup_gd32f10x_md.s
  871. At line 230 in file ..\Startup\startup_gd32f10x_md.s
  872. TIMER0_UP_IRQHandler 0000001A
  873. Symbol: TIMER0_UP_IRQHandler
  874. Definitions
  875. At line 276 in file ..\Startup\startup_gd32f10x_md.s
  876. Uses
  877. At line 114 in file ..\Startup\startup_gd32f10x_md.s
  878. At line 229 in file ..\Startup\startup_gd32f10x_md.s
  879. TIMER1_IRQHandler 0000001A
  880. Symbol: TIMER1_IRQHandler
  881. Definitions
  882. At line 279 in file ..\Startup\startup_gd32f10x_md.s
  883. Uses
  884. At line 117 in file ..\Startup\startup_gd32f10x_md.s
  885. At line 232 in file ..\Startup\startup_gd32f10x_md.s
  886. TIMER2_IRQHandler 0000001A
  887. ARM Macro Assembler Page 8 Alphabetic symbol ordering
  888. Relocatable symbols
  889. Symbol: TIMER2_IRQHandler
  890. Definitions
  891. At line 280 in file ..\Startup\startup_gd32f10x_md.s
  892. Uses
  893. At line 118 in file ..\Startup\startup_gd32f10x_md.s
  894. At line 233 in file ..\Startup\startup_gd32f10x_md.s
  895. TIMER3_IRQHandler 0000001A
  896. Symbol: TIMER3_IRQHandler
  897. Definitions
  898. At line 281 in file ..\Startup\startup_gd32f10x_md.s
  899. Uses
  900. At line 119 in file ..\Startup\startup_gd32f10x_md.s
  901. At line 234 in file ..\Startup\startup_gd32f10x_md.s
  902. USART0_IRQHandler 0000001A
  903. Symbol: USART0_IRQHandler
  904. Definitions
  905. At line 288 in file ..\Startup\startup_gd32f10x_md.s
  906. Uses
  907. At line 126 in file ..\Startup\startup_gd32f10x_md.s
  908. At line 241 in file ..\Startup\startup_gd32f10x_md.s
  909. USART1_IRQHandler 0000001A
  910. Symbol: USART1_IRQHandler
  911. Definitions
  912. At line 289 in file ..\Startup\startup_gd32f10x_md.s
  913. Uses
  914. At line 127 in file ..\Startup\startup_gd32f10x_md.s
  915. At line 242 in file ..\Startup\startup_gd32f10x_md.s
  916. USART2_IRQHandler 0000001A
  917. Symbol: USART2_IRQHandler
  918. Definitions
  919. At line 290 in file ..\Startup\startup_gd32f10x_md.s
  920. Uses
  921. At line 128 in file ..\Startup\startup_gd32f10x_md.s
  922. At line 243 in file ..\Startup\startup_gd32f10x_md.s
  923. USBD_HP_CAN0_TX_IRQHandler 0000001A
  924. Symbol: USBD_HP_CAN0_TX_IRQHandler
  925. Definitions
  926. At line 270 in file ..\Startup\startup_gd32f10x_md.s
  927. Uses
  928. At line 108 in file ..\Startup\startup_gd32f10x_md.s
  929. At line 223 in file ..\Startup\startup_gd32f10x_md.s
  930. USBD_LP_CAN0_RX0_IRQHandler 0000001A
  931. Symbol: USBD_LP_CAN0_RX0_IRQHandler
  932. Definitions
  933. At line 271 in file ..\Startup\startup_gd32f10x_md.s
  934. Uses
  935. ARM Macro Assembler Page 9 Alphabetic symbol ordering
  936. Relocatable symbols
  937. At line 109 in file ..\Startup\startup_gd32f10x_md.s
  938. At line 224 in file ..\Startup\startup_gd32f10x_md.s
  939. USBD_WKUP_IRQHandler 0000001A
  940. Symbol: USBD_WKUP_IRQHandler
  941. Definitions
  942. At line 293 in file ..\Startup\startup_gd32f10x_md.s
  943. Uses
  944. At line 131 in file ..\Startup\startup_gd32f10x_md.s
  945. At line 246 in file ..\Startup\startup_gd32f10x_md.s
  946. UsageFault_Handler 00000010
  947. Symbol: UsageFault_Handler
  948. Definitions
  949. At line 177 in file ..\Startup\startup_gd32f10x_md.s
  950. Uses
  951. At line 77 in file ..\Startup\startup_gd32f10x_md.s
  952. At line 178 in file ..\Startup\startup_gd32f10x_md.s
  953. WWDGT_IRQHandler 0000001A
  954. Symbol: WWDGT_IRQHandler
  955. Definitions
  956. At line 251 in file ..\Startup\startup_gd32f10x_md.s
  957. Uses
  958. At line 89 in file ..\Startup\startup_gd32f10x_md.s
  959. At line 204 in file ..\Startup\startup_gd32f10x_md.s
  960. 56 symbols
  961. ARM Macro Assembler Page 1 Alphabetic symbol ordering
  962. Absolute symbols
  963. Heap_Size 00002000
  964. Symbol: Heap_Size
  965. Definitions
  966. At line 54 in file ..\Startup\startup_gd32f10x_md.s
  967. Uses
  968. At line 58 in file ..\Startup\startup_gd32f10x_md.s
  969. Comment: Heap_Size used once
  970. Stack_Size 00001000
  971. Symbol: Stack_Size
  972. Definitions
  973. At line 43 in file ..\Startup\startup_gd32f10x_md.s
  974. Uses
  975. At line 46 in file ..\Startup\startup_gd32f10x_md.s
  976. Comment: Stack_Size used once
  977. __Vectors_Size 00000104
  978. Symbol: __Vectors_Size
  979. Definitions
  980. At line 141 in file ..\Startup\startup_gd32f10x_md.s
  981. Uses
  982. At line 69 in file ..\Startup\startup_gd32f10x_md.s
  983. Comment: __Vectors_Size used once
  984. 3 symbols
  985. ARM Macro Assembler Page 1 Alphabetic symbol ordering
  986. External symbols
  987. SystemInit 00000000
  988. Symbol: SystemInit
  989. Definitions
  990. At line 149 in file ..\Startup\startup_gd32f10x_md.s
  991. Uses
  992. At line 150 in file ..\Startup\startup_gd32f10x_md.s
  993. Comment: SystemInit used once
  994. __main 00000000
  995. Symbol: __main
  996. Definitions
  997. At line 148 in file ..\Startup\startup_gd32f10x_md.s
  998. Uses
  999. At line 152 in file ..\Startup\startup_gd32f10x_md.s
  1000. Comment: __main used once
  1001. 2 symbols
  1002. 407 symbols in table