ARM GAS /tmp/ccXkrdzV.s page 1 1 .cpu cortex-m4 2 .eabi_attribute 27, 1 3 .eabi_attribute 28, 1 4 .eabi_attribute 20, 1 5 .eabi_attribute 21, 1 6 .eabi_attribute 23, 3 7 .eabi_attribute 24, 1 8 .eabi_attribute 25, 1 9 .eabi_attribute 26, 1 10 .eabi_attribute 30, 1 11 .eabi_attribute 34, 1 12 .eabi_attribute 18, 4 13 .file "stm32f4xx_hal_msp.c" 14 .text 15 .Ltext0: 16 .cfi_sections .debug_frame 17 .section .text.HAL_MspInit,"ax",%progbits 18 .align 1 19 .global HAL_MspInit 20 .syntax unified 21 .thumb 22 .thumb_func 23 .fpu fpv4-sp-d16 25 HAL_MspInit: 26 .LFB130: 27 .file 1 "Src/stm32f4xx_hal_msp.c" 1:Src/stm32f4xx_hal_msp.c **** /* USER CODE BEGIN Header */ 2:Src/stm32f4xx_hal_msp.c **** /** 3:Src/stm32f4xx_hal_msp.c **** ****************************************************************************** 4:Src/stm32f4xx_hal_msp.c **** * File Name : stm32f4xx_hal_msp.c 5:Src/stm32f4xx_hal_msp.c **** * Description : This file provides code for the MSP Initialization 6:Src/stm32f4xx_hal_msp.c **** * and de-Initialization codes. 7:Src/stm32f4xx_hal_msp.c **** ****************************************************************************** 8:Src/stm32f4xx_hal_msp.c **** * @attention 9:Src/stm32f4xx_hal_msp.c **** * 10:Src/stm32f4xx_hal_msp.c **** *

© Copyright (c) 2019 STMicroelectronics. 11:Src/stm32f4xx_hal_msp.c **** * All rights reserved.

12:Src/stm32f4xx_hal_msp.c **** * 13:Src/stm32f4xx_hal_msp.c **** * This software component is licensed by ST under Ultimate Liberty license 14:Src/stm32f4xx_hal_msp.c **** * SLA0044, the "License"; You may not use this file except in compliance with 15:Src/stm32f4xx_hal_msp.c **** * the License. You may obtain a copy of the License at: 16:Src/stm32f4xx_hal_msp.c **** * www.st.com/SLA0044 17:Src/stm32f4xx_hal_msp.c **** * 18:Src/stm32f4xx_hal_msp.c **** ****************************************************************************** 19:Src/stm32f4xx_hal_msp.c **** */ 20:Src/stm32f4xx_hal_msp.c **** /* USER CODE END Header */ 21:Src/stm32f4xx_hal_msp.c **** 22:Src/stm32f4xx_hal_msp.c **** /* Includes ------------------------------------------------------------------*/ 23:Src/stm32f4xx_hal_msp.c **** #include "main.h" 24:Src/stm32f4xx_hal_msp.c **** /* USER CODE BEGIN Includes */ 25:Src/stm32f4xx_hal_msp.c **** 26:Src/stm32f4xx_hal_msp.c **** /* USER CODE END Includes */ 27:Src/stm32f4xx_hal_msp.c **** 28:Src/stm32f4xx_hal_msp.c **** /* Private typedef -----------------------------------------------------------*/ 29:Src/stm32f4xx_hal_msp.c **** /* USER CODE BEGIN TD */ 30:Src/stm32f4xx_hal_msp.c **** 31:Src/stm32f4xx_hal_msp.c **** /* USER CODE END TD */ ARM GAS /tmp/ccXkrdzV.s page 2 32:Src/stm32f4xx_hal_msp.c **** 33:Src/stm32f4xx_hal_msp.c **** /* Private define ------------------------------------------------------------*/ 34:Src/stm32f4xx_hal_msp.c **** /* USER CODE BEGIN Define */ 35:Src/stm32f4xx_hal_msp.c **** 36:Src/stm32f4xx_hal_msp.c **** /* USER CODE END Define */ 37:Src/stm32f4xx_hal_msp.c **** 38:Src/stm32f4xx_hal_msp.c **** /* Private macro -------------------------------------------------------------*/ 39:Src/stm32f4xx_hal_msp.c **** /* USER CODE BEGIN Macro */ 40:Src/stm32f4xx_hal_msp.c **** 41:Src/stm32f4xx_hal_msp.c **** /* USER CODE END Macro */ 42:Src/stm32f4xx_hal_msp.c **** 43:Src/stm32f4xx_hal_msp.c **** /* Private variables ---------------------------------------------------------*/ 44:Src/stm32f4xx_hal_msp.c **** /* USER CODE BEGIN PV */ 45:Src/stm32f4xx_hal_msp.c **** 46:Src/stm32f4xx_hal_msp.c **** /* USER CODE END PV */ 47:Src/stm32f4xx_hal_msp.c **** 48:Src/stm32f4xx_hal_msp.c **** /* Private function prototypes -----------------------------------------------*/ 49:Src/stm32f4xx_hal_msp.c **** /* USER CODE BEGIN PFP */ 50:Src/stm32f4xx_hal_msp.c **** 51:Src/stm32f4xx_hal_msp.c **** /* USER CODE END PFP */ 52:Src/stm32f4xx_hal_msp.c **** 53:Src/stm32f4xx_hal_msp.c **** /* External functions --------------------------------------------------------*/ 54:Src/stm32f4xx_hal_msp.c **** /* USER CODE BEGIN ExternalFunctions */ 55:Src/stm32f4xx_hal_msp.c **** 56:Src/stm32f4xx_hal_msp.c **** /* USER CODE END ExternalFunctions */ 57:Src/stm32f4xx_hal_msp.c **** 58:Src/stm32f4xx_hal_msp.c **** /* USER CODE BEGIN 0 */ 59:Src/stm32f4xx_hal_msp.c **** 60:Src/stm32f4xx_hal_msp.c **** /* USER CODE END 0 */ 61:Src/stm32f4xx_hal_msp.c **** /** 62:Src/stm32f4xx_hal_msp.c **** * Initializes the Global MSP. 63:Src/stm32f4xx_hal_msp.c **** */ 64:Src/stm32f4xx_hal_msp.c **** void HAL_MspInit(void) 65:Src/stm32f4xx_hal_msp.c **** { 28 .loc 1 65 0 29 .cfi_startproc 30 @ args = 0, pretend = 0, frame = 8 31 @ frame_needed = 0, uses_anonymous_args = 0 32 @ link register save eliminated. 33 0000 82B0 sub sp, sp, #8 34 .LCFI0: 35 .cfi_def_cfa_offset 8 36 .LBB2: 66:Src/stm32f4xx_hal_msp.c **** /* USER CODE BEGIN MspInit 0 */ 67:Src/stm32f4xx_hal_msp.c **** 68:Src/stm32f4xx_hal_msp.c **** /* USER CODE END MspInit 0 */ 69:Src/stm32f4xx_hal_msp.c **** 70:Src/stm32f4xx_hal_msp.c **** __HAL_RCC_SYSCFG_CLK_ENABLE(); 37 .loc 1 70 0 38 0002 0021 movs r1, #0 39 0004 0091 str r1, [sp] 40 0006 0B4B ldr r3, .L3 41 0008 5A6C ldr r2, [r3, #68] 42 000a 42F48042 orr r2, r2, #16384 43 000e 5A64 str r2, [r3, #68] 44 0010 5A6C ldr r2, [r3, #68] 45 0012 02F48042 and r2, r2, #16384 ARM GAS /tmp/ccXkrdzV.s page 3 46 0016 0092 str r2, [sp] 47 0018 009A ldr r2, [sp] 48 .LBE2: 49 .LBB3: 71:Src/stm32f4xx_hal_msp.c **** __HAL_RCC_PWR_CLK_ENABLE(); 50 .loc 1 71 0 51 001a 0191 str r1, [sp, #4] 52 001c 1A6C ldr r2, [r3, #64] 53 001e 42F08052 orr r2, r2, #268435456 54 0022 1A64 str r2, [r3, #64] 55 0024 1B6C ldr r3, [r3, #64] 56 0026 03F08053 and r3, r3, #268435456 57 002a 0193 str r3, [sp, #4] 58 002c 019B ldr r3, [sp, #4] 59 .LBE3: 72:Src/stm32f4xx_hal_msp.c **** 73:Src/stm32f4xx_hal_msp.c **** /* System interrupt init*/ 74:Src/stm32f4xx_hal_msp.c **** 75:Src/stm32f4xx_hal_msp.c **** /* USER CODE BEGIN MspInit 1 */ 76:Src/stm32f4xx_hal_msp.c **** 77:Src/stm32f4xx_hal_msp.c **** /* USER CODE END MspInit 1 */ 78:Src/stm32f4xx_hal_msp.c **** } 60 .loc 1 78 0 61 002e 02B0 add sp, sp, #8 62 .LCFI1: 63 .cfi_def_cfa_offset 0 64 @ sp needed 65 0030 7047 bx lr 66 .L4: 67 0032 00BF .align 2 68 .L3: 69 0034 00380240 .word 1073887232 70 .cfi_endproc 71 .LFE130: 73 .text 74 .Letext0: 75 .file 2 "/usr/include/newlib/machine/_default_types.h" 76 .file 3 "/usr/include/newlib/sys/_stdint.h" 77 .file 4 "Drivers/CMSIS/Include/core_cm4.h" 78 .file 5 "Drivers/CMSIS/Device/ST/STM32F4xx/Include/system_stm32f4xx.h" 79 .file 6 "Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f407xx.h" ARM GAS /tmp/ccXkrdzV.s page 4 DEFINED SYMBOLS *ABS*:0000000000000000 stm32f4xx_hal_msp.c /tmp/ccXkrdzV.s:18 .text.HAL_MspInit:0000000000000000 $t /tmp/ccXkrdzV.s:25 .text.HAL_MspInit:0000000000000000 HAL_MspInit /tmp/ccXkrdzV.s:69 .text.HAL_MspInit:0000000000000034 $d .debug_frame:0000000000000010 $d NO UNDEFINED SYMBOLS