| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186 |
- ARM GAS C:\Users\zl835\AppData\Local\Temp\ccCeotHh.s page 1
- 1 .cpu cortex-m4
- 2 .arch armv7e-m
- 3 .fpu fpv4-sp-d16
- 4 .eabi_attribute 27, 1
- 5 .eabi_attribute 28, 1
- 6 .eabi_attribute 20, 1
- 7 .eabi_attribute 21, 1
- 8 .eabi_attribute 23, 3
- 9 .eabi_attribute 24, 1
- 10 .eabi_attribute 25, 1
- 11 .eabi_attribute 26, 1
- 12 .eabi_attribute 30, 2
- 13 .eabi_attribute 34, 1
- 14 .eabi_attribute 18, 4
- 15 .file "stm32f3xx_hal_msp.c"
- 16 .text
- 17 .Ltext0:
- 18 .cfi_sections .debug_frame
- 19 .section .text.HAL_MspInit,"ax",%progbits
- 20 .align 1
- 21 .p2align 2,,3
- 22 .global HAL_MspInit
- 23 .syntax unified
- 24 .thumb
- 25 .thumb_func
- 27 HAL_MspInit:
- 28 .LFB130:
- 29 .file 1 "Core/Src/stm32f3xx_hal_msp.c"
- 1:Core/Src/stm32f3xx_hal_msp.c **** /* USER CODE BEGIN Header */
- 2:Core/Src/stm32f3xx_hal_msp.c **** /**
- 3:Core/Src/stm32f3xx_hal_msp.c **** ******************************************************************************
- 4:Core/Src/stm32f3xx_hal_msp.c **** * @file stm32f3xx_hal_msp.c
- 5:Core/Src/stm32f3xx_hal_msp.c **** * @brief This file provides code for the MSP Initialization
- 6:Core/Src/stm32f3xx_hal_msp.c **** * and de-Initialization codes.
- 7:Core/Src/stm32f3xx_hal_msp.c **** ******************************************************************************
- 8:Core/Src/stm32f3xx_hal_msp.c **** * @attention
- 9:Core/Src/stm32f3xx_hal_msp.c **** *
- 10:Core/Src/stm32f3xx_hal_msp.c **** * Copyright (c) 2025 STMicroelectronics.
- 11:Core/Src/stm32f3xx_hal_msp.c **** * All rights reserved.
- 12:Core/Src/stm32f3xx_hal_msp.c **** *
- 13:Core/Src/stm32f3xx_hal_msp.c **** * This software is licensed under terms that can be found in the LICENSE file
- 14:Core/Src/stm32f3xx_hal_msp.c **** * in the root directory of this software component.
- 15:Core/Src/stm32f3xx_hal_msp.c **** * If no LICENSE file comes with this software, it is provided AS-IS.
- 16:Core/Src/stm32f3xx_hal_msp.c **** *
- 17:Core/Src/stm32f3xx_hal_msp.c **** ******************************************************************************
- 18:Core/Src/stm32f3xx_hal_msp.c **** */
- 19:Core/Src/stm32f3xx_hal_msp.c **** /* USER CODE END Header */
- 20:Core/Src/stm32f3xx_hal_msp.c ****
- 21:Core/Src/stm32f3xx_hal_msp.c **** /* Includes ------------------------------------------------------------------*/
- 22:Core/Src/stm32f3xx_hal_msp.c **** #include "main.h"
- 23:Core/Src/stm32f3xx_hal_msp.c **** /* USER CODE BEGIN Includes */
- 24:Core/Src/stm32f3xx_hal_msp.c ****
- 25:Core/Src/stm32f3xx_hal_msp.c **** /* USER CODE END Includes */
- 26:Core/Src/stm32f3xx_hal_msp.c ****
- 27:Core/Src/stm32f3xx_hal_msp.c **** /* Private typedef -----------------------------------------------------------*/
- 28:Core/Src/stm32f3xx_hal_msp.c **** /* USER CODE BEGIN TD */
- 29:Core/Src/stm32f3xx_hal_msp.c ****
- ARM GAS C:\Users\zl835\AppData\Local\Temp\ccCeotHh.s page 2
- 30:Core/Src/stm32f3xx_hal_msp.c **** /* USER CODE END TD */
- 31:Core/Src/stm32f3xx_hal_msp.c ****
- 32:Core/Src/stm32f3xx_hal_msp.c **** /* Private define ------------------------------------------------------------*/
- 33:Core/Src/stm32f3xx_hal_msp.c **** /* USER CODE BEGIN Define */
- 34:Core/Src/stm32f3xx_hal_msp.c ****
- 35:Core/Src/stm32f3xx_hal_msp.c **** /* USER CODE END Define */
- 36:Core/Src/stm32f3xx_hal_msp.c ****
- 37:Core/Src/stm32f3xx_hal_msp.c **** /* Private macro -------------------------------------------------------------*/
- 38:Core/Src/stm32f3xx_hal_msp.c **** /* USER CODE BEGIN Macro */
- 39:Core/Src/stm32f3xx_hal_msp.c ****
- 40:Core/Src/stm32f3xx_hal_msp.c **** /* USER CODE END Macro */
- 41:Core/Src/stm32f3xx_hal_msp.c ****
- 42:Core/Src/stm32f3xx_hal_msp.c **** /* Private variables ---------------------------------------------------------*/
- 43:Core/Src/stm32f3xx_hal_msp.c **** /* USER CODE BEGIN PV */
- 44:Core/Src/stm32f3xx_hal_msp.c ****
- 45:Core/Src/stm32f3xx_hal_msp.c **** /* USER CODE END PV */
- 46:Core/Src/stm32f3xx_hal_msp.c ****
- 47:Core/Src/stm32f3xx_hal_msp.c **** /* Private function prototypes -----------------------------------------------*/
- 48:Core/Src/stm32f3xx_hal_msp.c **** /* USER CODE BEGIN PFP */
- 49:Core/Src/stm32f3xx_hal_msp.c ****
- 50:Core/Src/stm32f3xx_hal_msp.c **** /* USER CODE END PFP */
- 51:Core/Src/stm32f3xx_hal_msp.c ****
- 52:Core/Src/stm32f3xx_hal_msp.c **** /* External functions --------------------------------------------------------*/
- 53:Core/Src/stm32f3xx_hal_msp.c **** /* USER CODE BEGIN ExternalFunctions */
- 54:Core/Src/stm32f3xx_hal_msp.c ****
- 55:Core/Src/stm32f3xx_hal_msp.c **** /* USER CODE END ExternalFunctions */
- 56:Core/Src/stm32f3xx_hal_msp.c ****
- 57:Core/Src/stm32f3xx_hal_msp.c **** /* USER CODE BEGIN 0 */
- 58:Core/Src/stm32f3xx_hal_msp.c ****
- 59:Core/Src/stm32f3xx_hal_msp.c **** /* USER CODE END 0 */
- 60:Core/Src/stm32f3xx_hal_msp.c **** /**
- 61:Core/Src/stm32f3xx_hal_msp.c **** * Initializes the Global MSP.
- 62:Core/Src/stm32f3xx_hal_msp.c **** */
- 63:Core/Src/stm32f3xx_hal_msp.c **** void HAL_MspInit(void)
- 64:Core/Src/stm32f3xx_hal_msp.c **** {
- 30 .loc 1 64 1 view -0
- 31 .cfi_startproc
- 32 @ args = 0, pretend = 0, frame = 8
- 33 @ frame_needed = 0, uses_anonymous_args = 0
- 34 @ link register save eliminated.
- 65:Core/Src/stm32f3xx_hal_msp.c ****
- 66:Core/Src/stm32f3xx_hal_msp.c **** /* USER CODE BEGIN MspInit 0 */
- 67:Core/Src/stm32f3xx_hal_msp.c ****
- 68:Core/Src/stm32f3xx_hal_msp.c **** /* USER CODE END MspInit 0 */
- 69:Core/Src/stm32f3xx_hal_msp.c ****
- 70:Core/Src/stm32f3xx_hal_msp.c **** __HAL_RCC_SYSCFG_CLK_ENABLE();
- 35 .loc 1 70 3 view .LVU1
- 36 .LBB2:
- 37 .loc 1 70 3 view .LVU2
- 38 .loc 1 70 3 view .LVU3
- 39 0000 0A4B ldr r3, .L4
- 40 0002 9A69 ldr r2, [r3, #24]
- 41 0004 42F00102 orr r2, r2, #1
- 42 0008 9A61 str r2, [r3, #24]
- 43 .loc 1 70 3 view .LVU4
- 44 000a 9A69 ldr r2, [r3, #24]
- 45 .LBE2:
- ARM GAS C:\Users\zl835\AppData\Local\Temp\ccCeotHh.s page 3
- 64:Core/Src/stm32f3xx_hal_msp.c ****
- 46 .loc 1 64 1 is_stmt 0 view .LVU5
- 47 000c 82B0 sub sp, sp, #8
- 48 .LCFI0:
- 49 .cfi_def_cfa_offset 8
- 50 .LBB3:
- 51 .loc 1 70 3 view .LVU6
- 52 000e 02F00102 and r2, r2, #1
- 53 0012 0092 str r2, [sp]
- 54 .loc 1 70 3 is_stmt 1 view .LVU7
- 55 0014 009A ldr r2, [sp]
- 56 .LBE3:
- 57 .loc 1 70 3 view .LVU8
- 71:Core/Src/stm32f3xx_hal_msp.c **** __HAL_RCC_PWR_CLK_ENABLE();
- 58 .loc 1 71 3 view .LVU9
- 59 .LBB4:
- 60 .loc 1 71 3 view .LVU10
- 61 .loc 1 71 3 view .LVU11
- 62 0016 DA69 ldr r2, [r3, #28]
- 63 0018 42F08052 orr r2, r2, #268435456
- 64 001c DA61 str r2, [r3, #28]
- 65 .loc 1 71 3 view .LVU12
- 66 001e DB69 ldr r3, [r3, #28]
- 67 0020 03F08053 and r3, r3, #268435456
- 68 0024 0193 str r3, [sp, #4]
- 69 .loc 1 71 3 view .LVU13
- 70 0026 019B ldr r3, [sp, #4]
- 71 .LBE4:
- 72 .loc 1 71 3 view .LVU14
- 72:Core/Src/stm32f3xx_hal_msp.c ****
- 73:Core/Src/stm32f3xx_hal_msp.c **** /* System interrupt init*/
- 74:Core/Src/stm32f3xx_hal_msp.c ****
- 75:Core/Src/stm32f3xx_hal_msp.c **** /* USER CODE BEGIN MspInit 1 */
- 76:Core/Src/stm32f3xx_hal_msp.c ****
- 77:Core/Src/stm32f3xx_hal_msp.c **** /* USER CODE END MspInit 1 */
- 78:Core/Src/stm32f3xx_hal_msp.c **** }
- 73 .loc 1 78 1 is_stmt 0 view .LVU15
- 74 0028 02B0 add sp, sp, #8
- 75 .LCFI1:
- 76 .cfi_def_cfa_offset 0
- 77 @ sp needed
- 78 002a 7047 bx lr
- 79 .L5:
- 80 .align 2
- 81 .L4:
- 82 002c 00100240 .word 1073876992
- 83 .cfi_endproc
- 84 .LFE130:
- 86 .text
- 87 .Letext0:
- 88 .file 2 "d:\\arm-gcc\\arm-none-eabi\\include\\machine\\_default_types.h"
- 89 .file 3 "d:\\arm-gcc\\arm-none-eabi\\include\\sys\\_stdint.h"
- 90 .file 4 "Drivers/CMSIS/Device/ST/STM32F3xx/Include/stm32f302xc.h"
- ARM GAS C:\Users\zl835\AppData\Local\Temp\ccCeotHh.s page 4
- DEFINED SYMBOLS
- *ABS*:00000000 stm32f3xx_hal_msp.c
- C:\Users\zl835\AppData\Local\Temp\ccCeotHh.s:20 .text.HAL_MspInit:00000000 $t
- C:\Users\zl835\AppData\Local\Temp\ccCeotHh.s:27 .text.HAL_MspInit:00000000 HAL_MspInit
- C:\Users\zl835\AppData\Local\Temp\ccCeotHh.s:82 .text.HAL_MspInit:0000002c $d
- NO UNDEFINED SYMBOLS
|