startup_stm32f10x_hd.lst 61 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694
  1. ARM Macro Assembler Page 1
  2. 1 00000000 ;******************** (C) COPYRIGHT 2010 STMicroelectron
  3. ics ********************
  4. 2 00000000 ;* File Name : startup_stm32f10x_hd.s
  5. 3 00000000 ;* Author : MCD Application Team
  6. 4 00000000 ;* Version : V3.4.0
  7. 5 00000000 ;* Date : 10/15/2010
  8. 6 00000000 ;* Description : STM32F10x High Density Devices v
  9. ector table for MDK-ARM
  10. 7 00000000 ;* toolchain.
  11. 8 00000000 ;* This module performs:
  12. 9 00000000 ;* - Set the initial SP
  13. 10 00000000 ;* - Set the initial PC == Reset_Ha
  14. ndler
  15. 11 00000000 ;* - Set the vector table entries w
  16. ith the exceptions ISR address
  17. 12 00000000 ;* - Configure the clock system and
  18. also configure the external
  19. 13 00000000 ;* SRAM mounted on STM3210E-EVAL
  20. board to be used as data
  21. 14 00000000 ;* memory (optional, to be enable
  22. d by user)
  23. 15 00000000 ;* - Branches to __main in the C li
  24. brary (which eventually
  25. 16 00000000 ;* calls main()).
  26. 17 00000000 ;* After Reset the CortexM3 process
  27. or is in Thread mode,
  28. 18 00000000 ;* priority is Privileged, and the
  29. Stack is set to Main.
  30. 19 00000000 ;* <<< Use Configuration Wizard in Context Menu >>>
  31. 20 00000000 ;*******************************************************
  32. ************************
  33. 21 00000000 ; THE PRESENT FIRMWARE WHICH IS FOR GUIDANCE ONLY AIMS A
  34. T PROVIDING CUSTOMERS
  35. 22 00000000 ; WITH CODING INFORMATION REGARDING THEIR PRODUCTS IN OR
  36. DER FOR THEM TO SAVE TIME.
  37. 23 00000000 ; AS A RESULT, STMICROELECTRONICS SHALL NOT BE HELD LIAB
  38. LE FOR ANY DIRECT,
  39. 24 00000000 ; INDIRECT OR CONSEQUENTIAL DAMAGES WITH RESPECT TO ANY
  40. CLAIMS ARISING FROM THE
  41. 25 00000000 ; CONTENT OF SUCH FIRMWARE AND/OR THE USE MADE BY CUSTOM
  42. ERS OF THE CODING
  43. 26 00000000 ; INFORMATION CONTAINED HEREIN IN CONNECTION WITH THEIR
  44. PRODUCTS.
  45. 27 00000000 ;*******************************************************
  46. ************************
  47. 28 00000000
  48. 29 00000000 ; Amount of memory (in bytes) allocated for Stack
  49. 30 00000000 ; Tailor this value to your application needs
  50. 31 00000000 ; <h> Stack Configuration
  51. 32 00000000 ; <o> Stack Size (in Bytes) <0x0-0xFFFFFFFF:8>
  52. 33 00000000 ; </h>
  53. 34 00000000
  54. 35 00000000 00000400
  55. Stack_Size
  56. EQU 0x00000400
  57. 36 00000000
  58. 37 00000000 AREA STACK, NOINIT, READWRITE, ALIGN
  59. =3
  60. 38 00000000 Stack_Mem
  61. ARM Macro Assembler Page 2
  62. SPACE Stack_Size
  63. 39 00000400 __initial_sp
  64. 40 00000400
  65. 41 00000400 ; <h> Heap Configuration
  66. 42 00000400 ; <o> Heap Size (in Bytes) <0x0-0xFFFFFFFF:8>
  67. 43 00000400 ; </h>
  68. 44 00000400
  69. 45 00000400 00000200
  70. Heap_Size
  71. EQU 0x00000200
  72. 46 00000400
  73. 47 00000400 AREA HEAP, NOINIT, READWRITE, ALIGN=
  74. 3
  75. 48 00000000 __heap_base
  76. 49 00000000 Heap_Mem
  77. SPACE Heap_Size
  78. 50 00000200 __heap_limit
  79. 51 00000200
  80. 52 00000200 PRESERVE8
  81. 53 00000200 THUMB
  82. 54 00000200
  83. 55 00000200
  84. 56 00000200 ; Vector Table Mapped to Address 0 at Reset
  85. 57 00000200 AREA RESET, DATA, READONLY
  86. 58 00000000 EXPORT __Vectors
  87. 59 00000000 EXPORT __Vectors_End
  88. 60 00000000 EXPORT __Vectors_Size
  89. 61 00000000
  90. 62 00000000 00000000
  91. __Vectors
  92. DCD __initial_sp ; Top of Stack
  93. 63 00000004 00000000 DCD Reset_Handler ; Reset Handler
  94. 64 00000008 00000000 DCD NMI_Handler ; NMI Handler
  95. 65 0000000C 00000000 DCD HardFault_Handler ; Hard Fault
  96. Handler
  97. 66 00000010 00000000 DCD MemManage_Handler
  98. ; MPU Fault Handler
  99. 67 00000014 00000000 DCD BusFault_Handler
  100. ; Bus Fault Handler
  101. 68 00000018 00000000 DCD UsageFault_Handler ; Usage Faul
  102. t Handler
  103. 69 0000001C 00000000 DCD 0 ; Reserved
  104. 70 00000020 00000000 DCD 0 ; Reserved
  105. 71 00000024 00000000 DCD 0 ; Reserved
  106. 72 00000028 00000000 DCD 0 ; Reserved
  107. 73 0000002C 00000000 DCD SVC_Handler ; SVCall Handler
  108. 74 00000030 00000000 DCD DebugMon_Handler ; Debug Monito
  109. r Handler
  110. 75 00000034 00000000 DCD 0 ; Reserved
  111. 76 00000038 00000000 DCD PendSV_Handler ; PendSV Handler
  112. 77 0000003C 00000000 DCD SysTick_Handler
  113. ; SysTick Handler
  114. 78 00000040
  115. 79 00000040 ; External Interrupts
  116. 80 00000040 00000000 DCD WWDG_IRQHandler
  117. ; Window Watchdog
  118. ARM Macro Assembler Page 3
  119. 81 00000044 00000000 DCD PVD_IRQHandler ; PVD through EX
  120. TI Line detect
  121. 82 00000048 00000000 DCD TAMPER_IRQHandler ; Tamper
  122. 83 0000004C 00000000 DCD RTC_IRQHandler ; RTC
  123. 84 00000050 00000000 DCD FLASH_IRQHandler ; Flash
  124. 85 00000054 00000000 DCD RCC_IRQHandler ; RCC
  125. 86 00000058 00000000 DCD EXTI0_IRQHandler ; EXTI Line 0
  126. 87 0000005C 00000000 DCD EXTI1_IRQHandler ; EXTI Line 1
  127. 88 00000060 00000000 DCD EXTI2_IRQHandler ; EXTI Line 2
  128. 89 00000064 00000000 DCD EXTI3_IRQHandler ; EXTI Line 3
  129. 90 00000068 00000000 DCD EXTI4_IRQHandler ; EXTI Line 4
  130. 91 0000006C 00000000 DCD DMA1_Channel1_IRQHandler
  131. ; DMA1 Channel 1
  132. 92 00000070 00000000 DCD DMA1_Channel2_IRQHandler
  133. ; DMA1 Channel 2
  134. 93 00000074 00000000 DCD DMA1_Channel3_IRQHandler
  135. ; DMA1 Channel 3
  136. 94 00000078 00000000 DCD DMA1_Channel4_IRQHandler
  137. ; DMA1 Channel 4
  138. 95 0000007C 00000000 DCD DMA1_Channel5_IRQHandler
  139. ; DMA1 Channel 5
  140. 96 00000080 00000000 DCD DMA1_Channel6_IRQHandler
  141. ; DMA1 Channel 6
  142. 97 00000084 00000000 DCD DMA1_Channel7_IRQHandler
  143. ; DMA1 Channel 7
  144. 98 00000088 00000000 DCD ADC1_2_IRQHandler ; ADC1 & ADC2
  145. 99 0000008C 00000000 DCD USB_HP_CAN1_TX_IRQHandler ; USB
  146. High Priority or C
  147. AN1 TX
  148. 100 00000090 00000000 DCD USB_LP_CAN1_RX0_IRQHandler ; US
  149. B Low Priority or
  150. CAN1 RX0
  151. 101 00000094 00000000 DCD CAN1_RX1_IRQHandler ; CAN1 RX1
  152. 102 00000098 00000000 DCD CAN1_SCE_IRQHandler ; CAN1 SCE
  153. 103 0000009C 00000000 DCD EXTI9_5_IRQHandler
  154. ; EXTI Line 9..5
  155. 104 000000A0 00000000 DCD TIM1_BRK_IRQHandler
  156. ; TIM1 Break
  157. 105 000000A4 00000000 DCD TIM1_UP_IRQHandler
  158. ; TIM1 Update
  159. 106 000000A8 00000000 DCD TIM1_TRG_COM_IRQHandler ; TIM1
  160. Trigger and Commuta
  161. tion
  162. 107 000000AC 00000000 DCD TIM1_CC_IRQHandler ; TIM1 Captu
  163. re Compare
  164. 108 000000B0 00000000 DCD TIM2_IRQHandler ; TIM2
  165. 109 000000B4 00000000 DCD TIM3_IRQHandler ; TIM3
  166. 110 000000B8 00000000 DCD TIM4_IRQHandler ; TIM4
  167. 111 000000BC 00000000 DCD I2C1_EV_IRQHandler ; I2C1 Event
  168. 112 000000C0 00000000 DCD I2C1_ER_IRQHandler ; I2C1 Error
  169. 113 000000C4 00000000 DCD I2C2_EV_IRQHandler ; I2C2 Event
  170. 114 000000C8 00000000 DCD I2C2_ER_IRQHandler ; I2C2 Error
  171. 115 000000CC 00000000 DCD SPI1_IRQHandler ; SPI1
  172. 116 000000D0 00000000 DCD SPI2_IRQHandler ; SPI2
  173. ARM Macro Assembler Page 4
  174. 117 000000D4 00000000 DCD USART1_IRQHandler ; USART1
  175. 118 000000D8 00000000 DCD USART2_IRQHandler ; USART2
  176. 119 000000DC 00000000 DCD USART3_IRQHandler ; USART3
  177. 120 000000E0 00000000 DCD EXTI15_10_IRQHandler
  178. ; EXTI Line 15..10
  179. 121 000000E4 00000000 DCD RTCAlarm_IRQHandler ; RTC Alarm
  180. through EXTI Line
  181. 122 000000E8 00000000 DCD USBWakeUp_IRQHandler ; USB Wake
  182. up from suspend
  183. 123 000000EC 00000000 DCD TIM8_BRK_IRQHandler
  184. ; TIM8 Break
  185. 124 000000F0 00000000 DCD TIM8_UP_IRQHandler
  186. ; TIM8 Update
  187. 125 000000F4 00000000 DCD TIM8_TRG_COM_IRQHandler ; TIM8
  188. Trigger and Commuta
  189. tion
  190. 126 000000F8 00000000 DCD TIM8_CC_IRQHandler ; TIM8 Captu
  191. re Compare
  192. 127 000000FC 00000000 DCD ADC3_IRQHandler ; ADC3
  193. 128 00000100 00000000 DCD FSMC_IRQHandler ; FSMC
  194. 129 00000104 00000000 DCD SDIO_IRQHandler ; SDIO
  195. 130 00000108 00000000 DCD TIM5_IRQHandler ; TIM5
  196. 131 0000010C 00000000 DCD SPI3_IRQHandler ; SPI3
  197. 132 00000110 00000000 DCD UART4_IRQHandler ; UART4
  198. 133 00000114 00000000 DCD UART5_IRQHandler ; UART5
  199. 134 00000118 00000000 DCD TIM6_IRQHandler ; TIM6
  200. 135 0000011C 00000000 DCD TIM7_IRQHandler ; TIM7
  201. 136 00000120 00000000 DCD DMA2_Channel1_IRQHandler
  202. ; DMA2 Channel1
  203. 137 00000124 00000000 DCD DMA2_Channel2_IRQHandler
  204. ; DMA2 Channel2
  205. 138 00000128 00000000 DCD DMA2_Channel3_IRQHandler
  206. ; DMA2 Channel3
  207. 139 0000012C 00000000 DCD DMA2_Channel4_5_IRQHandler ; DM
  208. A2 Channel4 & Chann
  209. el5
  210. 140 00000130 __Vectors_End
  211. 141 00000130
  212. 142 00000130 00000130
  213. __Vectors_Size
  214. EQU __Vectors_End - __Vectors
  215. 143 00000130
  216. 144 00000130 AREA |.text|, CODE, READONLY
  217. 145 00000000
  218. 146 00000000 ; Reset handler
  219. 147 00000000 Reset_Handler
  220. PROC
  221. 148 00000000 EXPORT Reset_Handler [WEAK
  222. ]
  223. 149 00000000 IMPORT __main
  224. 150 00000000 IMPORT SystemInit
  225. 151 00000000 4806 LDR R0, =SystemInit
  226. 152 00000002 4780 BLX R0
  227. 153 00000004 4806 LDR R0, =__main
  228. 154 00000006 4700 BX R0
  229. 155 00000008 ENDP
  230. 156 00000008
  231. 157 00000008 ; Dummy Exception Handlers (infinite loops which can be
  232. modified)
  233. ARM Macro Assembler Page 5
  234. 158 00000008
  235. 159 00000008 NMI_Handler
  236. PROC
  237. 160 00000008 EXPORT NMI_Handler [WEA
  238. K]
  239. 161 00000008 E7FE B .
  240. 162 0000000A ENDP
  241. 164 0000000A HardFault_Handler
  242. PROC
  243. 165 0000000A EXPORT HardFault_Handler [WEA
  244. K]
  245. 166 0000000A E7FE B .
  246. 167 0000000C ENDP
  247. 169 0000000C MemManage_Handler
  248. PROC
  249. 170 0000000C EXPORT MemManage_Handler [WEA
  250. K]
  251. 171 0000000C E7FE B .
  252. 172 0000000E ENDP
  253. 174 0000000E BusFault_Handler
  254. PROC
  255. 175 0000000E EXPORT BusFault_Handler [WEA
  256. K]
  257. 176 0000000E E7FE B .
  258. 177 00000010 ENDP
  259. 179 00000010 UsageFault_Handler
  260. PROC
  261. 180 00000010 EXPORT UsageFault_Handler [WEA
  262. K]
  263. 181 00000010 E7FE B .
  264. 182 00000012 ENDP
  265. 183 00000012 SVC_Handler
  266. PROC
  267. 184 00000012 EXPORT SVC_Handler [WEA
  268. K]
  269. 185 00000012 E7FE B .
  270. 186 00000014 ENDP
  271. 188 00000014 DebugMon_Handler
  272. PROC
  273. 189 00000014 EXPORT DebugMon_Handler [WEA
  274. K]
  275. 190 00000014 E7FE B .
  276. 191 00000016 ENDP
  277. 192 00000016 PendSV_Handler
  278. PROC
  279. 193 00000016 EXPORT PendSV_Handler [WEA
  280. K]
  281. 194 00000016 E7FE B .
  282. 195 00000018 ENDP
  283. 196 00000018 SysTick_Handler
  284. PROC
  285. 197 00000018 EXPORT SysTick_Handler [WEA
  286. K]
  287. 198 00000018 E7FE B .
  288. 199 0000001A ENDP
  289. 200 0000001A
  290. 201 0000001A Default_Handler
  291. PROC
  292. 202 0000001A
  293. ARM Macro Assembler Page 6
  294. 203 0000001A EXPORT WWDG_IRQHandler [WEA
  295. K]
  296. 204 0000001A EXPORT PVD_IRQHandler [WEA
  297. K]
  298. 205 0000001A EXPORT TAMPER_IRQHandler [WEA
  299. K]
  300. 206 0000001A EXPORT RTC_IRQHandler [WEA
  301. K]
  302. 207 0000001A EXPORT FLASH_IRQHandler [WEA
  303. K]
  304. 208 0000001A EXPORT RCC_IRQHandler [WEA
  305. K]
  306. 209 0000001A EXPORT EXTI0_IRQHandler [WEA
  307. K]
  308. 210 0000001A EXPORT EXTI1_IRQHandler [WEA
  309. K]
  310. 211 0000001A EXPORT EXTI2_IRQHandler [WEA
  311. K]
  312. 212 0000001A EXPORT EXTI3_IRQHandler [WEA
  313. K]
  314. 213 0000001A EXPORT EXTI4_IRQHandler [WEA
  315. K]
  316. 214 0000001A EXPORT DMA1_Channel1_IRQHandler [WEA
  317. K]
  318. 215 0000001A EXPORT DMA1_Channel2_IRQHandler [WEA
  319. K]
  320. 216 0000001A EXPORT DMA1_Channel3_IRQHandler [WEA
  321. K]
  322. 217 0000001A EXPORT DMA1_Channel4_IRQHandler [WEA
  323. K]
  324. 218 0000001A EXPORT DMA1_Channel5_IRQHandler [WEA
  325. K]
  326. 219 0000001A EXPORT DMA1_Channel6_IRQHandler [WEA
  327. K]
  328. 220 0000001A EXPORT DMA1_Channel7_IRQHandler [WEA
  329. K]
  330. 221 0000001A EXPORT ADC1_2_IRQHandler [WEA
  331. K]
  332. 222 0000001A EXPORT USB_HP_CAN1_TX_IRQHandler [WEA
  333. K]
  334. 223 0000001A EXPORT USB_LP_CAN1_RX0_IRQHandler [WEA
  335. K]
  336. 224 0000001A EXPORT CAN1_RX1_IRQHandler [WEA
  337. K]
  338. 225 0000001A EXPORT CAN1_SCE_IRQHandler [WEA
  339. K]
  340. 226 0000001A EXPORT EXTI9_5_IRQHandler [WEA
  341. K]
  342. 227 0000001A EXPORT TIM1_BRK_IRQHandler [WEA
  343. K]
  344. 228 0000001A EXPORT TIM1_UP_IRQHandler [WEA
  345. K]
  346. 229 0000001A EXPORT TIM1_TRG_COM_IRQHandler [WEA
  347. K]
  348. 230 0000001A EXPORT TIM1_CC_IRQHandler [WEA
  349. K]
  350. 231 0000001A EXPORT TIM2_IRQHandler [WEA
  351. K]
  352. 232 0000001A EXPORT TIM3_IRQHandler [WEA
  353. ARM Macro Assembler Page 7
  354. K]
  355. 233 0000001A EXPORT TIM4_IRQHandler [WEA
  356. K]
  357. 234 0000001A EXPORT I2C1_EV_IRQHandler [WEA
  358. K]
  359. 235 0000001A EXPORT I2C1_ER_IRQHandler [WEA
  360. K]
  361. 236 0000001A EXPORT I2C2_EV_IRQHandler [WEA
  362. K]
  363. 237 0000001A EXPORT I2C2_ER_IRQHandler [WEA
  364. K]
  365. 238 0000001A EXPORT SPI1_IRQHandler [WEA
  366. K]
  367. 239 0000001A EXPORT SPI2_IRQHandler [WEA
  368. K]
  369. 240 0000001A EXPORT USART1_IRQHandler [WEA
  370. K]
  371. 241 0000001A EXPORT USART2_IRQHandler [WEA
  372. K]
  373. 242 0000001A EXPORT USART3_IRQHandler [WEA
  374. K]
  375. 243 0000001A EXPORT EXTI15_10_IRQHandler [WEA
  376. K]
  377. 244 0000001A EXPORT RTCAlarm_IRQHandler [WEA
  378. K]
  379. 245 0000001A EXPORT USBWakeUp_IRQHandler [WEA
  380. K]
  381. 246 0000001A EXPORT TIM8_BRK_IRQHandler [WEA
  382. K]
  383. 247 0000001A EXPORT TIM8_UP_IRQHandler [WEA
  384. K]
  385. 248 0000001A EXPORT TIM8_TRG_COM_IRQHandler [WEA
  386. K]
  387. 249 0000001A EXPORT TIM8_CC_IRQHandler [WEA
  388. K]
  389. 250 0000001A EXPORT ADC3_IRQHandler [WEA
  390. K]
  391. 251 0000001A EXPORT FSMC_IRQHandler [WEA
  392. K]
  393. 252 0000001A EXPORT SDIO_IRQHandler [WEA
  394. K]
  395. 253 0000001A EXPORT TIM5_IRQHandler [WEA
  396. K]
  397. 254 0000001A EXPORT SPI3_IRQHandler [WEA
  398. K]
  399. 255 0000001A EXPORT UART4_IRQHandler [WEA
  400. K]
  401. 256 0000001A EXPORT UART5_IRQHandler [WEA
  402. K]
  403. 257 0000001A EXPORT TIM6_IRQHandler [WEA
  404. K]
  405. 258 0000001A EXPORT TIM7_IRQHandler [WEA
  406. K]
  407. 259 0000001A EXPORT DMA2_Channel1_IRQHandler [WEA
  408. K]
  409. 260 0000001A EXPORT DMA2_Channel2_IRQHandler [WEA
  410. K]
  411. 261 0000001A EXPORT DMA2_Channel3_IRQHandler [WEA
  412. K]
  413. ARM Macro Assembler Page 8
  414. 262 0000001A EXPORT DMA2_Channel4_5_IRQHandler [WEA
  415. K]
  416. 263 0000001A
  417. 264 0000001A WWDG_IRQHandler
  418. 265 0000001A PVD_IRQHandler
  419. 266 0000001A TAMPER_IRQHandler
  420. 267 0000001A RTC_IRQHandler
  421. 268 0000001A FLASH_IRQHandler
  422. 269 0000001A RCC_IRQHandler
  423. 270 0000001A EXTI0_IRQHandler
  424. 271 0000001A EXTI1_IRQHandler
  425. 272 0000001A EXTI2_IRQHandler
  426. 273 0000001A EXTI3_IRQHandler
  427. 274 0000001A EXTI4_IRQHandler
  428. 275 0000001A DMA1_Channel1_IRQHandler
  429. 276 0000001A DMA1_Channel2_IRQHandler
  430. 277 0000001A DMA1_Channel3_IRQHandler
  431. 278 0000001A DMA1_Channel4_IRQHandler
  432. 279 0000001A DMA1_Channel5_IRQHandler
  433. 280 0000001A DMA1_Channel6_IRQHandler
  434. 281 0000001A DMA1_Channel7_IRQHandler
  435. 282 0000001A ADC1_2_IRQHandler
  436. 283 0000001A USB_HP_CAN1_TX_IRQHandler
  437. 284 0000001A USB_LP_CAN1_RX0_IRQHandler
  438. 285 0000001A CAN1_RX1_IRQHandler
  439. 286 0000001A CAN1_SCE_IRQHandler
  440. 287 0000001A EXTI9_5_IRQHandler
  441. 288 0000001A TIM1_BRK_IRQHandler
  442. 289 0000001A TIM1_UP_IRQHandler
  443. 290 0000001A TIM1_TRG_COM_IRQHandler
  444. 291 0000001A TIM1_CC_IRQHandler
  445. 292 0000001A TIM2_IRQHandler
  446. 293 0000001A TIM3_IRQHandler
  447. 294 0000001A TIM4_IRQHandler
  448. 295 0000001A I2C1_EV_IRQHandler
  449. 296 0000001A I2C1_ER_IRQHandler
  450. 297 0000001A I2C2_EV_IRQHandler
  451. 298 0000001A I2C2_ER_IRQHandler
  452. 299 0000001A SPI1_IRQHandler
  453. 300 0000001A SPI2_IRQHandler
  454. 301 0000001A USART1_IRQHandler
  455. 302 0000001A USART2_IRQHandler
  456. 303 0000001A USART3_IRQHandler
  457. 304 0000001A EXTI15_10_IRQHandler
  458. 305 0000001A RTCAlarm_IRQHandler
  459. 306 0000001A USBWakeUp_IRQHandler
  460. 307 0000001A TIM8_BRK_IRQHandler
  461. 308 0000001A TIM8_UP_IRQHandler
  462. 309 0000001A TIM8_TRG_COM_IRQHandler
  463. 310 0000001A TIM8_CC_IRQHandler
  464. 311 0000001A ADC3_IRQHandler
  465. 312 0000001A FSMC_IRQHandler
  466. 313 0000001A SDIO_IRQHandler
  467. 314 0000001A TIM5_IRQHandler
  468. 315 0000001A SPI3_IRQHandler
  469. 316 0000001A UART4_IRQHandler
  470. 317 0000001A UART5_IRQHandler
  471. 318 0000001A TIM6_IRQHandler
  472. 319 0000001A TIM7_IRQHandler
  473. ARM Macro Assembler Page 9
  474. 320 0000001A DMA2_Channel1_IRQHandler
  475. 321 0000001A DMA2_Channel2_IRQHandler
  476. 322 0000001A DMA2_Channel3_IRQHandler
  477. 323 0000001A DMA2_Channel4_5_IRQHandler
  478. 324 0000001A E7FE B .
  479. 325 0000001C
  480. 326 0000001C ENDP
  481. 327 0000001C
  482. 328 0000001C ALIGN
  483. 329 0000001C
  484. 330 0000001C ;*******************************************************
  485. ************************
  486. 331 0000001C ; User Stack and Heap initialization
  487. 332 0000001C ;*******************************************************
  488. ************************
  489. 333 0000001C IF :DEF:__MICROLIB
  490. 334 0000001C
  491. 335 0000001C EXPORT __initial_sp
  492. 336 0000001C EXPORT __heap_base
  493. 337 0000001C EXPORT __heap_limit
  494. 338 0000001C
  495. 339 0000001C ELSE
  496. 354 ENDIF
  497. 355 0000001C
  498. 356 0000001C END
  499. 00000000
  500. 00000000
  501. Command Line: --debug --xref --cpu=Cortex-M3 --apcs=interwork --depend=.\obj\st
  502. artup_stm32f10x_hd.d -o.\obj\startup_stm32f10x_hd.o -ID:\Keil\ARM\RV31\INC -ID:
  503. \Keil\ARM\CMSIS\Include -ID:\Keil\ARM\Inc\ST\STM32F10x --predefine="__RTX SETA
  504. 1" --predefine="__MICROLIB SETA 1" --list=.\list\startup_stm32f10x_hd.lst ..\Li
  505. braries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\startup\arm\startup_stm32f10x_hd.s
  506. ARM Macro Assembler Page 1 Alphabetic symbol ordering
  507. Relocatable symbols
  508. STACK 00000000
  509. Symbol: STACK
  510. Definitions
  511. At line 37 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\star
  512. tup\arm\startup_stm32f10x_hd.s
  513. Uses
  514. None
  515. Comment: STACK unused
  516. Stack_Mem 00000000
  517. Symbol: Stack_Mem
  518. Definitions
  519. At line 38 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\star
  520. tup\arm\startup_stm32f10x_hd.s
  521. Uses
  522. None
  523. Comment: Stack_Mem unused
  524. __initial_sp 00000400
  525. Symbol: __initial_sp
  526. Definitions
  527. At line 39 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\star
  528. tup\arm\startup_stm32f10x_hd.s
  529. Uses
  530. At line 62 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\star
  531. tup\arm\startup_stm32f10x_hd.s
  532. At line 335 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  533. rtup\arm\startup_stm32f10x_hd.s
  534. 3 symbols
  535. ARM Macro Assembler Page 1 Alphabetic symbol ordering
  536. Relocatable symbols
  537. HEAP 00000000
  538. Symbol: HEAP
  539. Definitions
  540. At line 47 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\star
  541. tup\arm\startup_stm32f10x_hd.s
  542. Uses
  543. None
  544. Comment: HEAP unused
  545. Heap_Mem 00000000
  546. Symbol: Heap_Mem
  547. Definitions
  548. At line 49 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\star
  549. tup\arm\startup_stm32f10x_hd.s
  550. Uses
  551. None
  552. Comment: Heap_Mem unused
  553. __heap_base 00000000
  554. Symbol: __heap_base
  555. Definitions
  556. At line 48 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\star
  557. tup\arm\startup_stm32f10x_hd.s
  558. Uses
  559. At line 336 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  560. rtup\arm\startup_stm32f10x_hd.s
  561. Comment: __heap_base used once
  562. __heap_limit 00000200
  563. Symbol: __heap_limit
  564. Definitions
  565. At line 50 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\star
  566. tup\arm\startup_stm32f10x_hd.s
  567. Uses
  568. At line 337 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  569. rtup\arm\startup_stm32f10x_hd.s
  570. Comment: __heap_limit used once
  571. 4 symbols
  572. ARM Macro Assembler Page 1 Alphabetic symbol ordering
  573. Relocatable symbols
  574. RESET 00000000
  575. Symbol: RESET
  576. Definitions
  577. At line 57 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\star
  578. tup\arm\startup_stm32f10x_hd.s
  579. Uses
  580. None
  581. Comment: RESET unused
  582. __Vectors 00000000
  583. Symbol: __Vectors
  584. Definitions
  585. At line 62 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\star
  586. tup\arm\startup_stm32f10x_hd.s
  587. Uses
  588. At line 58 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\star
  589. tup\arm\startup_stm32f10x_hd.s
  590. At line 142 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  591. rtup\arm\startup_stm32f10x_hd.s
  592. __Vectors_End 00000130
  593. Symbol: __Vectors_End
  594. Definitions
  595. At line 140 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  596. rtup\arm\startup_stm32f10x_hd.s
  597. Uses
  598. At line 59 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\star
  599. tup\arm\startup_stm32f10x_hd.s
  600. At line 142 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  601. rtup\arm\startup_stm32f10x_hd.s
  602. 3 symbols
  603. ARM Macro Assembler Page 1 Alphabetic symbol ordering
  604. Relocatable symbols
  605. .text 00000000
  606. Symbol: .text
  607. Definitions
  608. At line 144 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  609. rtup\arm\startup_stm32f10x_hd.s
  610. Uses
  611. None
  612. Comment: .text unused
  613. ADC1_2_IRQHandler 0000001A
  614. Symbol: ADC1_2_IRQHandler
  615. Definitions
  616. At line 282 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  617. rtup\arm\startup_stm32f10x_hd.s
  618. Uses
  619. At line 98 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\star
  620. tup\arm\startup_stm32f10x_hd.s
  621. At line 221 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  622. rtup\arm\startup_stm32f10x_hd.s
  623. ADC3_IRQHandler 0000001A
  624. Symbol: ADC3_IRQHandler
  625. Definitions
  626. At line 311 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  627. rtup\arm\startup_stm32f10x_hd.s
  628. Uses
  629. At line 127 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  630. rtup\arm\startup_stm32f10x_hd.s
  631. At line 250 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  632. rtup\arm\startup_stm32f10x_hd.s
  633. BusFault_Handler 0000000E
  634. Symbol: BusFault_Handler
  635. Definitions
  636. At line 174 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  637. rtup\arm\startup_stm32f10x_hd.s
  638. Uses
  639. At line 67 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\star
  640. tup\arm\startup_stm32f10x_hd.s
  641. At line 175 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  642. rtup\arm\startup_stm32f10x_hd.s
  643. CAN1_RX1_IRQHandler 0000001A
  644. Symbol: CAN1_RX1_IRQHandler
  645. Definitions
  646. At line 285 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  647. rtup\arm\startup_stm32f10x_hd.s
  648. Uses
  649. At line 101 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  650. rtup\arm\startup_stm32f10x_hd.s
  651. At line 224 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  652. rtup\arm\startup_stm32f10x_hd.s
  653. CAN1_SCE_IRQHandler 0000001A
  654. ARM Macro Assembler Page 2 Alphabetic symbol ordering
  655. Relocatable symbols
  656. Symbol: CAN1_SCE_IRQHandler
  657. Definitions
  658. At line 286 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  659. rtup\arm\startup_stm32f10x_hd.s
  660. Uses
  661. At line 102 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  662. rtup\arm\startup_stm32f10x_hd.s
  663. At line 225 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  664. rtup\arm\startup_stm32f10x_hd.s
  665. DMA1_Channel1_IRQHandler 0000001A
  666. Symbol: DMA1_Channel1_IRQHandler
  667. Definitions
  668. At line 275 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  669. rtup\arm\startup_stm32f10x_hd.s
  670. Uses
  671. At line 91 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\star
  672. tup\arm\startup_stm32f10x_hd.s
  673. At line 214 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  674. rtup\arm\startup_stm32f10x_hd.s
  675. DMA1_Channel2_IRQHandler 0000001A
  676. Symbol: DMA1_Channel2_IRQHandler
  677. Definitions
  678. At line 276 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  679. rtup\arm\startup_stm32f10x_hd.s
  680. Uses
  681. At line 92 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\star
  682. tup\arm\startup_stm32f10x_hd.s
  683. At line 215 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  684. rtup\arm\startup_stm32f10x_hd.s
  685. DMA1_Channel3_IRQHandler 0000001A
  686. Symbol: DMA1_Channel3_IRQHandler
  687. Definitions
  688. At line 277 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  689. rtup\arm\startup_stm32f10x_hd.s
  690. Uses
  691. At line 93 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\star
  692. tup\arm\startup_stm32f10x_hd.s
  693. At line 216 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  694. rtup\arm\startup_stm32f10x_hd.s
  695. DMA1_Channel4_IRQHandler 0000001A
  696. Symbol: DMA1_Channel4_IRQHandler
  697. Definitions
  698. At line 278 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  699. rtup\arm\startup_stm32f10x_hd.s
  700. Uses
  701. At line 94 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\star
  702. tup\arm\startup_stm32f10x_hd.s
  703. At line 217 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  704. rtup\arm\startup_stm32f10x_hd.s
  705. DMA1_Channel5_IRQHandler 0000001A
  706. ARM Macro Assembler Page 3 Alphabetic symbol ordering
  707. Relocatable symbols
  708. Symbol: DMA1_Channel5_IRQHandler
  709. Definitions
  710. At line 279 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  711. rtup\arm\startup_stm32f10x_hd.s
  712. Uses
  713. At line 95 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\star
  714. tup\arm\startup_stm32f10x_hd.s
  715. At line 218 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  716. rtup\arm\startup_stm32f10x_hd.s
  717. DMA1_Channel6_IRQHandler 0000001A
  718. Symbol: DMA1_Channel6_IRQHandler
  719. Definitions
  720. At line 280 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  721. rtup\arm\startup_stm32f10x_hd.s
  722. Uses
  723. At line 96 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\star
  724. tup\arm\startup_stm32f10x_hd.s
  725. At line 219 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  726. rtup\arm\startup_stm32f10x_hd.s
  727. DMA1_Channel7_IRQHandler 0000001A
  728. Symbol: DMA1_Channel7_IRQHandler
  729. Definitions
  730. At line 281 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  731. rtup\arm\startup_stm32f10x_hd.s
  732. Uses
  733. At line 97 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\star
  734. tup\arm\startup_stm32f10x_hd.s
  735. At line 220 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  736. rtup\arm\startup_stm32f10x_hd.s
  737. DMA2_Channel1_IRQHandler 0000001A
  738. Symbol: DMA2_Channel1_IRQHandler
  739. Definitions
  740. At line 320 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  741. rtup\arm\startup_stm32f10x_hd.s
  742. Uses
  743. At line 136 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  744. rtup\arm\startup_stm32f10x_hd.s
  745. At line 259 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  746. rtup\arm\startup_stm32f10x_hd.s
  747. DMA2_Channel2_IRQHandler 0000001A
  748. Symbol: DMA2_Channel2_IRQHandler
  749. Definitions
  750. At line 321 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  751. rtup\arm\startup_stm32f10x_hd.s
  752. Uses
  753. At line 137 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  754. rtup\arm\startup_stm32f10x_hd.s
  755. At line 260 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  756. rtup\arm\startup_stm32f10x_hd.s
  757. ARM Macro Assembler Page 4 Alphabetic symbol ordering
  758. Relocatable symbols
  759. DMA2_Channel3_IRQHandler 0000001A
  760. Symbol: DMA2_Channel3_IRQHandler
  761. Definitions
  762. At line 322 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  763. rtup\arm\startup_stm32f10x_hd.s
  764. Uses
  765. At line 138 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  766. rtup\arm\startup_stm32f10x_hd.s
  767. At line 261 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  768. rtup\arm\startup_stm32f10x_hd.s
  769. DMA2_Channel4_5_IRQHandler 0000001A
  770. Symbol: DMA2_Channel4_5_IRQHandler
  771. Definitions
  772. At line 323 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  773. rtup\arm\startup_stm32f10x_hd.s
  774. Uses
  775. At line 139 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  776. rtup\arm\startup_stm32f10x_hd.s
  777. At line 262 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  778. rtup\arm\startup_stm32f10x_hd.s
  779. DebugMon_Handler 00000014
  780. Symbol: DebugMon_Handler
  781. Definitions
  782. At line 188 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  783. rtup\arm\startup_stm32f10x_hd.s
  784. Uses
  785. At line 74 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\star
  786. tup\arm\startup_stm32f10x_hd.s
  787. At line 189 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  788. rtup\arm\startup_stm32f10x_hd.s
  789. Default_Handler 0000001A
  790. Symbol: Default_Handler
  791. Definitions
  792. At line 201 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  793. rtup\arm\startup_stm32f10x_hd.s
  794. Uses
  795. None
  796. Comment: Default_Handler unused
  797. EXTI0_IRQHandler 0000001A
  798. Symbol: EXTI0_IRQHandler
  799. Definitions
  800. At line 270 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  801. rtup\arm\startup_stm32f10x_hd.s
  802. Uses
  803. At line 86 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\star
  804. tup\arm\startup_stm32f10x_hd.s
  805. At line 209 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  806. rtup\arm\startup_stm32f10x_hd.s
  807. EXTI15_10_IRQHandler 0000001A
  808. ARM Macro Assembler Page 5 Alphabetic symbol ordering
  809. Relocatable symbols
  810. Symbol: EXTI15_10_IRQHandler
  811. Definitions
  812. At line 304 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  813. rtup\arm\startup_stm32f10x_hd.s
  814. Uses
  815. At line 120 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  816. rtup\arm\startup_stm32f10x_hd.s
  817. At line 243 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  818. rtup\arm\startup_stm32f10x_hd.s
  819. EXTI1_IRQHandler 0000001A
  820. Symbol: EXTI1_IRQHandler
  821. Definitions
  822. At line 271 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  823. rtup\arm\startup_stm32f10x_hd.s
  824. Uses
  825. At line 87 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\star
  826. tup\arm\startup_stm32f10x_hd.s
  827. At line 210 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  828. rtup\arm\startup_stm32f10x_hd.s
  829. EXTI2_IRQHandler 0000001A
  830. Symbol: EXTI2_IRQHandler
  831. Definitions
  832. At line 272 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  833. rtup\arm\startup_stm32f10x_hd.s
  834. Uses
  835. At line 88 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\star
  836. tup\arm\startup_stm32f10x_hd.s
  837. At line 211 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  838. rtup\arm\startup_stm32f10x_hd.s
  839. EXTI3_IRQHandler 0000001A
  840. Symbol: EXTI3_IRQHandler
  841. Definitions
  842. At line 273 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  843. rtup\arm\startup_stm32f10x_hd.s
  844. Uses
  845. At line 89 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\star
  846. tup\arm\startup_stm32f10x_hd.s
  847. At line 212 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  848. rtup\arm\startup_stm32f10x_hd.s
  849. EXTI4_IRQHandler 0000001A
  850. Symbol: EXTI4_IRQHandler
  851. Definitions
  852. At line 274 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  853. rtup\arm\startup_stm32f10x_hd.s
  854. Uses
  855. At line 90 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\star
  856. tup\arm\startup_stm32f10x_hd.s
  857. At line 213 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  858. rtup\arm\startup_stm32f10x_hd.s
  859. EXTI9_5_IRQHandler 0000001A
  860. ARM Macro Assembler Page 6 Alphabetic symbol ordering
  861. Relocatable symbols
  862. Symbol: EXTI9_5_IRQHandler
  863. Definitions
  864. At line 287 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  865. rtup\arm\startup_stm32f10x_hd.s
  866. Uses
  867. At line 103 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  868. rtup\arm\startup_stm32f10x_hd.s
  869. At line 226 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  870. rtup\arm\startup_stm32f10x_hd.s
  871. FLASH_IRQHandler 0000001A
  872. Symbol: FLASH_IRQHandler
  873. Definitions
  874. At line 268 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  875. rtup\arm\startup_stm32f10x_hd.s
  876. Uses
  877. At line 84 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\star
  878. tup\arm\startup_stm32f10x_hd.s
  879. At line 207 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  880. rtup\arm\startup_stm32f10x_hd.s
  881. FSMC_IRQHandler 0000001A
  882. Symbol: FSMC_IRQHandler
  883. Definitions
  884. At line 312 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  885. rtup\arm\startup_stm32f10x_hd.s
  886. Uses
  887. At line 128 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  888. rtup\arm\startup_stm32f10x_hd.s
  889. At line 251 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  890. rtup\arm\startup_stm32f10x_hd.s
  891. HardFault_Handler 0000000A
  892. Symbol: HardFault_Handler
  893. Definitions
  894. At line 164 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  895. rtup\arm\startup_stm32f10x_hd.s
  896. Uses
  897. At line 65 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\star
  898. tup\arm\startup_stm32f10x_hd.s
  899. At line 165 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  900. rtup\arm\startup_stm32f10x_hd.s
  901. I2C1_ER_IRQHandler 0000001A
  902. Symbol: I2C1_ER_IRQHandler
  903. Definitions
  904. At line 296 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  905. rtup\arm\startup_stm32f10x_hd.s
  906. Uses
  907. At line 112 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  908. rtup\arm\startup_stm32f10x_hd.s
  909. At line 235 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  910. rtup\arm\startup_stm32f10x_hd.s
  911. ARM Macro Assembler Page 7 Alphabetic symbol ordering
  912. Relocatable symbols
  913. I2C1_EV_IRQHandler 0000001A
  914. Symbol: I2C1_EV_IRQHandler
  915. Definitions
  916. At line 295 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  917. rtup\arm\startup_stm32f10x_hd.s
  918. Uses
  919. At line 111 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  920. rtup\arm\startup_stm32f10x_hd.s
  921. At line 234 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  922. rtup\arm\startup_stm32f10x_hd.s
  923. I2C2_ER_IRQHandler 0000001A
  924. Symbol: I2C2_ER_IRQHandler
  925. Definitions
  926. At line 298 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  927. rtup\arm\startup_stm32f10x_hd.s
  928. Uses
  929. At line 114 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  930. rtup\arm\startup_stm32f10x_hd.s
  931. At line 237 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  932. rtup\arm\startup_stm32f10x_hd.s
  933. I2C2_EV_IRQHandler 0000001A
  934. Symbol: I2C2_EV_IRQHandler
  935. Definitions
  936. At line 297 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  937. rtup\arm\startup_stm32f10x_hd.s
  938. Uses
  939. At line 113 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  940. rtup\arm\startup_stm32f10x_hd.s
  941. At line 236 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  942. rtup\arm\startup_stm32f10x_hd.s
  943. MemManage_Handler 0000000C
  944. Symbol: MemManage_Handler
  945. Definitions
  946. At line 169 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  947. rtup\arm\startup_stm32f10x_hd.s
  948. Uses
  949. At line 66 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\star
  950. tup\arm\startup_stm32f10x_hd.s
  951. At line 170 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  952. rtup\arm\startup_stm32f10x_hd.s
  953. NMI_Handler 00000008
  954. Symbol: NMI_Handler
  955. Definitions
  956. At line 159 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  957. rtup\arm\startup_stm32f10x_hd.s
  958. Uses
  959. At line 64 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\star
  960. tup\arm\startup_stm32f10x_hd.s
  961. At line 160 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  962. rtup\arm\startup_stm32f10x_hd.s
  963. ARM Macro Assembler Page 8 Alphabetic symbol ordering
  964. Relocatable symbols
  965. PVD_IRQHandler 0000001A
  966. Symbol: PVD_IRQHandler
  967. Definitions
  968. At line 265 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  969. rtup\arm\startup_stm32f10x_hd.s
  970. Uses
  971. At line 81 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\star
  972. tup\arm\startup_stm32f10x_hd.s
  973. At line 204 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  974. rtup\arm\startup_stm32f10x_hd.s
  975. PendSV_Handler 00000016
  976. Symbol: PendSV_Handler
  977. Definitions
  978. At line 192 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  979. rtup\arm\startup_stm32f10x_hd.s
  980. Uses
  981. At line 76 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\star
  982. tup\arm\startup_stm32f10x_hd.s
  983. At line 193 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  984. rtup\arm\startup_stm32f10x_hd.s
  985. RCC_IRQHandler 0000001A
  986. Symbol: RCC_IRQHandler
  987. Definitions
  988. At line 269 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  989. rtup\arm\startup_stm32f10x_hd.s
  990. Uses
  991. At line 85 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\star
  992. tup\arm\startup_stm32f10x_hd.s
  993. At line 208 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  994. rtup\arm\startup_stm32f10x_hd.s
  995. RTCAlarm_IRQHandler 0000001A
  996. Symbol: RTCAlarm_IRQHandler
  997. Definitions
  998. At line 305 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  999. rtup\arm\startup_stm32f10x_hd.s
  1000. Uses
  1001. At line 121 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  1002. rtup\arm\startup_stm32f10x_hd.s
  1003. At line 244 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  1004. rtup\arm\startup_stm32f10x_hd.s
  1005. RTC_IRQHandler 0000001A
  1006. Symbol: RTC_IRQHandler
  1007. Definitions
  1008. At line 267 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  1009. rtup\arm\startup_stm32f10x_hd.s
  1010. Uses
  1011. At line 83 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\star
  1012. tup\arm\startup_stm32f10x_hd.s
  1013. At line 206 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  1014. ARM Macro Assembler Page 9 Alphabetic symbol ordering
  1015. Relocatable symbols
  1016. rtup\arm\startup_stm32f10x_hd.s
  1017. Reset_Handler 00000000
  1018. Symbol: Reset_Handler
  1019. Definitions
  1020. At line 147 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  1021. rtup\arm\startup_stm32f10x_hd.s
  1022. Uses
  1023. At line 63 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\star
  1024. tup\arm\startup_stm32f10x_hd.s
  1025. At line 148 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  1026. rtup\arm\startup_stm32f10x_hd.s
  1027. SDIO_IRQHandler 0000001A
  1028. Symbol: SDIO_IRQHandler
  1029. Definitions
  1030. At line 313 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  1031. rtup\arm\startup_stm32f10x_hd.s
  1032. Uses
  1033. At line 129 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  1034. rtup\arm\startup_stm32f10x_hd.s
  1035. At line 252 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  1036. rtup\arm\startup_stm32f10x_hd.s
  1037. SPI1_IRQHandler 0000001A
  1038. Symbol: SPI1_IRQHandler
  1039. Definitions
  1040. At line 299 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  1041. rtup\arm\startup_stm32f10x_hd.s
  1042. Uses
  1043. At line 115 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  1044. rtup\arm\startup_stm32f10x_hd.s
  1045. At line 238 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  1046. rtup\arm\startup_stm32f10x_hd.s
  1047. SPI2_IRQHandler 0000001A
  1048. Symbol: SPI2_IRQHandler
  1049. Definitions
  1050. At line 300 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  1051. rtup\arm\startup_stm32f10x_hd.s
  1052. Uses
  1053. At line 116 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  1054. rtup\arm\startup_stm32f10x_hd.s
  1055. At line 239 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  1056. rtup\arm\startup_stm32f10x_hd.s
  1057. SPI3_IRQHandler 0000001A
  1058. Symbol: SPI3_IRQHandler
  1059. Definitions
  1060. At line 315 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  1061. rtup\arm\startup_stm32f10x_hd.s
  1062. Uses
  1063. At line 131 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  1064. rtup\arm\startup_stm32f10x_hd.s
  1065. ARM Macro Assembler Page 10 Alphabetic symbol ordering
  1066. Relocatable symbols
  1067. At line 254 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  1068. rtup\arm\startup_stm32f10x_hd.s
  1069. SVC_Handler 00000012
  1070. Symbol: SVC_Handler
  1071. Definitions
  1072. At line 183 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  1073. rtup\arm\startup_stm32f10x_hd.s
  1074. Uses
  1075. At line 73 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\star
  1076. tup\arm\startup_stm32f10x_hd.s
  1077. At line 184 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  1078. rtup\arm\startup_stm32f10x_hd.s
  1079. SysTick_Handler 00000018
  1080. Symbol: SysTick_Handler
  1081. Definitions
  1082. At line 196 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  1083. rtup\arm\startup_stm32f10x_hd.s
  1084. Uses
  1085. At line 77 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\star
  1086. tup\arm\startup_stm32f10x_hd.s
  1087. At line 197 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  1088. rtup\arm\startup_stm32f10x_hd.s
  1089. TAMPER_IRQHandler 0000001A
  1090. Symbol: TAMPER_IRQHandler
  1091. Definitions
  1092. At line 266 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  1093. rtup\arm\startup_stm32f10x_hd.s
  1094. Uses
  1095. At line 82 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\star
  1096. tup\arm\startup_stm32f10x_hd.s
  1097. At line 205 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  1098. rtup\arm\startup_stm32f10x_hd.s
  1099. TIM1_BRK_IRQHandler 0000001A
  1100. Symbol: TIM1_BRK_IRQHandler
  1101. Definitions
  1102. At line 288 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  1103. rtup\arm\startup_stm32f10x_hd.s
  1104. Uses
  1105. At line 104 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  1106. rtup\arm\startup_stm32f10x_hd.s
  1107. At line 227 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  1108. rtup\arm\startup_stm32f10x_hd.s
  1109. TIM1_CC_IRQHandler 0000001A
  1110. Symbol: TIM1_CC_IRQHandler
  1111. Definitions
  1112. At line 291 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  1113. rtup\arm\startup_stm32f10x_hd.s
  1114. Uses
  1115. At line 107 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  1116. ARM Macro Assembler Page 11 Alphabetic symbol ordering
  1117. Relocatable symbols
  1118. rtup\arm\startup_stm32f10x_hd.s
  1119. At line 230 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  1120. rtup\arm\startup_stm32f10x_hd.s
  1121. TIM1_TRG_COM_IRQHandler 0000001A
  1122. Symbol: TIM1_TRG_COM_IRQHandler
  1123. Definitions
  1124. At line 290 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  1125. rtup\arm\startup_stm32f10x_hd.s
  1126. Uses
  1127. At line 106 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  1128. rtup\arm\startup_stm32f10x_hd.s
  1129. At line 229 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  1130. rtup\arm\startup_stm32f10x_hd.s
  1131. TIM1_UP_IRQHandler 0000001A
  1132. Symbol: TIM1_UP_IRQHandler
  1133. Definitions
  1134. At line 289 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  1135. rtup\arm\startup_stm32f10x_hd.s
  1136. Uses
  1137. At line 105 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  1138. rtup\arm\startup_stm32f10x_hd.s
  1139. At line 228 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  1140. rtup\arm\startup_stm32f10x_hd.s
  1141. TIM2_IRQHandler 0000001A
  1142. Symbol: TIM2_IRQHandler
  1143. Definitions
  1144. At line 292 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  1145. rtup\arm\startup_stm32f10x_hd.s
  1146. Uses
  1147. At line 108 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  1148. rtup\arm\startup_stm32f10x_hd.s
  1149. At line 231 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  1150. rtup\arm\startup_stm32f10x_hd.s
  1151. TIM3_IRQHandler 0000001A
  1152. Symbol: TIM3_IRQHandler
  1153. Definitions
  1154. At line 293 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  1155. rtup\arm\startup_stm32f10x_hd.s
  1156. Uses
  1157. At line 109 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  1158. rtup\arm\startup_stm32f10x_hd.s
  1159. At line 232 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  1160. rtup\arm\startup_stm32f10x_hd.s
  1161. TIM4_IRQHandler 0000001A
  1162. Symbol: TIM4_IRQHandler
  1163. Definitions
  1164. At line 294 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  1165. rtup\arm\startup_stm32f10x_hd.s
  1166. Uses
  1167. ARM Macro Assembler Page 12 Alphabetic symbol ordering
  1168. Relocatable symbols
  1169. At line 110 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  1170. rtup\arm\startup_stm32f10x_hd.s
  1171. At line 233 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  1172. rtup\arm\startup_stm32f10x_hd.s
  1173. TIM5_IRQHandler 0000001A
  1174. Symbol: TIM5_IRQHandler
  1175. Definitions
  1176. At line 314 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  1177. rtup\arm\startup_stm32f10x_hd.s
  1178. Uses
  1179. At line 130 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  1180. rtup\arm\startup_stm32f10x_hd.s
  1181. At line 253 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  1182. rtup\arm\startup_stm32f10x_hd.s
  1183. TIM6_IRQHandler 0000001A
  1184. Symbol: TIM6_IRQHandler
  1185. Definitions
  1186. At line 318 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  1187. rtup\arm\startup_stm32f10x_hd.s
  1188. Uses
  1189. At line 134 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  1190. rtup\arm\startup_stm32f10x_hd.s
  1191. At line 257 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  1192. rtup\arm\startup_stm32f10x_hd.s
  1193. TIM7_IRQHandler 0000001A
  1194. Symbol: TIM7_IRQHandler
  1195. Definitions
  1196. At line 319 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  1197. rtup\arm\startup_stm32f10x_hd.s
  1198. Uses
  1199. At line 135 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  1200. rtup\arm\startup_stm32f10x_hd.s
  1201. At line 258 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  1202. rtup\arm\startup_stm32f10x_hd.s
  1203. TIM8_BRK_IRQHandler 0000001A
  1204. Symbol: TIM8_BRK_IRQHandler
  1205. Definitions
  1206. At line 307 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  1207. rtup\arm\startup_stm32f10x_hd.s
  1208. Uses
  1209. At line 123 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  1210. rtup\arm\startup_stm32f10x_hd.s
  1211. At line 246 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  1212. rtup\arm\startup_stm32f10x_hd.s
  1213. TIM8_CC_IRQHandler 0000001A
  1214. Symbol: TIM8_CC_IRQHandler
  1215. Definitions
  1216. At line 310 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  1217. rtup\arm\startup_stm32f10x_hd.s
  1218. ARM Macro Assembler Page 13 Alphabetic symbol ordering
  1219. Relocatable symbols
  1220. Uses
  1221. At line 126 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  1222. rtup\arm\startup_stm32f10x_hd.s
  1223. At line 249 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  1224. rtup\arm\startup_stm32f10x_hd.s
  1225. TIM8_TRG_COM_IRQHandler 0000001A
  1226. Symbol: TIM8_TRG_COM_IRQHandler
  1227. Definitions
  1228. At line 309 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  1229. rtup\arm\startup_stm32f10x_hd.s
  1230. Uses
  1231. At line 125 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  1232. rtup\arm\startup_stm32f10x_hd.s
  1233. At line 248 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  1234. rtup\arm\startup_stm32f10x_hd.s
  1235. TIM8_UP_IRQHandler 0000001A
  1236. Symbol: TIM8_UP_IRQHandler
  1237. Definitions
  1238. At line 308 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  1239. rtup\arm\startup_stm32f10x_hd.s
  1240. Uses
  1241. At line 124 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  1242. rtup\arm\startup_stm32f10x_hd.s
  1243. At line 247 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  1244. rtup\arm\startup_stm32f10x_hd.s
  1245. UART4_IRQHandler 0000001A
  1246. Symbol: UART4_IRQHandler
  1247. Definitions
  1248. At line 316 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  1249. rtup\arm\startup_stm32f10x_hd.s
  1250. Uses
  1251. At line 132 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  1252. rtup\arm\startup_stm32f10x_hd.s
  1253. At line 255 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  1254. rtup\arm\startup_stm32f10x_hd.s
  1255. UART5_IRQHandler 0000001A
  1256. Symbol: UART5_IRQHandler
  1257. Definitions
  1258. At line 317 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  1259. rtup\arm\startup_stm32f10x_hd.s
  1260. Uses
  1261. At line 133 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  1262. rtup\arm\startup_stm32f10x_hd.s
  1263. At line 256 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  1264. rtup\arm\startup_stm32f10x_hd.s
  1265. USART1_IRQHandler 0000001A
  1266. Symbol: USART1_IRQHandler
  1267. Definitions
  1268. At line 301 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  1269. ARM Macro Assembler Page 14 Alphabetic symbol ordering
  1270. Relocatable symbols
  1271. rtup\arm\startup_stm32f10x_hd.s
  1272. Uses
  1273. At line 117 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  1274. rtup\arm\startup_stm32f10x_hd.s
  1275. At line 240 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  1276. rtup\arm\startup_stm32f10x_hd.s
  1277. USART2_IRQHandler 0000001A
  1278. Symbol: USART2_IRQHandler
  1279. Definitions
  1280. At line 302 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  1281. rtup\arm\startup_stm32f10x_hd.s
  1282. Uses
  1283. At line 118 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  1284. rtup\arm\startup_stm32f10x_hd.s
  1285. At line 241 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  1286. rtup\arm\startup_stm32f10x_hd.s
  1287. USART3_IRQHandler 0000001A
  1288. Symbol: USART3_IRQHandler
  1289. Definitions
  1290. At line 303 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  1291. rtup\arm\startup_stm32f10x_hd.s
  1292. Uses
  1293. At line 119 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  1294. rtup\arm\startup_stm32f10x_hd.s
  1295. At line 242 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  1296. rtup\arm\startup_stm32f10x_hd.s
  1297. USBWakeUp_IRQHandler 0000001A
  1298. Symbol: USBWakeUp_IRQHandler
  1299. Definitions
  1300. At line 306 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  1301. rtup\arm\startup_stm32f10x_hd.s
  1302. Uses
  1303. At line 122 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  1304. rtup\arm\startup_stm32f10x_hd.s
  1305. At line 245 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  1306. rtup\arm\startup_stm32f10x_hd.s
  1307. USB_HP_CAN1_TX_IRQHandler 0000001A
  1308. Symbol: USB_HP_CAN1_TX_IRQHandler
  1309. Definitions
  1310. At line 283 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  1311. rtup\arm\startup_stm32f10x_hd.s
  1312. Uses
  1313. At line 99 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\star
  1314. tup\arm\startup_stm32f10x_hd.s
  1315. At line 222 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  1316. rtup\arm\startup_stm32f10x_hd.s
  1317. USB_LP_CAN1_RX0_IRQHandler 0000001A
  1318. Symbol: USB_LP_CAN1_RX0_IRQHandler
  1319. Definitions
  1320. ARM Macro Assembler Page 15 Alphabetic symbol ordering
  1321. Relocatable symbols
  1322. At line 284 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  1323. rtup\arm\startup_stm32f10x_hd.s
  1324. Uses
  1325. At line 100 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  1326. rtup\arm\startup_stm32f10x_hd.s
  1327. At line 223 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  1328. rtup\arm\startup_stm32f10x_hd.s
  1329. UsageFault_Handler 00000010
  1330. Symbol: UsageFault_Handler
  1331. Definitions
  1332. At line 179 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  1333. rtup\arm\startup_stm32f10x_hd.s
  1334. Uses
  1335. At line 68 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\star
  1336. tup\arm\startup_stm32f10x_hd.s
  1337. At line 180 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  1338. rtup\arm\startup_stm32f10x_hd.s
  1339. WWDG_IRQHandler 0000001A
  1340. Symbol: WWDG_IRQHandler
  1341. Definitions
  1342. At line 264 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  1343. rtup\arm\startup_stm32f10x_hd.s
  1344. Uses
  1345. At line 80 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\star
  1346. tup\arm\startup_stm32f10x_hd.s
  1347. At line 203 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  1348. rtup\arm\startup_stm32f10x_hd.s
  1349. 72 symbols
  1350. ARM Macro Assembler Page 1 Alphabetic symbol ordering
  1351. Absolute symbols
  1352. Heap_Size 00000200
  1353. Symbol: Heap_Size
  1354. Definitions
  1355. At line 45 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\star
  1356. tup\arm\startup_stm32f10x_hd.s
  1357. Uses
  1358. At line 49 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\star
  1359. tup\arm\startup_stm32f10x_hd.s
  1360. Comment: Heap_Size used once
  1361. Stack_Size 00000400
  1362. Symbol: Stack_Size
  1363. Definitions
  1364. At line 35 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\star
  1365. tup\arm\startup_stm32f10x_hd.s
  1366. Uses
  1367. At line 38 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\star
  1368. tup\arm\startup_stm32f10x_hd.s
  1369. Comment: Stack_Size used once
  1370. __Vectors_Size 00000130
  1371. Symbol: __Vectors_Size
  1372. Definitions
  1373. At line 142 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  1374. rtup\arm\startup_stm32f10x_hd.s
  1375. Uses
  1376. At line 60 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\star
  1377. tup\arm\startup_stm32f10x_hd.s
  1378. Comment: __Vectors_Size used once
  1379. 3 symbols
  1380. ARM Macro Assembler Page 1 Alphabetic symbol ordering
  1381. External symbols
  1382. SystemInit 00000000
  1383. Symbol: SystemInit
  1384. Definitions
  1385. At line 150 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  1386. rtup\arm\startup_stm32f10x_hd.s
  1387. Uses
  1388. At line 151 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  1389. rtup\arm\startup_stm32f10x_hd.s
  1390. Comment: SystemInit used once
  1391. __main 00000000
  1392. Symbol: __main
  1393. Definitions
  1394. At line 149 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  1395. rtup\arm\startup_stm32f10x_hd.s
  1396. Uses
  1397. At line 153 in file ..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta
  1398. rtup\arm\startup_stm32f10x_hd.s
  1399. Comment: __main used once
  1400. 2 symbols
  1401. 421 symbols in table