stm32f3xx_hal_msp.lst 9.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186
  1. ARM GAS C:\Users\zl835\AppData\Local\Temp\ccCeotHh.s page 1
  2. 1 .cpu cortex-m4
  3. 2 .arch armv7e-m
  4. 3 .fpu fpv4-sp-d16
  5. 4 .eabi_attribute 27, 1
  6. 5 .eabi_attribute 28, 1
  7. 6 .eabi_attribute 20, 1
  8. 7 .eabi_attribute 21, 1
  9. 8 .eabi_attribute 23, 3
  10. 9 .eabi_attribute 24, 1
  11. 10 .eabi_attribute 25, 1
  12. 11 .eabi_attribute 26, 1
  13. 12 .eabi_attribute 30, 2
  14. 13 .eabi_attribute 34, 1
  15. 14 .eabi_attribute 18, 4
  16. 15 .file "stm32f3xx_hal_msp.c"
  17. 16 .text
  18. 17 .Ltext0:
  19. 18 .cfi_sections .debug_frame
  20. 19 .section .text.HAL_MspInit,"ax",%progbits
  21. 20 .align 1
  22. 21 .p2align 2,,3
  23. 22 .global HAL_MspInit
  24. 23 .syntax unified
  25. 24 .thumb
  26. 25 .thumb_func
  27. 27 HAL_MspInit:
  28. 28 .LFB130:
  29. 29 .file 1 "Core/Src/stm32f3xx_hal_msp.c"
  30. 1:Core/Src/stm32f3xx_hal_msp.c **** /* USER CODE BEGIN Header */
  31. 2:Core/Src/stm32f3xx_hal_msp.c **** /**
  32. 3:Core/Src/stm32f3xx_hal_msp.c **** ******************************************************************************
  33. 4:Core/Src/stm32f3xx_hal_msp.c **** * @file stm32f3xx_hal_msp.c
  34. 5:Core/Src/stm32f3xx_hal_msp.c **** * @brief This file provides code for the MSP Initialization
  35. 6:Core/Src/stm32f3xx_hal_msp.c **** * and de-Initialization codes.
  36. 7:Core/Src/stm32f3xx_hal_msp.c **** ******************************************************************************
  37. 8:Core/Src/stm32f3xx_hal_msp.c **** * @attention
  38. 9:Core/Src/stm32f3xx_hal_msp.c **** *
  39. 10:Core/Src/stm32f3xx_hal_msp.c **** * Copyright (c) 2025 STMicroelectronics.
  40. 11:Core/Src/stm32f3xx_hal_msp.c **** * All rights reserved.
  41. 12:Core/Src/stm32f3xx_hal_msp.c **** *
  42. 13:Core/Src/stm32f3xx_hal_msp.c **** * This software is licensed under terms that can be found in the LICENSE file
  43. 14:Core/Src/stm32f3xx_hal_msp.c **** * in the root directory of this software component.
  44. 15:Core/Src/stm32f3xx_hal_msp.c **** * If no LICENSE file comes with this software, it is provided AS-IS.
  45. 16:Core/Src/stm32f3xx_hal_msp.c **** *
  46. 17:Core/Src/stm32f3xx_hal_msp.c **** ******************************************************************************
  47. 18:Core/Src/stm32f3xx_hal_msp.c **** */
  48. 19:Core/Src/stm32f3xx_hal_msp.c **** /* USER CODE END Header */
  49. 20:Core/Src/stm32f3xx_hal_msp.c ****
  50. 21:Core/Src/stm32f3xx_hal_msp.c **** /* Includes ------------------------------------------------------------------*/
  51. 22:Core/Src/stm32f3xx_hal_msp.c **** #include "main.h"
  52. 23:Core/Src/stm32f3xx_hal_msp.c **** /* USER CODE BEGIN Includes */
  53. 24:Core/Src/stm32f3xx_hal_msp.c ****
  54. 25:Core/Src/stm32f3xx_hal_msp.c **** /* USER CODE END Includes */
  55. 26:Core/Src/stm32f3xx_hal_msp.c ****
  56. 27:Core/Src/stm32f3xx_hal_msp.c **** /* Private typedef -----------------------------------------------------------*/
  57. 28:Core/Src/stm32f3xx_hal_msp.c **** /* USER CODE BEGIN TD */
  58. 29:Core/Src/stm32f3xx_hal_msp.c ****
  59. ARM GAS C:\Users\zl835\AppData\Local\Temp\ccCeotHh.s page 2
  60. 30:Core/Src/stm32f3xx_hal_msp.c **** /* USER CODE END TD */
  61. 31:Core/Src/stm32f3xx_hal_msp.c ****
  62. 32:Core/Src/stm32f3xx_hal_msp.c **** /* Private define ------------------------------------------------------------*/
  63. 33:Core/Src/stm32f3xx_hal_msp.c **** /* USER CODE BEGIN Define */
  64. 34:Core/Src/stm32f3xx_hal_msp.c ****
  65. 35:Core/Src/stm32f3xx_hal_msp.c **** /* USER CODE END Define */
  66. 36:Core/Src/stm32f3xx_hal_msp.c ****
  67. 37:Core/Src/stm32f3xx_hal_msp.c **** /* Private macro -------------------------------------------------------------*/
  68. 38:Core/Src/stm32f3xx_hal_msp.c **** /* USER CODE BEGIN Macro */
  69. 39:Core/Src/stm32f3xx_hal_msp.c ****
  70. 40:Core/Src/stm32f3xx_hal_msp.c **** /* USER CODE END Macro */
  71. 41:Core/Src/stm32f3xx_hal_msp.c ****
  72. 42:Core/Src/stm32f3xx_hal_msp.c **** /* Private variables ---------------------------------------------------------*/
  73. 43:Core/Src/stm32f3xx_hal_msp.c **** /* USER CODE BEGIN PV */
  74. 44:Core/Src/stm32f3xx_hal_msp.c ****
  75. 45:Core/Src/stm32f3xx_hal_msp.c **** /* USER CODE END PV */
  76. 46:Core/Src/stm32f3xx_hal_msp.c ****
  77. 47:Core/Src/stm32f3xx_hal_msp.c **** /* Private function prototypes -----------------------------------------------*/
  78. 48:Core/Src/stm32f3xx_hal_msp.c **** /* USER CODE BEGIN PFP */
  79. 49:Core/Src/stm32f3xx_hal_msp.c ****
  80. 50:Core/Src/stm32f3xx_hal_msp.c **** /* USER CODE END PFP */
  81. 51:Core/Src/stm32f3xx_hal_msp.c ****
  82. 52:Core/Src/stm32f3xx_hal_msp.c **** /* External functions --------------------------------------------------------*/
  83. 53:Core/Src/stm32f3xx_hal_msp.c **** /* USER CODE BEGIN ExternalFunctions */
  84. 54:Core/Src/stm32f3xx_hal_msp.c ****
  85. 55:Core/Src/stm32f3xx_hal_msp.c **** /* USER CODE END ExternalFunctions */
  86. 56:Core/Src/stm32f3xx_hal_msp.c ****
  87. 57:Core/Src/stm32f3xx_hal_msp.c **** /* USER CODE BEGIN 0 */
  88. 58:Core/Src/stm32f3xx_hal_msp.c ****
  89. 59:Core/Src/stm32f3xx_hal_msp.c **** /* USER CODE END 0 */
  90. 60:Core/Src/stm32f3xx_hal_msp.c **** /**
  91. 61:Core/Src/stm32f3xx_hal_msp.c **** * Initializes the Global MSP.
  92. 62:Core/Src/stm32f3xx_hal_msp.c **** */
  93. 63:Core/Src/stm32f3xx_hal_msp.c **** void HAL_MspInit(void)
  94. 64:Core/Src/stm32f3xx_hal_msp.c **** {
  95. 30 .loc 1 64 1 view -0
  96. 31 .cfi_startproc
  97. 32 @ args = 0, pretend = 0, frame = 8
  98. 33 @ frame_needed = 0, uses_anonymous_args = 0
  99. 34 @ link register save eliminated.
  100. 65:Core/Src/stm32f3xx_hal_msp.c ****
  101. 66:Core/Src/stm32f3xx_hal_msp.c **** /* USER CODE BEGIN MspInit 0 */
  102. 67:Core/Src/stm32f3xx_hal_msp.c ****
  103. 68:Core/Src/stm32f3xx_hal_msp.c **** /* USER CODE END MspInit 0 */
  104. 69:Core/Src/stm32f3xx_hal_msp.c ****
  105. 70:Core/Src/stm32f3xx_hal_msp.c **** __HAL_RCC_SYSCFG_CLK_ENABLE();
  106. 35 .loc 1 70 3 view .LVU1
  107. 36 .LBB2:
  108. 37 .loc 1 70 3 view .LVU2
  109. 38 .loc 1 70 3 view .LVU3
  110. 39 0000 0A4B ldr r3, .L4
  111. 40 0002 9A69 ldr r2, [r3, #24]
  112. 41 0004 42F00102 orr r2, r2, #1
  113. 42 0008 9A61 str r2, [r3, #24]
  114. 43 .loc 1 70 3 view .LVU4
  115. 44 000a 9A69 ldr r2, [r3, #24]
  116. 45 .LBE2:
  117. ARM GAS C:\Users\zl835\AppData\Local\Temp\ccCeotHh.s page 3
  118. 64:Core/Src/stm32f3xx_hal_msp.c ****
  119. 46 .loc 1 64 1 is_stmt 0 view .LVU5
  120. 47 000c 82B0 sub sp, sp, #8
  121. 48 .LCFI0:
  122. 49 .cfi_def_cfa_offset 8
  123. 50 .LBB3:
  124. 51 .loc 1 70 3 view .LVU6
  125. 52 000e 02F00102 and r2, r2, #1
  126. 53 0012 0092 str r2, [sp]
  127. 54 .loc 1 70 3 is_stmt 1 view .LVU7
  128. 55 0014 009A ldr r2, [sp]
  129. 56 .LBE3:
  130. 57 .loc 1 70 3 view .LVU8
  131. 71:Core/Src/stm32f3xx_hal_msp.c **** __HAL_RCC_PWR_CLK_ENABLE();
  132. 58 .loc 1 71 3 view .LVU9
  133. 59 .LBB4:
  134. 60 .loc 1 71 3 view .LVU10
  135. 61 .loc 1 71 3 view .LVU11
  136. 62 0016 DA69 ldr r2, [r3, #28]
  137. 63 0018 42F08052 orr r2, r2, #268435456
  138. 64 001c DA61 str r2, [r3, #28]
  139. 65 .loc 1 71 3 view .LVU12
  140. 66 001e DB69 ldr r3, [r3, #28]
  141. 67 0020 03F08053 and r3, r3, #268435456
  142. 68 0024 0193 str r3, [sp, #4]
  143. 69 .loc 1 71 3 view .LVU13
  144. 70 0026 019B ldr r3, [sp, #4]
  145. 71 .LBE4:
  146. 72 .loc 1 71 3 view .LVU14
  147. 72:Core/Src/stm32f3xx_hal_msp.c ****
  148. 73:Core/Src/stm32f3xx_hal_msp.c **** /* System interrupt init*/
  149. 74:Core/Src/stm32f3xx_hal_msp.c ****
  150. 75:Core/Src/stm32f3xx_hal_msp.c **** /* USER CODE BEGIN MspInit 1 */
  151. 76:Core/Src/stm32f3xx_hal_msp.c ****
  152. 77:Core/Src/stm32f3xx_hal_msp.c **** /* USER CODE END MspInit 1 */
  153. 78:Core/Src/stm32f3xx_hal_msp.c **** }
  154. 73 .loc 1 78 1 is_stmt 0 view .LVU15
  155. 74 0028 02B0 add sp, sp, #8
  156. 75 .LCFI1:
  157. 76 .cfi_def_cfa_offset 0
  158. 77 @ sp needed
  159. 78 002a 7047 bx lr
  160. 79 .L5:
  161. 80 .align 2
  162. 81 .L4:
  163. 82 002c 00100240 .word 1073876992
  164. 83 .cfi_endproc
  165. 84 .LFE130:
  166. 86 .text
  167. 87 .Letext0:
  168. 88 .file 2 "d:\\arm-gcc\\arm-none-eabi\\include\\machine\\_default_types.h"
  169. 89 .file 3 "d:\\arm-gcc\\arm-none-eabi\\include\\sys\\_stdint.h"
  170. 90 .file 4 "Drivers/CMSIS/Device/ST/STM32F3xx/Include/stm32f302xc.h"
  171. ARM GAS C:\Users\zl835\AppData\Local\Temp\ccCeotHh.s page 4
  172. DEFINED SYMBOLS
  173. *ABS*:00000000 stm32f3xx_hal_msp.c
  174. C:\Users\zl835\AppData\Local\Temp\ccCeotHh.s:20 .text.HAL_MspInit:00000000 $t
  175. C:\Users\zl835\AppData\Local\Temp\ccCeotHh.s:27 .text.HAL_MspInit:00000000 HAL_MspInit
  176. C:\Users\zl835\AppData\Local\Temp\ccCeotHh.s:82 .text.HAL_MspInit:0000002c $d
  177. NO UNDEFINED SYMBOLS