You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1960 lines
69 KiB

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