stm32f4xx_hal_msp.lst 8.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175
  1. ARM GAS /tmp/ccXkrdzV.s page 1
  2. 1 .cpu cortex-m4
  3. 2 .eabi_attribute 27, 1
  4. 3 .eabi_attribute 28, 1
  5. 4 .eabi_attribute 20, 1
  6. 5 .eabi_attribute 21, 1
  7. 6 .eabi_attribute 23, 3
  8. 7 .eabi_attribute 24, 1
  9. 8 .eabi_attribute 25, 1
  10. 9 .eabi_attribute 26, 1
  11. 10 .eabi_attribute 30, 1
  12. 11 .eabi_attribute 34, 1
  13. 12 .eabi_attribute 18, 4
  14. 13 .file "stm32f4xx_hal_msp.c"
  15. 14 .text
  16. 15 .Ltext0:
  17. 16 .cfi_sections .debug_frame
  18. 17 .section .text.HAL_MspInit,"ax",%progbits
  19. 18 .align 1
  20. 19 .global HAL_MspInit
  21. 20 .syntax unified
  22. 21 .thumb
  23. 22 .thumb_func
  24. 23 .fpu fpv4-sp-d16
  25. 25 HAL_MspInit:
  26. 26 .LFB130:
  27. 27 .file 1 "Src/stm32f4xx_hal_msp.c"
  28. 1:Src/stm32f4xx_hal_msp.c **** /* USER CODE BEGIN Header */
  29. 2:Src/stm32f4xx_hal_msp.c **** /**
  30. 3:Src/stm32f4xx_hal_msp.c **** ******************************************************************************
  31. 4:Src/stm32f4xx_hal_msp.c **** * File Name : stm32f4xx_hal_msp.c
  32. 5:Src/stm32f4xx_hal_msp.c **** * Description : This file provides code for the MSP Initialization
  33. 6:Src/stm32f4xx_hal_msp.c **** * and de-Initialization codes.
  34. 7:Src/stm32f4xx_hal_msp.c **** ******************************************************************************
  35. 8:Src/stm32f4xx_hal_msp.c **** * @attention
  36. 9:Src/stm32f4xx_hal_msp.c **** *
  37. 10:Src/stm32f4xx_hal_msp.c **** * <h2><center>&copy; Copyright (c) 2019 STMicroelectronics.
  38. 11:Src/stm32f4xx_hal_msp.c **** * All rights reserved.</center></h2>
  39. 12:Src/stm32f4xx_hal_msp.c **** *
  40. 13:Src/stm32f4xx_hal_msp.c **** * This software component is licensed by ST under Ultimate Liberty license
  41. 14:Src/stm32f4xx_hal_msp.c **** * SLA0044, the "License"; You may not use this file except in compliance with
  42. 15:Src/stm32f4xx_hal_msp.c **** * the License. You may obtain a copy of the License at:
  43. 16:Src/stm32f4xx_hal_msp.c **** * www.st.com/SLA0044
  44. 17:Src/stm32f4xx_hal_msp.c **** *
  45. 18:Src/stm32f4xx_hal_msp.c **** ******************************************************************************
  46. 19:Src/stm32f4xx_hal_msp.c **** */
  47. 20:Src/stm32f4xx_hal_msp.c **** /* USER CODE END Header */
  48. 21:Src/stm32f4xx_hal_msp.c ****
  49. 22:Src/stm32f4xx_hal_msp.c **** /* Includes ------------------------------------------------------------------*/
  50. 23:Src/stm32f4xx_hal_msp.c **** #include "main.h"
  51. 24:Src/stm32f4xx_hal_msp.c **** /* USER CODE BEGIN Includes */
  52. 25:Src/stm32f4xx_hal_msp.c ****
  53. 26:Src/stm32f4xx_hal_msp.c **** /* USER CODE END Includes */
  54. 27:Src/stm32f4xx_hal_msp.c ****
  55. 28:Src/stm32f4xx_hal_msp.c **** /* Private typedef -----------------------------------------------------------*/
  56. 29:Src/stm32f4xx_hal_msp.c **** /* USER CODE BEGIN TD */
  57. 30:Src/stm32f4xx_hal_msp.c ****
  58. 31:Src/stm32f4xx_hal_msp.c **** /* USER CODE END TD */
  59. ARM GAS /tmp/ccXkrdzV.s page 2
  60. 32:Src/stm32f4xx_hal_msp.c ****
  61. 33:Src/stm32f4xx_hal_msp.c **** /* Private define ------------------------------------------------------------*/
  62. 34:Src/stm32f4xx_hal_msp.c **** /* USER CODE BEGIN Define */
  63. 35:Src/stm32f4xx_hal_msp.c ****
  64. 36:Src/stm32f4xx_hal_msp.c **** /* USER CODE END Define */
  65. 37:Src/stm32f4xx_hal_msp.c ****
  66. 38:Src/stm32f4xx_hal_msp.c **** /* Private macro -------------------------------------------------------------*/
  67. 39:Src/stm32f4xx_hal_msp.c **** /* USER CODE BEGIN Macro */
  68. 40:Src/stm32f4xx_hal_msp.c ****
  69. 41:Src/stm32f4xx_hal_msp.c **** /* USER CODE END Macro */
  70. 42:Src/stm32f4xx_hal_msp.c ****
  71. 43:Src/stm32f4xx_hal_msp.c **** /* Private variables ---------------------------------------------------------*/
  72. 44:Src/stm32f4xx_hal_msp.c **** /* USER CODE BEGIN PV */
  73. 45:Src/stm32f4xx_hal_msp.c ****
  74. 46:Src/stm32f4xx_hal_msp.c **** /* USER CODE END PV */
  75. 47:Src/stm32f4xx_hal_msp.c ****
  76. 48:Src/stm32f4xx_hal_msp.c **** /* Private function prototypes -----------------------------------------------*/
  77. 49:Src/stm32f4xx_hal_msp.c **** /* USER CODE BEGIN PFP */
  78. 50:Src/stm32f4xx_hal_msp.c ****
  79. 51:Src/stm32f4xx_hal_msp.c **** /* USER CODE END PFP */
  80. 52:Src/stm32f4xx_hal_msp.c ****
  81. 53:Src/stm32f4xx_hal_msp.c **** /* External functions --------------------------------------------------------*/
  82. 54:Src/stm32f4xx_hal_msp.c **** /* USER CODE BEGIN ExternalFunctions */
  83. 55:Src/stm32f4xx_hal_msp.c ****
  84. 56:Src/stm32f4xx_hal_msp.c **** /* USER CODE END ExternalFunctions */
  85. 57:Src/stm32f4xx_hal_msp.c ****
  86. 58:Src/stm32f4xx_hal_msp.c **** /* USER CODE BEGIN 0 */
  87. 59:Src/stm32f4xx_hal_msp.c ****
  88. 60:Src/stm32f4xx_hal_msp.c **** /* USER CODE END 0 */
  89. 61:Src/stm32f4xx_hal_msp.c **** /**
  90. 62:Src/stm32f4xx_hal_msp.c **** * Initializes the Global MSP.
  91. 63:Src/stm32f4xx_hal_msp.c **** */
  92. 64:Src/stm32f4xx_hal_msp.c **** void HAL_MspInit(void)
  93. 65:Src/stm32f4xx_hal_msp.c **** {
  94. 28 .loc 1 65 0
  95. 29 .cfi_startproc
  96. 30 @ args = 0, pretend = 0, frame = 8
  97. 31 @ frame_needed = 0, uses_anonymous_args = 0
  98. 32 @ link register save eliminated.
  99. 33 0000 82B0 sub sp, sp, #8
  100. 34 .LCFI0:
  101. 35 .cfi_def_cfa_offset 8
  102. 36 .LBB2:
  103. 66:Src/stm32f4xx_hal_msp.c **** /* USER CODE BEGIN MspInit 0 */
  104. 67:Src/stm32f4xx_hal_msp.c ****
  105. 68:Src/stm32f4xx_hal_msp.c **** /* USER CODE END MspInit 0 */
  106. 69:Src/stm32f4xx_hal_msp.c ****
  107. 70:Src/stm32f4xx_hal_msp.c **** __HAL_RCC_SYSCFG_CLK_ENABLE();
  108. 37 .loc 1 70 0
  109. 38 0002 0021 movs r1, #0
  110. 39 0004 0091 str r1, [sp]
  111. 40 0006 0B4B ldr r3, .L3
  112. 41 0008 5A6C ldr r2, [r3, #68]
  113. 42 000a 42F48042 orr r2, r2, #16384
  114. 43 000e 5A64 str r2, [r3, #68]
  115. 44 0010 5A6C ldr r2, [r3, #68]
  116. 45 0012 02F48042 and r2, r2, #16384
  117. ARM GAS /tmp/ccXkrdzV.s page 3
  118. 46 0016 0092 str r2, [sp]
  119. 47 0018 009A ldr r2, [sp]
  120. 48 .LBE2:
  121. 49 .LBB3:
  122. 71:Src/stm32f4xx_hal_msp.c **** __HAL_RCC_PWR_CLK_ENABLE();
  123. 50 .loc 1 71 0
  124. 51 001a 0191 str r1, [sp, #4]
  125. 52 001c 1A6C ldr r2, [r3, #64]
  126. 53 001e 42F08052 orr r2, r2, #268435456
  127. 54 0022 1A64 str r2, [r3, #64]
  128. 55 0024 1B6C ldr r3, [r3, #64]
  129. 56 0026 03F08053 and r3, r3, #268435456
  130. 57 002a 0193 str r3, [sp, #4]
  131. 58 002c 019B ldr r3, [sp, #4]
  132. 59 .LBE3:
  133. 72:Src/stm32f4xx_hal_msp.c ****
  134. 73:Src/stm32f4xx_hal_msp.c **** /* System interrupt init*/
  135. 74:Src/stm32f4xx_hal_msp.c ****
  136. 75:Src/stm32f4xx_hal_msp.c **** /* USER CODE BEGIN MspInit 1 */
  137. 76:Src/stm32f4xx_hal_msp.c ****
  138. 77:Src/stm32f4xx_hal_msp.c **** /* USER CODE END MspInit 1 */
  139. 78:Src/stm32f4xx_hal_msp.c **** }
  140. 60 .loc 1 78 0
  141. 61 002e 02B0 add sp, sp, #8
  142. 62 .LCFI1:
  143. 63 .cfi_def_cfa_offset 0
  144. 64 @ sp needed
  145. 65 0030 7047 bx lr
  146. 66 .L4:
  147. 67 0032 00BF .align 2
  148. 68 .L3:
  149. 69 0034 00380240 .word 1073887232
  150. 70 .cfi_endproc
  151. 71 .LFE130:
  152. 73 .text
  153. 74 .Letext0:
  154. 75 .file 2 "/usr/include/newlib/machine/_default_types.h"
  155. 76 .file 3 "/usr/include/newlib/sys/_stdint.h"
  156. 77 .file 4 "Drivers/CMSIS/Include/core_cm4.h"
  157. 78 .file 5 "Drivers/CMSIS/Device/ST/STM32F4xx/Include/system_stm32f4xx.h"
  158. 79 .file 6 "Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f407xx.h"
  159. ARM GAS /tmp/ccXkrdzV.s page 4
  160. DEFINED SYMBOLS
  161. *ABS*:0000000000000000 stm32f4xx_hal_msp.c
  162. /tmp/ccXkrdzV.s:18 .text.HAL_MspInit:0000000000000000 $t
  163. /tmp/ccXkrdzV.s:25 .text.HAL_MspInit:0000000000000000 HAL_MspInit
  164. /tmp/ccXkrdzV.s:69 .text.HAL_MspInit:0000000000000034 $d
  165. .debug_frame:0000000000000010 $d
  166. NO UNDEFINED SYMBOLS