1 Star 2 Fork 2

开发板/STM32F407ZGT6-Explorer

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
stm32f4xx_hal_msp.lst 8.96 KB
一键复制 编辑 原始数据 按行查看 历史
邓海 提交于 2022-10-17 20:02 +08:00 . feat: gcc
ARM GAS C:\Users\Administrator\AppData\Local\Temp\ccKHrrDZ.s page 1
1 .cpu cortex-m4
2 .eabi_attribute 20, 1
3 .eabi_attribute 21, 1
4 .eabi_attribute 23, 3
5 .eabi_attribute 24, 1
6 .eabi_attribute 25, 1
7 .eabi_attribute 26, 1
8 .eabi_attribute 30, 1
9 .eabi_attribute 34, 1
10 .eabi_attribute 18, 4
11 .file "stm32f4xx_hal_msp.c"
12 .text
13 .Ltext0:
14 .cfi_sections .debug_frame
15 .section .text.HAL_MspInit,"ax",%progbits
16 .align 1
17 .global HAL_MspInit
18 .arch armv7e-m
19 .syntax unified
20 .thumb
21 .thumb_func
22 .fpu softvfp
24 HAL_MspInit:
25 .LFB130:
26 .file 1 "Core/Src/stm32f4xx_hal_msp.c"
1:Core/Src/stm32f4xx_hal_msp.c **** /* USER CODE BEGIN Header */
2:Core/Src/stm32f4xx_hal_msp.c **** /**
3:Core/Src/stm32f4xx_hal_msp.c **** ******************************************************************************
4:Core/Src/stm32f4xx_hal_msp.c **** * @file stm32f4xx_hal_msp.c
5:Core/Src/stm32f4xx_hal_msp.c **** * @brief This file provides code for the MSP Initialization
6:Core/Src/stm32f4xx_hal_msp.c **** * and de-Initialization codes.
7:Core/Src/stm32f4xx_hal_msp.c **** ******************************************************************************
8:Core/Src/stm32f4xx_hal_msp.c **** * @attention
9:Core/Src/stm32f4xx_hal_msp.c **** *
10:Core/Src/stm32f4xx_hal_msp.c **** * Copyright (c) 2022 STMicroelectronics.
11:Core/Src/stm32f4xx_hal_msp.c **** * All rights reserved.
12:Core/Src/stm32f4xx_hal_msp.c **** *
13:Core/Src/stm32f4xx_hal_msp.c **** * This software is licensed under terms that can be found in the LICENSE file
14:Core/Src/stm32f4xx_hal_msp.c **** * in the root directory of this software component.
15:Core/Src/stm32f4xx_hal_msp.c **** * If no LICENSE file comes with this software, it is provided AS-IS.
16:Core/Src/stm32f4xx_hal_msp.c **** *
17:Core/Src/stm32f4xx_hal_msp.c **** ******************************************************************************
18:Core/Src/stm32f4xx_hal_msp.c **** */
19:Core/Src/stm32f4xx_hal_msp.c **** /* USER CODE END Header */
20:Core/Src/stm32f4xx_hal_msp.c ****
21:Core/Src/stm32f4xx_hal_msp.c **** /* Includes ------------------------------------------------------------------*/
22:Core/Src/stm32f4xx_hal_msp.c **** #include "main.h"
23:Core/Src/stm32f4xx_hal_msp.c **** /* USER CODE BEGIN Includes */
24:Core/Src/stm32f4xx_hal_msp.c ****
25:Core/Src/stm32f4xx_hal_msp.c **** /* USER CODE END Includes */
26:Core/Src/stm32f4xx_hal_msp.c ****
27:Core/Src/stm32f4xx_hal_msp.c **** /* Private typedef -----------------------------------------------------------*/
28:Core/Src/stm32f4xx_hal_msp.c **** /* USER CODE BEGIN TD */
29:Core/Src/stm32f4xx_hal_msp.c ****
30:Core/Src/stm32f4xx_hal_msp.c **** /* USER CODE END TD */
31:Core/Src/stm32f4xx_hal_msp.c ****
32:Core/Src/stm32f4xx_hal_msp.c **** /* Private define ------------------------------------------------------------*/
ARM GAS C:\Users\Administrator\AppData\Local\Temp\ccKHrrDZ.s page 2
33:Core/Src/stm32f4xx_hal_msp.c **** /* USER CODE BEGIN Define */
34:Core/Src/stm32f4xx_hal_msp.c ****
35:Core/Src/stm32f4xx_hal_msp.c **** /* USER CODE END Define */
36:Core/Src/stm32f4xx_hal_msp.c ****
37:Core/Src/stm32f4xx_hal_msp.c **** /* Private macro -------------------------------------------------------------*/
38:Core/Src/stm32f4xx_hal_msp.c **** /* USER CODE BEGIN Macro */
39:Core/Src/stm32f4xx_hal_msp.c ****
40:Core/Src/stm32f4xx_hal_msp.c **** /* USER CODE END Macro */
41:Core/Src/stm32f4xx_hal_msp.c ****
42:Core/Src/stm32f4xx_hal_msp.c **** /* Private variables ---------------------------------------------------------*/
43:Core/Src/stm32f4xx_hal_msp.c **** /* USER CODE BEGIN PV */
44:Core/Src/stm32f4xx_hal_msp.c ****
45:Core/Src/stm32f4xx_hal_msp.c **** /* USER CODE END PV */
46:Core/Src/stm32f4xx_hal_msp.c ****
47:Core/Src/stm32f4xx_hal_msp.c **** /* Private function prototypes -----------------------------------------------*/
48:Core/Src/stm32f4xx_hal_msp.c **** /* USER CODE BEGIN PFP */
49:Core/Src/stm32f4xx_hal_msp.c ****
50:Core/Src/stm32f4xx_hal_msp.c **** /* USER CODE END PFP */
51:Core/Src/stm32f4xx_hal_msp.c ****
52:Core/Src/stm32f4xx_hal_msp.c **** /* External functions --------------------------------------------------------*/
53:Core/Src/stm32f4xx_hal_msp.c **** /* USER CODE BEGIN ExternalFunctions */
54:Core/Src/stm32f4xx_hal_msp.c ****
55:Core/Src/stm32f4xx_hal_msp.c **** /* USER CODE END ExternalFunctions */
56:Core/Src/stm32f4xx_hal_msp.c ****
57:Core/Src/stm32f4xx_hal_msp.c **** /* USER CODE BEGIN 0 */
58:Core/Src/stm32f4xx_hal_msp.c ****
59:Core/Src/stm32f4xx_hal_msp.c **** /* USER CODE END 0 */
60:Core/Src/stm32f4xx_hal_msp.c **** /**
61:Core/Src/stm32f4xx_hal_msp.c **** * Initializes the Global MSP.
62:Core/Src/stm32f4xx_hal_msp.c **** */
63:Core/Src/stm32f4xx_hal_msp.c **** void HAL_MspInit(void)
64:Core/Src/stm32f4xx_hal_msp.c **** {
27 .loc 1 64 1 view -0
28 .cfi_startproc
29 @ args = 0, pretend = 0, frame = 8
30 @ frame_needed = 0, uses_anonymous_args = 0
31 @ link register save eliminated.
32 0000 82B0 sub sp, sp, #8
33 .LCFI0:
34 .cfi_def_cfa_offset 8
65:Core/Src/stm32f4xx_hal_msp.c **** /* USER CODE BEGIN MspInit 0 */
66:Core/Src/stm32f4xx_hal_msp.c ****
67:Core/Src/stm32f4xx_hal_msp.c **** /* USER CODE END MspInit 0 */
68:Core/Src/stm32f4xx_hal_msp.c ****
69:Core/Src/stm32f4xx_hal_msp.c **** __HAL_RCC_SYSCFG_CLK_ENABLE();
35 .loc 1 69 3 view .LVU1
36 .LBB2:
37 .loc 1 69 3 view .LVU2
38 0002 0021 movs r1, #0
39 0004 0091 str r1, [sp]
40 .loc 1 69 3 view .LVU3
41 0006 0B4B ldr r3, .L3
42 0008 5A6C ldr r2, [r3, #68]
43 000a 42F48042 orr r2, r2, #16384
44 000e 5A64 str r2, [r3, #68]
45 .loc 1 69 3 view .LVU4
46 0010 5A6C ldr r2, [r3, #68]
ARM GAS C:\Users\Administrator\AppData\Local\Temp\ccKHrrDZ.s page 3
47 0012 02F48042 and r2, r2, #16384
48 0016 0092 str r2, [sp]
49 .loc 1 69 3 view .LVU5
50 0018 009A ldr r2, [sp]
51 .LBE2:
52 .loc 1 69 3 view .LVU6
70:Core/Src/stm32f4xx_hal_msp.c **** __HAL_RCC_PWR_CLK_ENABLE();
53 .loc 1 70 3 view .LVU7
54 .LBB3:
55 .loc 1 70 3 view .LVU8
56 001a 0191 str r1, [sp, #4]
57 .loc 1 70 3 view .LVU9
58 001c 1A6C ldr r2, [r3, #64]
59 001e 42F08052 orr r2, r2, #268435456
60 0022 1A64 str r2, [r3, #64]
61 .loc 1 70 3 view .LVU10
62 0024 1B6C ldr r3, [r3, #64]
63 0026 03F08053 and r3, r3, #268435456
64 002a 0193 str r3, [sp, #4]
65 .loc 1 70 3 view .LVU11
66 002c 019B ldr r3, [sp, #4]
67 .LBE3:
68 .loc 1 70 3 view .LVU12
71:Core/Src/stm32f4xx_hal_msp.c ****
72:Core/Src/stm32f4xx_hal_msp.c **** /* System interrupt init*/
73:Core/Src/stm32f4xx_hal_msp.c ****
74:Core/Src/stm32f4xx_hal_msp.c **** /* USER CODE BEGIN MspInit 1 */
75:Core/Src/stm32f4xx_hal_msp.c ****
76:Core/Src/stm32f4xx_hal_msp.c **** /* USER CODE END MspInit 1 */
77:Core/Src/stm32f4xx_hal_msp.c **** }
69 .loc 1 77 1 is_stmt 0 view .LVU13
70 002e 02B0 add sp, sp, #8
71 .LCFI1:
72 .cfi_def_cfa_offset 0
73 @ sp needed
74 0030 7047 bx lr
75 .L4:
76 0032 00BF .align 2
77 .L3:
78 0034 00380240 .word 1073887232
79 .cfi_endproc
80 .LFE130:
82 .text
83 .Letext0:
84 .file 2 "c:\\gcc-arm-none-eabi-10-2020-q4-major\\arm-none-eabi\\include\\machine\\_default_types.h
85 .file 3 "c:\\gcc-arm-none-eabi-10-2020-q4-major\\arm-none-eabi\\include\\sys\\_stdint.h"
86 .file 4 "Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f407xx.h"
ARM GAS C:\Users\Administrator\AppData\Local\Temp\ccKHrrDZ.s page 4
DEFINED SYMBOLS
*ABS*:00000000 stm32f4xx_hal_msp.c
C:\Users\Administrator\AppData\Local\Temp\ccKHrrDZ.s:16 .text.HAL_MspInit:00000000 $t
C:\Users\Administrator\AppData\Local\Temp\ccKHrrDZ.s:24 .text.HAL_MspInit:00000000 HAL_MspInit
C:\Users\Administrator\AppData\Local\Temp\ccKHrrDZ.s:78 .text.HAL_MspInit:00000034 $d
NO UNDEFINED SYMBOLS
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/development-board/STM32F407ZGT6-Explorer.git
git@gitee.com:development-board/STM32F407ZGT6-Explorer.git
development-board
STM32F407ZGT6-Explorer
STM32F407ZGT6-Explorer
master

搜索帮助