startup_stm32l431xx.lst 49 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525
  1. ARM Macro Assembler Page 1
  2. 1 00000000 ;*******************************************************
  3. ************************
  4. 2 00000000 ;* File Name : startup_stm32l431xx.s
  5. 3 00000000 ;* Author : MCD Application Team
  6. 4 00000000 ;* Description : STM32L431xx Ultra Low Power devi
  7. ces vector table for MDK-ARM toolchain.
  8. 5 00000000 ;* This module performs:
  9. 6 00000000 ;* - Set the initial SP
  10. 7 00000000 ;* - Set the initial PC == Reset_Ha
  11. ndler
  12. 8 00000000 ;* - Set the vector table entries w
  13. ith the exceptions ISR address
  14. 9 00000000 ;* - Branches to __main in the C li
  15. brary (which eventually
  16. 10 00000000 ;* calls main()).
  17. 11 00000000 ;* After Reset the Cortex-M4 proces
  18. sor is in Thread mode,
  19. 12 00000000 ;* priority is Privileged, and the
  20. Stack is set to Main.
  21. 13 00000000 ;*******************************************************
  22. *************************
  23. 14 00000000 ;* @attention
  24. 15 00000000 ;*
  25. 16 00000000 ;* Copyright (c) 2017 STMicroelectronics.
  26. 17 00000000 ;* All rights reserved.
  27. 18 00000000 ;*
  28. 19 00000000 ;* This software is licensed under terms that can be fou
  29. nd in the LICENSE file
  30. 20 00000000 ;* in the root directory of this software component.
  31. 21 00000000 ;* If no LICENSE file comes with this software, it is pr
  32. ovided AS-IS.
  33. 22 00000000 ;
  34. 23 00000000 ;*******************************************************
  35. ************************
  36. 24 00000000 ;* <<< Use Configuration Wizard in Context Menu >>>
  37. 25 00000000 ; Amount of memory (in bytes) allocated for Stack
  38. 26 00000000 ; Tailor this value to your application needs
  39. 27 00000000 ; <h> Stack Configuration
  40. 28 00000000 ; <o> Stack Size (in Bytes) <0x0-0xFFFFFFFF:8>
  41. 29 00000000 ; </h>
  42. 30 00000000
  43. 31 00000000 00000400
  44. Stack_Size
  45. EQU 0x400
  46. 32 00000000
  47. 33 00000000 AREA STACK, NOINIT, READWRITE, ALIGN
  48. =3
  49. 34 00000000 Stack_Mem
  50. SPACE Stack_Size
  51. 35 00000400 __initial_sp
  52. 36 00000400
  53. 37 00000400
  54. 38 00000400 ; <h> Heap Configuration
  55. 39 00000400 ; <o> Heap Size (in Bytes) <0x0-0xFFFFFFFF:8>
  56. 40 00000400 ; </h>
  57. 41 00000400
  58. 42 00000400 00000200
  59. Heap_Size
  60. EQU 0x200
  61. ARM Macro Assembler Page 2
  62. 43 00000400
  63. 44 00000400 AREA HEAP, NOINIT, READWRITE, ALIGN=
  64. 3
  65. 45 00000000 __heap_base
  66. 46 00000000 Heap_Mem
  67. SPACE Heap_Size
  68. 47 00000200 __heap_limit
  69. 48 00000200
  70. 49 00000200 PRESERVE8
  71. 50 00000200 THUMB
  72. 51 00000200
  73. 52 00000200
  74. 53 00000200 ; Vector Table Mapped to Address 0 at Reset
  75. 54 00000200 AREA RESET, DATA, READONLY
  76. 55 00000000 EXPORT __Vectors
  77. 56 00000000 EXPORT __Vectors_End
  78. 57 00000000 EXPORT __Vectors_Size
  79. 58 00000000
  80. 59 00000000 00000000
  81. __Vectors
  82. DCD __initial_sp ; Top of Stack
  83. 60 00000004 00000000 DCD Reset_Handler ; Reset Handler
  84. 61 00000008 00000000 DCD NMI_Handler ; NMI Handler
  85. 62 0000000C 00000000 DCD HardFault_Handler ; Hard Fault
  86. Handler
  87. 63 00000010 00000000 DCD MemManage_Handler
  88. ; MPU Fault Handler
  89. 64 00000014 00000000 DCD BusFault_Handler
  90. ; Bus Fault Handler
  91. 65 00000018 00000000 DCD UsageFault_Handler ; Usage Faul
  92. t Handler
  93. 66 0000001C 00000000 DCD 0 ; Reserved
  94. 67 00000020 00000000 DCD 0 ; Reserved
  95. 68 00000024 00000000 DCD 0 ; Reserved
  96. 69 00000028 00000000 DCD 0 ; Reserved
  97. 70 0000002C 00000000 DCD SVC_Handler ; SVCall Handler
  98. 71 00000030 00000000 DCD DebugMon_Handler ; Debug Monito
  99. r Handler
  100. 72 00000034 00000000 DCD 0 ; Reserved
  101. 73 00000038 00000000 DCD PendSV_Handler ; PendSV Handler
  102. 74 0000003C 00000000 DCD SysTick_Handler
  103. ; SysTick Handler
  104. 75 00000040
  105. 76 00000040 ; External Interrupts
  106. 77 00000040 00000000 DCD WWDG_IRQHandler
  107. ; Window WatchDog
  108. 78 00000044 00000000 DCD PVD_PVM_IRQHandler ; PVD/PVM1/P
  109. VM2/PVM3/PVM4 throu
  110. gh EXTI Line detect
  111. ion
  112. 79 00000048 00000000 DCD TAMP_STAMP_IRQHandler ; Tamper
  113. and TimeStamps thro
  114. ugh the EXTI line
  115. 80 0000004C 00000000 DCD RTC_WKUP_IRQHandler ; RTC Wakeu
  116. p through the EXTI
  117. line
  118. ARM Macro Assembler Page 3
  119. 81 00000050 00000000 DCD FLASH_IRQHandler ; FLASH
  120. 82 00000054 00000000 DCD RCC_IRQHandler ; RCC
  121. 83 00000058 00000000 DCD EXTI0_IRQHandler ; EXTI Line0
  122. 84 0000005C 00000000 DCD EXTI1_IRQHandler ; EXTI Line1
  123. 85 00000060 00000000 DCD EXTI2_IRQHandler ; EXTI Line2
  124. 86 00000064 00000000 DCD EXTI3_IRQHandler ; EXTI Line3
  125. 87 00000068 00000000 DCD EXTI4_IRQHandler ; EXTI Line4
  126. 88 0000006C 00000000 DCD DMA1_Channel1_IRQHandler
  127. ; DMA1 Channel 1
  128. 89 00000070 00000000 DCD DMA1_Channel2_IRQHandler
  129. ; DMA1 Channel 2
  130. 90 00000074 00000000 DCD DMA1_Channel3_IRQHandler
  131. ; DMA1 Channel 3
  132. 91 00000078 00000000 DCD DMA1_Channel4_IRQHandler
  133. ; DMA1 Channel 4
  134. 92 0000007C 00000000 DCD DMA1_Channel5_IRQHandler
  135. ; DMA1 Channel 5
  136. 93 00000080 00000000 DCD DMA1_Channel6_IRQHandler
  137. ; DMA1 Channel 6
  138. 94 00000084 00000000 DCD DMA1_Channel7_IRQHandler
  139. ; DMA1 Channel 7
  140. 95 00000088 00000000 DCD ADC1_IRQHandler ; ADC1
  141. 96 0000008C 00000000 DCD CAN1_TX_IRQHandler ; CAN1 TX
  142. 97 00000090 00000000 DCD CAN1_RX0_IRQHandler ; CAN1 RX0
  143. 98 00000094 00000000 DCD CAN1_RX1_IRQHandler ; CAN1 RX1
  144. 99 00000098 00000000 DCD CAN1_SCE_IRQHandler ; CAN1 SCE
  145. 100 0000009C 00000000 DCD EXTI9_5_IRQHandler ; External L
  146. ine[9:5]s
  147. 101 000000A0 00000000 DCD TIM1_BRK_TIM15_IRQHandler ; TIM
  148. 1 Break and TIM15
  149. 102 000000A4 00000000 DCD TIM1_UP_TIM16_IRQHandler ; TIM1
  150. Update and TIM16
  151. 103 000000A8 00000000 DCD TIM1_TRG_COM_IRQHandler ; TIM1
  152. Trigger and Commuta
  153. tion
  154. 104 000000AC 00000000 DCD TIM1_CC_IRQHandler ; TIM1 Captu
  155. re Compare
  156. 105 000000B0 00000000 DCD TIM2_IRQHandler ; TIM2
  157. 106 000000B4 00000000 DCD 0 ; Reserved
  158. 107 000000B8 00000000 DCD 0 ; Reserved
  159. 108 000000BC 00000000 DCD I2C1_EV_IRQHandler ; I2C1 Event
  160. 109 000000C0 00000000 DCD I2C1_ER_IRQHandler ; I2C1 Error
  161. 110 000000C4 00000000 DCD I2C2_EV_IRQHandler ; I2C2 Event
  162. 111 000000C8 00000000 DCD I2C2_ER_IRQHandler ; I2C2 Error
  163. 112 000000CC 00000000 DCD SPI1_IRQHandler ; SPI1
  164. 113 000000D0 00000000 DCD SPI2_IRQHandler ; SPI2
  165. 114 000000D4 00000000 DCD USART1_IRQHandler ; USART1
  166. 115 000000D8 00000000 DCD USART2_IRQHandler ; USART2
  167. 116 000000DC 00000000 DCD USART3_IRQHandler ; USART3
  168. 117 000000E0 00000000 DCD EXTI15_10_IRQHandler ; External
  169. Line[15:10]
  170. 118 000000E4 00000000 DCD RTC_Alarm_IRQHandler ; RTC Alar
  171. m (A and B) through
  172. EXTI Line
  173. 119 000000E8 00000000 DCD 0 ; Reserved
  174. ARM Macro Assembler Page 4
  175. 120 000000EC 00000000 DCD 0 ; Reserved
  176. 121 000000F0 00000000 DCD 0 ; Reserved
  177. 122 000000F4 00000000 DCD 0 ; Reserved
  178. 123 000000F8 00000000 DCD 0 ; Reserved
  179. 124 000000FC 00000000 DCD 0 ; Reserved
  180. 125 00000100 00000000 DCD 0 ; Reserved
  181. 126 00000104 00000000 DCD SDMMC1_IRQHandler ; SDMMC1
  182. 127 00000108 00000000 DCD 0 ; Reserved
  183. 128 0000010C 00000000 DCD SPI3_IRQHandler ; SPI3
  184. 129 00000110 00000000 DCD 0 ; Reserved
  185. 130 00000114 00000000 DCD 0 ; Reserved
  186. 131 00000118 00000000 DCD TIM6_DAC_IRQHandler ; TIM6 and
  187. DAC1&2 underrun err
  188. ors
  189. 132 0000011C 00000000 DCD TIM7_IRQHandler ; TIM7
  190. 133 00000120 00000000 DCD DMA2_Channel1_IRQHandler
  191. ; DMA2 Channel 1
  192. 134 00000124 00000000 DCD DMA2_Channel2_IRQHandler
  193. ; DMA2 Channel 2
  194. 135 00000128 00000000 DCD DMA2_Channel3_IRQHandler
  195. ; DMA2 Channel 3
  196. 136 0000012C 00000000 DCD DMA2_Channel4_IRQHandler
  197. ; DMA2 Channel 4
  198. 137 00000130 00000000 DCD DMA2_Channel5_IRQHandler
  199. ; DMA2 Channel 5
  200. 138 00000134 00000000 DCD 0 ; Reserved
  201. 139 00000138 00000000 DCD 0 ; Reserved
  202. 140 0000013C 00000000 DCD 0 ; Reserved
  203. 141 00000140 00000000 DCD COMP_IRQHandler
  204. ; COMP Interrupt
  205. 142 00000144 00000000 DCD LPTIM1_IRQHandler
  206. ; LP TIM1 interrupt
  207. 143 00000148 00000000 DCD LPTIM2_IRQHandler
  208. ; LP TIM2 interrupt
  209. 144 0000014C 00000000 DCD 0 ; Reserved
  210. 145 00000150 00000000 DCD DMA2_Channel6_IRQHandler
  211. ; DMA2 Channel 6
  212. 146 00000154 00000000 DCD DMA2_Channel7_IRQHandler
  213. ; DMA2 Channel 7
  214. 147 00000158 00000000 DCD LPUART1_IRQHandler ; LP UART1 i
  215. nterrupt
  216. 148 0000015C 00000000 DCD QUADSPI_IRQHandler ; Quad SPI g
  217. lobal interrupt
  218. 149 00000160 00000000 DCD I2C3_EV_IRQHandler ; I2C3 event
  219. 150 00000164 00000000 DCD I2C3_ER_IRQHandler ; I2C3 error
  220. 151 00000168 00000000 DCD SAI1_IRQHandler ; Serial Audio
  221. Interface 1 global
  222. interrupt
  223. 152 0000016C 00000000 DCD 0 ; Reserved
  224. 153 00000170 00000000 DCD SWPMI1_IRQHandler ; Serial Wire
  225. Interface 1 global
  226. interrupt
  227. 154 00000174 00000000 DCD TSC_IRQHandler ; Touch Sense Co
  228. ntroller global int
  229. errupt
  230. ARM Macro Assembler Page 5
  231. 155 00000178 00000000 DCD 0 ; Reserved
  232. 156 0000017C 00000000 DCD 0 ; Reserved
  233. 157 00000180 00000000 DCD RNG_IRQHandler ; RNG global int
  234. errupt
  235. 158 00000184 00000000 DCD FPU_IRQHandler ; FPU
  236. 159 00000188 00000000 DCD CRS_IRQHandler ; CRS interrupt
  237. 160 0000018C
  238. 161 0000018C __Vectors_End
  239. 162 0000018C
  240. 163 0000018C 0000018C
  241. __Vectors_Size
  242. EQU __Vectors_End - __Vectors
  243. 164 0000018C
  244. 165 0000018C AREA |.text|, CODE, READONLY
  245. 166 00000000
  246. 167 00000000 ; Reset handler
  247. 168 00000000 Reset_Handler
  248. PROC
  249. 169 00000000 EXPORT Reset_Handler [WEAK
  250. ]
  251. 170 00000000 IMPORT SystemInit
  252. 171 00000000 IMPORT __main
  253. 172 00000000
  254. 173 00000000 4806 LDR R0, =SystemInit
  255. 174 00000002 4780 BLX R0
  256. 175 00000004 4806 LDR R0, =__main
  257. 176 00000006 4700 BX R0
  258. 177 00000008 ENDP
  259. 178 00000008
  260. 179 00000008 ; Dummy Exception Handlers (infinite loops which can be
  261. modified)
  262. 180 00000008
  263. 181 00000008 NMI_Handler
  264. PROC
  265. 182 00000008 EXPORT NMI_Handler [WEA
  266. K]
  267. 183 00000008 E7FE B .
  268. 184 0000000A ENDP
  269. 186 0000000A HardFault_Handler
  270. PROC
  271. 187 0000000A EXPORT HardFault_Handler [WEA
  272. K]
  273. 188 0000000A E7FE B .
  274. 189 0000000C ENDP
  275. 191 0000000C MemManage_Handler
  276. PROC
  277. 192 0000000C EXPORT MemManage_Handler [WEA
  278. K]
  279. 193 0000000C E7FE B .
  280. 194 0000000E ENDP
  281. 196 0000000E BusFault_Handler
  282. PROC
  283. 197 0000000E EXPORT BusFault_Handler [WEA
  284. K]
  285. 198 0000000E E7FE B .
  286. 199 00000010 ENDP
  287. 201 00000010 UsageFault_Handler
  288. PROC
  289. 202 00000010 EXPORT UsageFault_Handler [WEA
  290. ARM Macro Assembler Page 6
  291. K]
  292. 203 00000010 E7FE B .
  293. 204 00000012 ENDP
  294. 205 00000012 SVC_Handler
  295. PROC
  296. 206 00000012 EXPORT SVC_Handler [WEA
  297. K]
  298. 207 00000012 E7FE B .
  299. 208 00000014 ENDP
  300. 210 00000014 DebugMon_Handler
  301. PROC
  302. 211 00000014 EXPORT DebugMon_Handler [WEA
  303. K]
  304. 212 00000014 E7FE B .
  305. 213 00000016 ENDP
  306. 214 00000016 PendSV_Handler
  307. PROC
  308. 215 00000016 EXPORT PendSV_Handler [WEA
  309. K]
  310. 216 00000016 E7FE B .
  311. 217 00000018 ENDP
  312. 218 00000018 SysTick_Handler
  313. PROC
  314. 219 00000018 EXPORT SysTick_Handler [WEA
  315. K]
  316. 220 00000018 E7FE B .
  317. 221 0000001A ENDP
  318. 222 0000001A
  319. 223 0000001A Default_Handler
  320. PROC
  321. 224 0000001A
  322. 225 0000001A EXPORT WWDG_IRQHandler
  323. [WEAK]
  324. 226 0000001A EXPORT PVD_PVM_IRQHandler
  325. [WEAK]
  326. 227 0000001A EXPORT TAMP_STAMP_IRQHandler
  327. [WEAK]
  328. 228 0000001A EXPORT RTC_WKUP_IRQHandler
  329. [WEAK]
  330. 229 0000001A EXPORT FLASH_IRQHandler
  331. [WEAK]
  332. 230 0000001A EXPORT RCC_IRQHandler
  333. [WEAK]
  334. 231 0000001A EXPORT EXTI0_IRQHandler
  335. [WEAK]
  336. 232 0000001A EXPORT EXTI1_IRQHandler
  337. [WEAK]
  338. 233 0000001A EXPORT EXTI2_IRQHandler
  339. [WEAK]
  340. 234 0000001A EXPORT EXTI3_IRQHandler
  341. [WEAK]
  342. 235 0000001A EXPORT EXTI4_IRQHandler
  343. [WEAK]
  344. 236 0000001A EXPORT DMA1_Channel1_IRQHandler
  345. [WEAK]
  346. 237 0000001A EXPORT DMA1_Channel2_IRQHandler
  347. [WEAK]
  348. 238 0000001A EXPORT DMA1_Channel3_IRQHandler
  349. [WEAK]
  350. ARM Macro Assembler Page 7
  351. 239 0000001A EXPORT DMA1_Channel4_IRQHandler
  352. [WEAK]
  353. 240 0000001A EXPORT DMA1_Channel5_IRQHandler
  354. [WEAK]
  355. 241 0000001A EXPORT DMA1_Channel6_IRQHandler
  356. [WEAK]
  357. 242 0000001A EXPORT DMA1_Channel7_IRQHandler
  358. [WEAK]
  359. 243 0000001A EXPORT ADC1_IRQHandler
  360. [WEAK]
  361. 244 0000001A EXPORT CAN1_TX_IRQHandler
  362. [WEAK]
  363. 245 0000001A EXPORT CAN1_RX0_IRQHandler
  364. [WEAK]
  365. 246 0000001A EXPORT CAN1_RX1_IRQHandler
  366. [WEAK]
  367. 247 0000001A EXPORT CAN1_SCE_IRQHandler
  368. [WEAK]
  369. 248 0000001A EXPORT EXTI9_5_IRQHandler
  370. [WEAK]
  371. 249 0000001A EXPORT TIM1_BRK_TIM15_IRQHandler
  372. [WEAK]
  373. 250 0000001A EXPORT TIM1_UP_TIM16_IRQHandler
  374. [WEAK]
  375. 251 0000001A EXPORT TIM1_TRG_COM_IRQHandler
  376. [WEAK]
  377. 252 0000001A EXPORT TIM1_CC_IRQHandler
  378. [WEAK]
  379. 253 0000001A EXPORT TIM2_IRQHandler
  380. [WEAK]
  381. 254 0000001A EXPORT I2C1_EV_IRQHandler
  382. [WEAK]
  383. 255 0000001A EXPORT I2C1_ER_IRQHandler
  384. [WEAK]
  385. 256 0000001A EXPORT I2C2_EV_IRQHandler
  386. [WEAK]
  387. 257 0000001A EXPORT I2C2_ER_IRQHandler
  388. [WEAK]
  389. 258 0000001A EXPORT SPI1_IRQHandler
  390. [WEAK]
  391. 259 0000001A EXPORT SPI2_IRQHandler
  392. [WEAK]
  393. 260 0000001A EXPORT USART1_IRQHandler
  394. [WEAK]
  395. 261 0000001A EXPORT USART2_IRQHandler
  396. [WEAK]
  397. 262 0000001A EXPORT USART3_IRQHandler
  398. [WEAK]
  399. 263 0000001A EXPORT EXTI15_10_IRQHandler
  400. [WEAK]
  401. 264 0000001A EXPORT RTC_Alarm_IRQHandler
  402. [WEAK]
  403. 265 0000001A EXPORT SDMMC1_IRQHandler
  404. [WEAK]
  405. 266 0000001A EXPORT SPI3_IRQHandler
  406. [WEAK]
  407. 267 0000001A EXPORT TIM6_DAC_IRQHandler
  408. [WEAK]
  409. 268 0000001A EXPORT TIM7_IRQHandler
  410. ARM Macro Assembler Page 8
  411. [WEAK]
  412. 269 0000001A EXPORT DMA2_Channel1_IRQHandler
  413. [WEAK]
  414. 270 0000001A EXPORT DMA2_Channel2_IRQHandler
  415. [WEAK]
  416. 271 0000001A EXPORT DMA2_Channel3_IRQHandler
  417. [WEAK]
  418. 272 0000001A EXPORT DMA2_Channel4_IRQHandler
  419. [WEAK]
  420. 273 0000001A EXPORT DMA2_Channel5_IRQHandler
  421. [WEAK]
  422. 274 0000001A EXPORT COMP_IRQHandler
  423. [WEAK]
  424. 275 0000001A EXPORT LPTIM1_IRQHandler
  425. [WEAK]
  426. 276 0000001A EXPORT LPTIM2_IRQHandler
  427. [WEAK]
  428. 277 0000001A EXPORT DMA2_Channel6_IRQHandler
  429. [WEAK]
  430. 278 0000001A EXPORT DMA2_Channel7_IRQHandler
  431. [WEAK]
  432. 279 0000001A EXPORT LPUART1_IRQHandler
  433. [WEAK]
  434. 280 0000001A EXPORT QUADSPI_IRQHandler
  435. [WEAK]
  436. 281 0000001A EXPORT I2C3_EV_IRQHandler
  437. [WEAK]
  438. 282 0000001A EXPORT I2C3_ER_IRQHandler
  439. [WEAK]
  440. 283 0000001A EXPORT SAI1_IRQHandler
  441. [WEAK]
  442. 284 0000001A EXPORT SWPMI1_IRQHandler
  443. [WEAK]
  444. 285 0000001A EXPORT TSC_IRQHandler
  445. [WEAK]
  446. 286 0000001A EXPORT RNG_IRQHandler
  447. [WEAK]
  448. 287 0000001A EXPORT FPU_IRQHandler
  449. [WEAK]
  450. 288 0000001A EXPORT CRS_IRQHandler
  451. [WEAK]
  452. 289 0000001A
  453. 290 0000001A WWDG_IRQHandler
  454. 291 0000001A PVD_PVM_IRQHandler
  455. 292 0000001A TAMP_STAMP_IRQHandler
  456. 293 0000001A RTC_WKUP_IRQHandler
  457. 294 0000001A FLASH_IRQHandler
  458. 295 0000001A RCC_IRQHandler
  459. 296 0000001A EXTI0_IRQHandler
  460. 297 0000001A EXTI1_IRQHandler
  461. 298 0000001A EXTI2_IRQHandler
  462. 299 0000001A EXTI3_IRQHandler
  463. 300 0000001A EXTI4_IRQHandler
  464. 301 0000001A DMA1_Channel1_IRQHandler
  465. 302 0000001A DMA1_Channel2_IRQHandler
  466. 303 0000001A DMA1_Channel3_IRQHandler
  467. 304 0000001A DMA1_Channel4_IRQHandler
  468. 305 0000001A DMA1_Channel5_IRQHandler
  469. 306 0000001A DMA1_Channel6_IRQHandler
  470. ARM Macro Assembler Page 9
  471. 307 0000001A DMA1_Channel7_IRQHandler
  472. 308 0000001A ADC1_IRQHandler
  473. 309 0000001A CAN1_TX_IRQHandler
  474. 310 0000001A CAN1_RX0_IRQHandler
  475. 311 0000001A CAN1_RX1_IRQHandler
  476. 312 0000001A CAN1_SCE_IRQHandler
  477. 313 0000001A EXTI9_5_IRQHandler
  478. 314 0000001A TIM1_BRK_TIM15_IRQHandler
  479. 315 0000001A TIM1_UP_TIM16_IRQHandler
  480. 316 0000001A TIM1_TRG_COM_IRQHandler
  481. 317 0000001A TIM1_CC_IRQHandler
  482. 318 0000001A TIM2_IRQHandler
  483. 319 0000001A I2C1_EV_IRQHandler
  484. 320 0000001A I2C1_ER_IRQHandler
  485. 321 0000001A I2C2_EV_IRQHandler
  486. 322 0000001A I2C2_ER_IRQHandler
  487. 323 0000001A SPI1_IRQHandler
  488. 324 0000001A SPI2_IRQHandler
  489. 325 0000001A USART1_IRQHandler
  490. 326 0000001A USART2_IRQHandler
  491. 327 0000001A USART3_IRQHandler
  492. 328 0000001A EXTI15_10_IRQHandler
  493. 329 0000001A RTC_Alarm_IRQHandler
  494. 330 0000001A SDMMC1_IRQHandler
  495. 331 0000001A SPI3_IRQHandler
  496. 332 0000001A TIM6_DAC_IRQHandler
  497. 333 0000001A TIM7_IRQHandler
  498. 334 0000001A DMA2_Channel1_IRQHandler
  499. 335 0000001A DMA2_Channel2_IRQHandler
  500. 336 0000001A DMA2_Channel3_IRQHandler
  501. 337 0000001A DMA2_Channel4_IRQHandler
  502. 338 0000001A DMA2_Channel5_IRQHandler
  503. 339 0000001A COMP_IRQHandler
  504. 340 0000001A LPTIM1_IRQHandler
  505. 341 0000001A LPTIM2_IRQHandler
  506. 342 0000001A DMA2_Channel6_IRQHandler
  507. 343 0000001A DMA2_Channel7_IRQHandler
  508. 344 0000001A LPUART1_IRQHandler
  509. 345 0000001A QUADSPI_IRQHandler
  510. 346 0000001A I2C3_EV_IRQHandler
  511. 347 0000001A I2C3_ER_IRQHandler
  512. 348 0000001A SAI1_IRQHandler
  513. 349 0000001A SWPMI1_IRQHandler
  514. 350 0000001A TSC_IRQHandler
  515. 351 0000001A RNG_IRQHandler
  516. 352 0000001A FPU_IRQHandler
  517. 353 0000001A CRS_IRQHandler
  518. 354 0000001A
  519. 355 0000001A E7FE B .
  520. 356 0000001C
  521. 357 0000001C ENDP
  522. 358 0000001C
  523. 359 0000001C ALIGN
  524. 360 0000001C
  525. 361 0000001C ;*******************************************************
  526. ************************
  527. 362 0000001C ; User Stack and Heap initialization
  528. 363 0000001C ;*******************************************************
  529. ************************
  530. ARM Macro Assembler Page 10
  531. 364 0000001C IF :DEF:__MICROLIB
  532. 365 0000001C
  533. 366 0000001C EXPORT __initial_sp
  534. 367 0000001C EXPORT __heap_base
  535. 368 0000001C EXPORT __heap_limit
  536. 369 0000001C
  537. 370 0000001C ELSE
  538. 385 ENDIF
  539. 386 0000001C
  540. 387 0000001C END
  541. 00000000
  542. 00000000
  543. Command Line: --debug --xref --diag_suppress=9931 --cpu=Cortex-M4.fp.sp --apcs=
  544. interwork --depend=stm32l431rct6\startup_stm32l431xx.d -ostm32l431rct6\startup_
  545. stm32l431xx.o -I../Core/Inc -I.\RTE\_STM32L431RCT6 -ID:\installed_software\Kiel
  546. _v5\Packs\ARM\CMSIS\5.9.0\CMSIS\Core\Include --predefine="__MICROLIB SETA 1" --
  547. predefine="__UVISION_VERSION SETA 537" --predefine="_RTE_ SETA 1" --predefine="
  548. STM32L431xx SETA 1" --predefine="_RTE_ SETA 1" --list=startup_stm32l431xx.lst s
  549. tartup_stm32l431xx.s
  550. ARM Macro Assembler Page 1 Alphabetic symbol ordering
  551. Relocatable symbols
  552. STACK 00000000
  553. Symbol: STACK
  554. Definitions
  555. At line 33 in file startup_stm32l431xx.s
  556. Uses
  557. None
  558. Comment: STACK unused
  559. Stack_Mem 00000000
  560. Symbol: Stack_Mem
  561. Definitions
  562. At line 34 in file startup_stm32l431xx.s
  563. Uses
  564. None
  565. Comment: Stack_Mem unused
  566. __initial_sp 00000400
  567. Symbol: __initial_sp
  568. Definitions
  569. At line 35 in file startup_stm32l431xx.s
  570. Uses
  571. At line 59 in file startup_stm32l431xx.s
  572. At line 366 in file startup_stm32l431xx.s
  573. 3 symbols
  574. ARM Macro Assembler Page 1 Alphabetic symbol ordering
  575. Relocatable symbols
  576. HEAP 00000000
  577. Symbol: HEAP
  578. Definitions
  579. At line 44 in file startup_stm32l431xx.s
  580. Uses
  581. None
  582. Comment: HEAP unused
  583. Heap_Mem 00000000
  584. Symbol: Heap_Mem
  585. Definitions
  586. At line 46 in file startup_stm32l431xx.s
  587. Uses
  588. None
  589. Comment: Heap_Mem unused
  590. __heap_base 00000000
  591. Symbol: __heap_base
  592. Definitions
  593. At line 45 in file startup_stm32l431xx.s
  594. Uses
  595. At line 367 in file startup_stm32l431xx.s
  596. Comment: __heap_base used once
  597. __heap_limit 00000200
  598. Symbol: __heap_limit
  599. Definitions
  600. At line 47 in file startup_stm32l431xx.s
  601. Uses
  602. At line 368 in file startup_stm32l431xx.s
  603. Comment: __heap_limit used once
  604. 4 symbols
  605. ARM Macro Assembler Page 1 Alphabetic symbol ordering
  606. Relocatable symbols
  607. RESET 00000000
  608. Symbol: RESET
  609. Definitions
  610. At line 54 in file startup_stm32l431xx.s
  611. Uses
  612. None
  613. Comment: RESET unused
  614. __Vectors 00000000
  615. Symbol: __Vectors
  616. Definitions
  617. At line 59 in file startup_stm32l431xx.s
  618. Uses
  619. At line 55 in file startup_stm32l431xx.s
  620. At line 163 in file startup_stm32l431xx.s
  621. __Vectors_End 0000018C
  622. Symbol: __Vectors_End
  623. Definitions
  624. At line 161 in file startup_stm32l431xx.s
  625. Uses
  626. At line 56 in file startup_stm32l431xx.s
  627. At line 163 in file startup_stm32l431xx.s
  628. 3 symbols
  629. ARM Macro Assembler Page 1 Alphabetic symbol ordering
  630. Relocatable symbols
  631. .text 00000000
  632. Symbol: .text
  633. Definitions
  634. At line 165 in file startup_stm32l431xx.s
  635. Uses
  636. None
  637. Comment: .text unused
  638. ADC1_IRQHandler 0000001A
  639. Symbol: ADC1_IRQHandler
  640. Definitions
  641. At line 308 in file startup_stm32l431xx.s
  642. Uses
  643. At line 95 in file startup_stm32l431xx.s
  644. At line 243 in file startup_stm32l431xx.s
  645. BusFault_Handler 0000000E
  646. Symbol: BusFault_Handler
  647. Definitions
  648. At line 196 in file startup_stm32l431xx.s
  649. Uses
  650. At line 64 in file startup_stm32l431xx.s
  651. At line 197 in file startup_stm32l431xx.s
  652. CAN1_RX0_IRQHandler 0000001A
  653. Symbol: CAN1_RX0_IRQHandler
  654. Definitions
  655. At line 310 in file startup_stm32l431xx.s
  656. Uses
  657. At line 97 in file startup_stm32l431xx.s
  658. At line 245 in file startup_stm32l431xx.s
  659. CAN1_RX1_IRQHandler 0000001A
  660. Symbol: CAN1_RX1_IRQHandler
  661. Definitions
  662. At line 311 in file startup_stm32l431xx.s
  663. Uses
  664. At line 98 in file startup_stm32l431xx.s
  665. At line 246 in file startup_stm32l431xx.s
  666. CAN1_SCE_IRQHandler 0000001A
  667. Symbol: CAN1_SCE_IRQHandler
  668. Definitions
  669. At line 312 in file startup_stm32l431xx.s
  670. Uses
  671. At line 99 in file startup_stm32l431xx.s
  672. At line 247 in file startup_stm32l431xx.s
  673. CAN1_TX_IRQHandler 0000001A
  674. Symbol: CAN1_TX_IRQHandler
  675. Definitions
  676. At line 309 in file startup_stm32l431xx.s
  677. Uses
  678. ARM Macro Assembler Page 2 Alphabetic symbol ordering
  679. Relocatable symbols
  680. At line 96 in file startup_stm32l431xx.s
  681. At line 244 in file startup_stm32l431xx.s
  682. COMP_IRQHandler 0000001A
  683. Symbol: COMP_IRQHandler
  684. Definitions
  685. At line 339 in file startup_stm32l431xx.s
  686. Uses
  687. At line 141 in file startup_stm32l431xx.s
  688. At line 274 in file startup_stm32l431xx.s
  689. CRS_IRQHandler 0000001A
  690. Symbol: CRS_IRQHandler
  691. Definitions
  692. At line 353 in file startup_stm32l431xx.s
  693. Uses
  694. At line 159 in file startup_stm32l431xx.s
  695. At line 288 in file startup_stm32l431xx.s
  696. DMA1_Channel1_IRQHandler 0000001A
  697. Symbol: DMA1_Channel1_IRQHandler
  698. Definitions
  699. At line 301 in file startup_stm32l431xx.s
  700. Uses
  701. At line 88 in file startup_stm32l431xx.s
  702. At line 236 in file startup_stm32l431xx.s
  703. DMA1_Channel2_IRQHandler 0000001A
  704. Symbol: DMA1_Channel2_IRQHandler
  705. Definitions
  706. At line 302 in file startup_stm32l431xx.s
  707. Uses
  708. At line 89 in file startup_stm32l431xx.s
  709. At line 237 in file startup_stm32l431xx.s
  710. DMA1_Channel3_IRQHandler 0000001A
  711. Symbol: DMA1_Channel3_IRQHandler
  712. Definitions
  713. At line 303 in file startup_stm32l431xx.s
  714. Uses
  715. At line 90 in file startup_stm32l431xx.s
  716. At line 238 in file startup_stm32l431xx.s
  717. DMA1_Channel4_IRQHandler 0000001A
  718. Symbol: DMA1_Channel4_IRQHandler
  719. Definitions
  720. At line 304 in file startup_stm32l431xx.s
  721. Uses
  722. At line 91 in file startup_stm32l431xx.s
  723. At line 239 in file startup_stm32l431xx.s
  724. DMA1_Channel5_IRQHandler 0000001A
  725. ARM Macro Assembler Page 3 Alphabetic symbol ordering
  726. Relocatable symbols
  727. Symbol: DMA1_Channel5_IRQHandler
  728. Definitions
  729. At line 305 in file startup_stm32l431xx.s
  730. Uses
  731. At line 92 in file startup_stm32l431xx.s
  732. At line 240 in file startup_stm32l431xx.s
  733. DMA1_Channel6_IRQHandler 0000001A
  734. Symbol: DMA1_Channel6_IRQHandler
  735. Definitions
  736. At line 306 in file startup_stm32l431xx.s
  737. Uses
  738. At line 93 in file startup_stm32l431xx.s
  739. At line 241 in file startup_stm32l431xx.s
  740. DMA1_Channel7_IRQHandler 0000001A
  741. Symbol: DMA1_Channel7_IRQHandler
  742. Definitions
  743. At line 307 in file startup_stm32l431xx.s
  744. Uses
  745. At line 94 in file startup_stm32l431xx.s
  746. At line 242 in file startup_stm32l431xx.s
  747. DMA2_Channel1_IRQHandler 0000001A
  748. Symbol: DMA2_Channel1_IRQHandler
  749. Definitions
  750. At line 334 in file startup_stm32l431xx.s
  751. Uses
  752. At line 133 in file startup_stm32l431xx.s
  753. At line 269 in file startup_stm32l431xx.s
  754. DMA2_Channel2_IRQHandler 0000001A
  755. Symbol: DMA2_Channel2_IRQHandler
  756. Definitions
  757. At line 335 in file startup_stm32l431xx.s
  758. Uses
  759. At line 134 in file startup_stm32l431xx.s
  760. At line 270 in file startup_stm32l431xx.s
  761. DMA2_Channel3_IRQHandler 0000001A
  762. Symbol: DMA2_Channel3_IRQHandler
  763. Definitions
  764. At line 336 in file startup_stm32l431xx.s
  765. Uses
  766. At line 135 in file startup_stm32l431xx.s
  767. At line 271 in file startup_stm32l431xx.s
  768. DMA2_Channel4_IRQHandler 0000001A
  769. Symbol: DMA2_Channel4_IRQHandler
  770. Definitions
  771. At line 337 in file startup_stm32l431xx.s
  772. Uses
  773. At line 136 in file startup_stm32l431xx.s
  774. ARM Macro Assembler Page 4 Alphabetic symbol ordering
  775. Relocatable symbols
  776. At line 272 in file startup_stm32l431xx.s
  777. DMA2_Channel5_IRQHandler 0000001A
  778. Symbol: DMA2_Channel5_IRQHandler
  779. Definitions
  780. At line 338 in file startup_stm32l431xx.s
  781. Uses
  782. At line 137 in file startup_stm32l431xx.s
  783. At line 273 in file startup_stm32l431xx.s
  784. DMA2_Channel6_IRQHandler 0000001A
  785. Symbol: DMA2_Channel6_IRQHandler
  786. Definitions
  787. At line 342 in file startup_stm32l431xx.s
  788. Uses
  789. At line 145 in file startup_stm32l431xx.s
  790. At line 277 in file startup_stm32l431xx.s
  791. DMA2_Channel7_IRQHandler 0000001A
  792. Symbol: DMA2_Channel7_IRQHandler
  793. Definitions
  794. At line 343 in file startup_stm32l431xx.s
  795. Uses
  796. At line 146 in file startup_stm32l431xx.s
  797. At line 278 in file startup_stm32l431xx.s
  798. DebugMon_Handler 00000014
  799. Symbol: DebugMon_Handler
  800. Definitions
  801. At line 210 in file startup_stm32l431xx.s
  802. Uses
  803. At line 71 in file startup_stm32l431xx.s
  804. At line 211 in file startup_stm32l431xx.s
  805. Default_Handler 0000001A
  806. Symbol: Default_Handler
  807. Definitions
  808. At line 223 in file startup_stm32l431xx.s
  809. Uses
  810. None
  811. Comment: Default_Handler unused
  812. EXTI0_IRQHandler 0000001A
  813. Symbol: EXTI0_IRQHandler
  814. Definitions
  815. At line 296 in file startup_stm32l431xx.s
  816. Uses
  817. At line 83 in file startup_stm32l431xx.s
  818. At line 231 in file startup_stm32l431xx.s
  819. EXTI15_10_IRQHandler 0000001A
  820. Symbol: EXTI15_10_IRQHandler
  821. Definitions
  822. ARM Macro Assembler Page 5 Alphabetic symbol ordering
  823. Relocatable symbols
  824. At line 328 in file startup_stm32l431xx.s
  825. Uses
  826. At line 117 in file startup_stm32l431xx.s
  827. At line 263 in file startup_stm32l431xx.s
  828. EXTI1_IRQHandler 0000001A
  829. Symbol: EXTI1_IRQHandler
  830. Definitions
  831. At line 297 in file startup_stm32l431xx.s
  832. Uses
  833. At line 84 in file startup_stm32l431xx.s
  834. At line 232 in file startup_stm32l431xx.s
  835. EXTI2_IRQHandler 0000001A
  836. Symbol: EXTI2_IRQHandler
  837. Definitions
  838. At line 298 in file startup_stm32l431xx.s
  839. Uses
  840. At line 85 in file startup_stm32l431xx.s
  841. At line 233 in file startup_stm32l431xx.s
  842. EXTI3_IRQHandler 0000001A
  843. Symbol: EXTI3_IRQHandler
  844. Definitions
  845. At line 299 in file startup_stm32l431xx.s
  846. Uses
  847. At line 86 in file startup_stm32l431xx.s
  848. At line 234 in file startup_stm32l431xx.s
  849. EXTI4_IRQHandler 0000001A
  850. Symbol: EXTI4_IRQHandler
  851. Definitions
  852. At line 300 in file startup_stm32l431xx.s
  853. Uses
  854. At line 87 in file startup_stm32l431xx.s
  855. At line 235 in file startup_stm32l431xx.s
  856. EXTI9_5_IRQHandler 0000001A
  857. Symbol: EXTI9_5_IRQHandler
  858. Definitions
  859. At line 313 in file startup_stm32l431xx.s
  860. Uses
  861. At line 100 in file startup_stm32l431xx.s
  862. At line 248 in file startup_stm32l431xx.s
  863. FLASH_IRQHandler 0000001A
  864. Symbol: FLASH_IRQHandler
  865. Definitions
  866. At line 294 in file startup_stm32l431xx.s
  867. Uses
  868. At line 81 in file startup_stm32l431xx.s
  869. At line 229 in file startup_stm32l431xx.s
  870. ARM Macro Assembler Page 6 Alphabetic symbol ordering
  871. Relocatable symbols
  872. FPU_IRQHandler 0000001A
  873. Symbol: FPU_IRQHandler
  874. Definitions
  875. At line 352 in file startup_stm32l431xx.s
  876. Uses
  877. At line 158 in file startup_stm32l431xx.s
  878. At line 287 in file startup_stm32l431xx.s
  879. HardFault_Handler 0000000A
  880. Symbol: HardFault_Handler
  881. Definitions
  882. At line 186 in file startup_stm32l431xx.s
  883. Uses
  884. At line 62 in file startup_stm32l431xx.s
  885. At line 187 in file startup_stm32l431xx.s
  886. I2C1_ER_IRQHandler 0000001A
  887. Symbol: I2C1_ER_IRQHandler
  888. Definitions
  889. At line 320 in file startup_stm32l431xx.s
  890. Uses
  891. At line 109 in file startup_stm32l431xx.s
  892. At line 255 in file startup_stm32l431xx.s
  893. I2C1_EV_IRQHandler 0000001A
  894. Symbol: I2C1_EV_IRQHandler
  895. Definitions
  896. At line 319 in file startup_stm32l431xx.s
  897. Uses
  898. At line 108 in file startup_stm32l431xx.s
  899. At line 254 in file startup_stm32l431xx.s
  900. I2C2_ER_IRQHandler 0000001A
  901. Symbol: I2C2_ER_IRQHandler
  902. Definitions
  903. At line 322 in file startup_stm32l431xx.s
  904. Uses
  905. At line 111 in file startup_stm32l431xx.s
  906. At line 257 in file startup_stm32l431xx.s
  907. I2C2_EV_IRQHandler 0000001A
  908. Symbol: I2C2_EV_IRQHandler
  909. Definitions
  910. At line 321 in file startup_stm32l431xx.s
  911. Uses
  912. At line 110 in file startup_stm32l431xx.s
  913. At line 256 in file startup_stm32l431xx.s
  914. I2C3_ER_IRQHandler 0000001A
  915. Symbol: I2C3_ER_IRQHandler
  916. Definitions
  917. At line 347 in file startup_stm32l431xx.s
  918. ARM Macro Assembler Page 7 Alphabetic symbol ordering
  919. Relocatable symbols
  920. Uses
  921. At line 150 in file startup_stm32l431xx.s
  922. At line 282 in file startup_stm32l431xx.s
  923. I2C3_EV_IRQHandler 0000001A
  924. Symbol: I2C3_EV_IRQHandler
  925. Definitions
  926. At line 346 in file startup_stm32l431xx.s
  927. Uses
  928. At line 149 in file startup_stm32l431xx.s
  929. At line 281 in file startup_stm32l431xx.s
  930. LPTIM1_IRQHandler 0000001A
  931. Symbol: LPTIM1_IRQHandler
  932. Definitions
  933. At line 340 in file startup_stm32l431xx.s
  934. Uses
  935. At line 142 in file startup_stm32l431xx.s
  936. At line 275 in file startup_stm32l431xx.s
  937. LPTIM2_IRQHandler 0000001A
  938. Symbol: LPTIM2_IRQHandler
  939. Definitions
  940. At line 341 in file startup_stm32l431xx.s
  941. Uses
  942. At line 143 in file startup_stm32l431xx.s
  943. At line 276 in file startup_stm32l431xx.s
  944. LPUART1_IRQHandler 0000001A
  945. Symbol: LPUART1_IRQHandler
  946. Definitions
  947. At line 344 in file startup_stm32l431xx.s
  948. Uses
  949. At line 147 in file startup_stm32l431xx.s
  950. At line 279 in file startup_stm32l431xx.s
  951. MemManage_Handler 0000000C
  952. Symbol: MemManage_Handler
  953. Definitions
  954. At line 191 in file startup_stm32l431xx.s
  955. Uses
  956. At line 63 in file startup_stm32l431xx.s
  957. At line 192 in file startup_stm32l431xx.s
  958. NMI_Handler 00000008
  959. Symbol: NMI_Handler
  960. Definitions
  961. At line 181 in file startup_stm32l431xx.s
  962. Uses
  963. At line 61 in file startup_stm32l431xx.s
  964. At line 182 in file startup_stm32l431xx.s
  965. PVD_PVM_IRQHandler 0000001A
  966. ARM Macro Assembler Page 8 Alphabetic symbol ordering
  967. Relocatable symbols
  968. Symbol: PVD_PVM_IRQHandler
  969. Definitions
  970. At line 291 in file startup_stm32l431xx.s
  971. Uses
  972. At line 78 in file startup_stm32l431xx.s
  973. At line 226 in file startup_stm32l431xx.s
  974. PendSV_Handler 00000016
  975. Symbol: PendSV_Handler
  976. Definitions
  977. At line 214 in file startup_stm32l431xx.s
  978. Uses
  979. At line 73 in file startup_stm32l431xx.s
  980. At line 215 in file startup_stm32l431xx.s
  981. QUADSPI_IRQHandler 0000001A
  982. Symbol: QUADSPI_IRQHandler
  983. Definitions
  984. At line 345 in file startup_stm32l431xx.s
  985. Uses
  986. At line 148 in file startup_stm32l431xx.s
  987. At line 280 in file startup_stm32l431xx.s
  988. RCC_IRQHandler 0000001A
  989. Symbol: RCC_IRQHandler
  990. Definitions
  991. At line 295 in file startup_stm32l431xx.s
  992. Uses
  993. At line 82 in file startup_stm32l431xx.s
  994. At line 230 in file startup_stm32l431xx.s
  995. RNG_IRQHandler 0000001A
  996. Symbol: RNG_IRQHandler
  997. Definitions
  998. At line 351 in file startup_stm32l431xx.s
  999. Uses
  1000. At line 157 in file startup_stm32l431xx.s
  1001. At line 286 in file startup_stm32l431xx.s
  1002. RTC_Alarm_IRQHandler 0000001A
  1003. Symbol: RTC_Alarm_IRQHandler
  1004. Definitions
  1005. At line 329 in file startup_stm32l431xx.s
  1006. Uses
  1007. At line 118 in file startup_stm32l431xx.s
  1008. At line 264 in file startup_stm32l431xx.s
  1009. RTC_WKUP_IRQHandler 0000001A
  1010. Symbol: RTC_WKUP_IRQHandler
  1011. Definitions
  1012. At line 293 in file startup_stm32l431xx.s
  1013. Uses
  1014. ARM Macro Assembler Page 9 Alphabetic symbol ordering
  1015. Relocatable symbols
  1016. At line 80 in file startup_stm32l431xx.s
  1017. At line 228 in file startup_stm32l431xx.s
  1018. Reset_Handler 00000000
  1019. Symbol: Reset_Handler
  1020. Definitions
  1021. At line 168 in file startup_stm32l431xx.s
  1022. Uses
  1023. At line 60 in file startup_stm32l431xx.s
  1024. At line 169 in file startup_stm32l431xx.s
  1025. SAI1_IRQHandler 0000001A
  1026. Symbol: SAI1_IRQHandler
  1027. Definitions
  1028. At line 348 in file startup_stm32l431xx.s
  1029. Uses
  1030. At line 151 in file startup_stm32l431xx.s
  1031. At line 283 in file startup_stm32l431xx.s
  1032. SDMMC1_IRQHandler 0000001A
  1033. Symbol: SDMMC1_IRQHandler
  1034. Definitions
  1035. At line 330 in file startup_stm32l431xx.s
  1036. Uses
  1037. At line 126 in file startup_stm32l431xx.s
  1038. At line 265 in file startup_stm32l431xx.s
  1039. SPI1_IRQHandler 0000001A
  1040. Symbol: SPI1_IRQHandler
  1041. Definitions
  1042. At line 323 in file startup_stm32l431xx.s
  1043. Uses
  1044. At line 112 in file startup_stm32l431xx.s
  1045. At line 258 in file startup_stm32l431xx.s
  1046. SPI2_IRQHandler 0000001A
  1047. Symbol: SPI2_IRQHandler
  1048. Definitions
  1049. At line 324 in file startup_stm32l431xx.s
  1050. Uses
  1051. At line 113 in file startup_stm32l431xx.s
  1052. At line 259 in file startup_stm32l431xx.s
  1053. SPI3_IRQHandler 0000001A
  1054. Symbol: SPI3_IRQHandler
  1055. Definitions
  1056. At line 331 in file startup_stm32l431xx.s
  1057. Uses
  1058. At line 128 in file startup_stm32l431xx.s
  1059. At line 266 in file startup_stm32l431xx.s
  1060. SVC_Handler 00000012
  1061. ARM Macro Assembler Page 10 Alphabetic symbol ordering
  1062. Relocatable symbols
  1063. Symbol: SVC_Handler
  1064. Definitions
  1065. At line 205 in file startup_stm32l431xx.s
  1066. Uses
  1067. At line 70 in file startup_stm32l431xx.s
  1068. At line 206 in file startup_stm32l431xx.s
  1069. SWPMI1_IRQHandler 0000001A
  1070. Symbol: SWPMI1_IRQHandler
  1071. Definitions
  1072. At line 349 in file startup_stm32l431xx.s
  1073. Uses
  1074. At line 153 in file startup_stm32l431xx.s
  1075. At line 284 in file startup_stm32l431xx.s
  1076. SysTick_Handler 00000018
  1077. Symbol: SysTick_Handler
  1078. Definitions
  1079. At line 218 in file startup_stm32l431xx.s
  1080. Uses
  1081. At line 74 in file startup_stm32l431xx.s
  1082. At line 219 in file startup_stm32l431xx.s
  1083. TAMP_STAMP_IRQHandler 0000001A
  1084. Symbol: TAMP_STAMP_IRQHandler
  1085. Definitions
  1086. At line 292 in file startup_stm32l431xx.s
  1087. Uses
  1088. At line 79 in file startup_stm32l431xx.s
  1089. At line 227 in file startup_stm32l431xx.s
  1090. TIM1_BRK_TIM15_IRQHandler 0000001A
  1091. Symbol: TIM1_BRK_TIM15_IRQHandler
  1092. Definitions
  1093. At line 314 in file startup_stm32l431xx.s
  1094. Uses
  1095. At line 101 in file startup_stm32l431xx.s
  1096. At line 249 in file startup_stm32l431xx.s
  1097. TIM1_CC_IRQHandler 0000001A
  1098. Symbol: TIM1_CC_IRQHandler
  1099. Definitions
  1100. At line 317 in file startup_stm32l431xx.s
  1101. Uses
  1102. At line 104 in file startup_stm32l431xx.s
  1103. At line 252 in file startup_stm32l431xx.s
  1104. TIM1_TRG_COM_IRQHandler 0000001A
  1105. Symbol: TIM1_TRG_COM_IRQHandler
  1106. Definitions
  1107. At line 316 in file startup_stm32l431xx.s
  1108. Uses
  1109. At line 103 in file startup_stm32l431xx.s
  1110. ARM Macro Assembler Page 11 Alphabetic symbol ordering
  1111. Relocatable symbols
  1112. At line 251 in file startup_stm32l431xx.s
  1113. TIM1_UP_TIM16_IRQHandler 0000001A
  1114. Symbol: TIM1_UP_TIM16_IRQHandler
  1115. Definitions
  1116. At line 315 in file startup_stm32l431xx.s
  1117. Uses
  1118. At line 102 in file startup_stm32l431xx.s
  1119. At line 250 in file startup_stm32l431xx.s
  1120. TIM2_IRQHandler 0000001A
  1121. Symbol: TIM2_IRQHandler
  1122. Definitions
  1123. At line 318 in file startup_stm32l431xx.s
  1124. Uses
  1125. At line 105 in file startup_stm32l431xx.s
  1126. At line 253 in file startup_stm32l431xx.s
  1127. TIM6_DAC_IRQHandler 0000001A
  1128. Symbol: TIM6_DAC_IRQHandler
  1129. Definitions
  1130. At line 332 in file startup_stm32l431xx.s
  1131. Uses
  1132. At line 131 in file startup_stm32l431xx.s
  1133. At line 267 in file startup_stm32l431xx.s
  1134. TIM7_IRQHandler 0000001A
  1135. Symbol: TIM7_IRQHandler
  1136. Definitions
  1137. At line 333 in file startup_stm32l431xx.s
  1138. Uses
  1139. At line 132 in file startup_stm32l431xx.s
  1140. At line 268 in file startup_stm32l431xx.s
  1141. TSC_IRQHandler 0000001A
  1142. Symbol: TSC_IRQHandler
  1143. Definitions
  1144. At line 350 in file startup_stm32l431xx.s
  1145. Uses
  1146. At line 154 in file startup_stm32l431xx.s
  1147. At line 285 in file startup_stm32l431xx.s
  1148. USART1_IRQHandler 0000001A
  1149. Symbol: USART1_IRQHandler
  1150. Definitions
  1151. At line 325 in file startup_stm32l431xx.s
  1152. Uses
  1153. At line 114 in file startup_stm32l431xx.s
  1154. At line 260 in file startup_stm32l431xx.s
  1155. USART2_IRQHandler 0000001A
  1156. Symbol: USART2_IRQHandler
  1157. ARM Macro Assembler Page 12 Alphabetic symbol ordering
  1158. Relocatable symbols
  1159. Definitions
  1160. At line 326 in file startup_stm32l431xx.s
  1161. Uses
  1162. At line 115 in file startup_stm32l431xx.s
  1163. At line 261 in file startup_stm32l431xx.s
  1164. USART3_IRQHandler 0000001A
  1165. Symbol: USART3_IRQHandler
  1166. Definitions
  1167. At line 327 in file startup_stm32l431xx.s
  1168. Uses
  1169. At line 116 in file startup_stm32l431xx.s
  1170. At line 262 in file startup_stm32l431xx.s
  1171. UsageFault_Handler 00000010
  1172. Symbol: UsageFault_Handler
  1173. Definitions
  1174. At line 201 in file startup_stm32l431xx.s
  1175. Uses
  1176. At line 65 in file startup_stm32l431xx.s
  1177. At line 202 in file startup_stm32l431xx.s
  1178. WWDG_IRQHandler 0000001A
  1179. Symbol: WWDG_IRQHandler
  1180. Definitions
  1181. At line 290 in file startup_stm32l431xx.s
  1182. Uses
  1183. At line 77 in file startup_stm32l431xx.s
  1184. At line 225 in file startup_stm32l431xx.s
  1185. 76 symbols
  1186. ARM Macro Assembler Page 1 Alphabetic symbol ordering
  1187. Absolute symbols
  1188. Heap_Size 00000200
  1189. Symbol: Heap_Size
  1190. Definitions
  1191. At line 42 in file startup_stm32l431xx.s
  1192. Uses
  1193. At line 46 in file startup_stm32l431xx.s
  1194. Comment: Heap_Size used once
  1195. Stack_Size 00000400
  1196. Symbol: Stack_Size
  1197. Definitions
  1198. At line 31 in file startup_stm32l431xx.s
  1199. Uses
  1200. At line 34 in file startup_stm32l431xx.s
  1201. Comment: Stack_Size used once
  1202. __Vectors_Size 0000018C
  1203. Symbol: __Vectors_Size
  1204. Definitions
  1205. At line 163 in file startup_stm32l431xx.s
  1206. Uses
  1207. At line 57 in file startup_stm32l431xx.s
  1208. Comment: __Vectors_Size used once
  1209. 3 symbols
  1210. ARM Macro Assembler Page 1 Alphabetic symbol ordering
  1211. External symbols
  1212. SystemInit 00000000
  1213. Symbol: SystemInit
  1214. Definitions
  1215. At line 170 in file startup_stm32l431xx.s
  1216. Uses
  1217. At line 173 in file startup_stm32l431xx.s
  1218. Comment: SystemInit used once
  1219. __main 00000000
  1220. Symbol: __main
  1221. Definitions
  1222. At line 171 in file startup_stm32l431xx.s
  1223. Uses
  1224. At line 175 in file startup_stm32l431xx.s
  1225. Comment: __main used once
  1226. 2 symbols
  1227. 428 symbols in table