123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205 |
- ARM GAS /tmp/cceKT6G3.s page 1
- 1 .cpu cortex-m3
- 2 .arch armv7-m
- 3 .fpu softvfp
- 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 "stm32f1xx_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
- 24 HAL_MspInit:
- 25 .LFB652:
- 26 .file 1 "Core/Src/stm32f1xx_hal_msp.c"
- 1:Core/Src/stm32f1xx_hal_msp.c **** /* USER CODE BEGIN Header */
- 2:Core/Src/stm32f1xx_hal_msp.c **** /**
- 3:Core/Src/stm32f1xx_hal_msp.c **** ******************************************************************************
- 4:Core/Src/stm32f1xx_hal_msp.c **** * @file stm32f1xx_hal_msp.c
- 5:Core/Src/stm32f1xx_hal_msp.c **** * @brief This file provides code for the MSP Initialization
- 6:Core/Src/stm32f1xx_hal_msp.c **** * and de-Initialization codes.
- 7:Core/Src/stm32f1xx_hal_msp.c **** ******************************************************************************
- 8:Core/Src/stm32f1xx_hal_msp.c **** * @attention
- 9:Core/Src/stm32f1xx_hal_msp.c **** *
- 10:Core/Src/stm32f1xx_hal_msp.c **** * Copyright (c) 2024 STMicroelectronics.
- 11:Core/Src/stm32f1xx_hal_msp.c **** * All rights reserved.
- 12:Core/Src/stm32f1xx_hal_msp.c **** *
- 13:Core/Src/stm32f1xx_hal_msp.c **** * This software is licensed under terms that can be found in the LICENSE file
- 14:Core/Src/stm32f1xx_hal_msp.c **** * in the root directory of this software component.
- 15:Core/Src/stm32f1xx_hal_msp.c **** * If no LICENSE file comes with this software, it is provided AS-IS.
- 16:Core/Src/stm32f1xx_hal_msp.c **** *
- 17:Core/Src/stm32f1xx_hal_msp.c **** ******************************************************************************
- 18:Core/Src/stm32f1xx_hal_msp.c **** */
- 19:Core/Src/stm32f1xx_hal_msp.c **** /* USER CODE END Header */
- 20:Core/Src/stm32f1xx_hal_msp.c ****
- 21:Core/Src/stm32f1xx_hal_msp.c **** /* Includes ------------------------------------------------------------------*/
- 22:Core/Src/stm32f1xx_hal_msp.c **** #include "main.h"
- 23:Core/Src/stm32f1xx_hal_msp.c ****
- 24:Core/Src/stm32f1xx_hal_msp.c **** /* USER CODE BEGIN Includes */
- 25:Core/Src/stm32f1xx_hal_msp.c ****
- 26:Core/Src/stm32f1xx_hal_msp.c **** /* USER CODE END Includes */
- 27:Core/Src/stm32f1xx_hal_msp.c ****
- 28:Core/Src/stm32f1xx_hal_msp.c **** /* Private typedef -----------------------------------------------------------*/
- 29:Core/Src/stm32f1xx_hal_msp.c **** /* USER CODE BEGIN TD */
- 30:Core/Src/stm32f1xx_hal_msp.c ****
- 31:Core/Src/stm32f1xx_hal_msp.c **** /* USER CODE END TD */
- 32:Core/Src/stm32f1xx_hal_msp.c ****
- ARM GAS /tmp/cceKT6G3.s page 2
- 33:Core/Src/stm32f1xx_hal_msp.c **** /* Private define ------------------------------------------------------------*/
- 34:Core/Src/stm32f1xx_hal_msp.c **** /* USER CODE BEGIN Define */
- 35:Core/Src/stm32f1xx_hal_msp.c ****
- 36:Core/Src/stm32f1xx_hal_msp.c **** /* USER CODE END Define */
- 37:Core/Src/stm32f1xx_hal_msp.c ****
- 38:Core/Src/stm32f1xx_hal_msp.c **** /* Private macro -------------------------------------------------------------*/
- 39:Core/Src/stm32f1xx_hal_msp.c **** /* USER CODE BEGIN Macro */
- 40:Core/Src/stm32f1xx_hal_msp.c ****
- 41:Core/Src/stm32f1xx_hal_msp.c **** /* USER CODE END Macro */
- 42:Core/Src/stm32f1xx_hal_msp.c ****
- 43:Core/Src/stm32f1xx_hal_msp.c **** /* Private variables ---------------------------------------------------------*/
- 44:Core/Src/stm32f1xx_hal_msp.c **** /* USER CODE BEGIN PV */
- 45:Core/Src/stm32f1xx_hal_msp.c ****
- 46:Core/Src/stm32f1xx_hal_msp.c **** /* USER CODE END PV */
- 47:Core/Src/stm32f1xx_hal_msp.c ****
- 48:Core/Src/stm32f1xx_hal_msp.c **** /* Private function prototypes -----------------------------------------------*/
- 49:Core/Src/stm32f1xx_hal_msp.c **** /* USER CODE BEGIN PFP */
- 50:Core/Src/stm32f1xx_hal_msp.c ****
- 51:Core/Src/stm32f1xx_hal_msp.c **** /* USER CODE END PFP */
- 52:Core/Src/stm32f1xx_hal_msp.c ****
- 53:Core/Src/stm32f1xx_hal_msp.c **** /* External functions --------------------------------------------------------*/
- 54:Core/Src/stm32f1xx_hal_msp.c **** /* USER CODE BEGIN ExternalFunctions */
- 55:Core/Src/stm32f1xx_hal_msp.c ****
- 56:Core/Src/stm32f1xx_hal_msp.c **** /* USER CODE END ExternalFunctions */
- 57:Core/Src/stm32f1xx_hal_msp.c ****
- 58:Core/Src/stm32f1xx_hal_msp.c **** /* USER CODE BEGIN 0 */
- 59:Core/Src/stm32f1xx_hal_msp.c ****
- 60:Core/Src/stm32f1xx_hal_msp.c **** /* USER CODE END 0 */
- 61:Core/Src/stm32f1xx_hal_msp.c **** /**
- 62:Core/Src/stm32f1xx_hal_msp.c **** * Initializes the Global MSP.
- 63:Core/Src/stm32f1xx_hal_msp.c **** */
- 64:Core/Src/stm32f1xx_hal_msp.c **** void HAL_MspInit(void)
- 65:Core/Src/stm32f1xx_hal_msp.c **** {
- 27 .loc 1 65 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
- 66:Core/Src/stm32f1xx_hal_msp.c **** /* USER CODE BEGIN MspInit 0 */
- 67:Core/Src/stm32f1xx_hal_msp.c ****
- 68:Core/Src/stm32f1xx_hal_msp.c **** /* USER CODE END MspInit 0 */
- 69:Core/Src/stm32f1xx_hal_msp.c ****
- 70:Core/Src/stm32f1xx_hal_msp.c **** __HAL_RCC_AFIO_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 0002 0E4B ldr r3, .L3
- 40 0004 9A69 ldr r2, [r3, #24]
- 41 0006 42F00102 orr r2, r2, #1
- 42 000a 9A61 str r2, [r3, #24]
- 43 .loc 1 70 3 view .LVU4
- 44 000c 9A69 ldr r2, [r3, #24]
- 45 000e 02F00102 and r2, r2, #1
- ARM GAS /tmp/cceKT6G3.s page 3
- 46 0012 0092 str r2, [sp]
- 47 .loc 1 70 3 view .LVU5
- 48 0014 009A ldr r2, [sp]
- 49 .LBE2:
- 50 .loc 1 70 3 view .LVU6
- 71:Core/Src/stm32f1xx_hal_msp.c **** __HAL_RCC_PWR_CLK_ENABLE();
- 51 .loc 1 71 3 view .LVU7
- 52 .LBB3:
- 53 .loc 1 71 3 view .LVU8
- 54 .loc 1 71 3 view .LVU9
- 55 0016 DA69 ldr r2, [r3, #28]
- 56 0018 42F08052 orr r2, r2, #268435456
- 57 001c DA61 str r2, [r3, #28]
- 58 .loc 1 71 3 view .LVU10
- 59 001e DB69 ldr r3, [r3, #28]
- 60 0020 03F08053 and r3, r3, #268435456
- 61 0024 0193 str r3, [sp, #4]
- 62 .loc 1 71 3 view .LVU11
- 63 0026 019B ldr r3, [sp, #4]
- 64 .LBE3:
- 65 .loc 1 71 3 view .LVU12
- 72:Core/Src/stm32f1xx_hal_msp.c ****
- 73:Core/Src/stm32f1xx_hal_msp.c **** /* System interrupt init*/
- 74:Core/Src/stm32f1xx_hal_msp.c ****
- 75:Core/Src/stm32f1xx_hal_msp.c **** /** NOJTAG: JTAG-DP Disabled and SW-DP Enabled
- 76:Core/Src/stm32f1xx_hal_msp.c **** */
- 77:Core/Src/stm32f1xx_hal_msp.c **** __HAL_AFIO_REMAP_SWJ_NOJTAG();
- 66 .loc 1 77 3 view .LVU13
- 67 .LBB4:
- 68 .loc 1 77 3 view .LVU14
- 69 0028 054A ldr r2, .L3+4
- 70 002a 5368 ldr r3, [r2, #4]
- 71 .LVL0:
- 72 .loc 1 77 3 view .LVU15
- 73 002c 23F0E063 bic r3, r3, #117440512
- 74 .LVL1:
- 75 .loc 1 77 3 view .LVU16
- 76 0030 43F00073 orr r3, r3, #33554432
- 77 .LVL2:
- 78 .loc 1 77 3 view .LVU17
- 79 0034 5360 str r3, [r2, #4]
- 80 .LBE4:
- 81 .loc 1 77 3 view .LVU18
- 78:Core/Src/stm32f1xx_hal_msp.c ****
- 79:Core/Src/stm32f1xx_hal_msp.c **** /* USER CODE BEGIN MspInit 1 */
- 80:Core/Src/stm32f1xx_hal_msp.c ****
- 81:Core/Src/stm32f1xx_hal_msp.c **** /* USER CODE END MspInit 1 */
- 82:Core/Src/stm32f1xx_hal_msp.c **** }
- 82 .loc 1 82 1 is_stmt 0 view .LVU19
- 83 0036 02B0 add sp, sp, #8
- 84 .LCFI1:
- 85 .cfi_def_cfa_offset 0
- 86 @ sp needed
- 87 0038 7047 bx lr
- 88 .L4:
- 89 003a 00BF .align 2
- 90 .L3:
- ARM GAS /tmp/cceKT6G3.s page 4
- 91 003c 00100240 .word 1073876992
- 92 0040 00000140 .word 1073807360
- 93 .cfi_endproc
- 94 .LFE652:
- 96 .text
- 97 .Letext0:
- 98 .file 2 "/opt/gcc-arm/arm-none-eabi/include/machine/_default_types.h"
- 99 .file 3 "/opt/gcc-arm/arm-none-eabi/include/sys/_stdint.h"
- 100 .file 4 "Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xb.h"
- 101 .file 5 "Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_dma.h"
- 102 .file 6 "Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_tim.h"
- ARM GAS /tmp/cceKT6G3.s page 5
- DEFINED SYMBOLS
- *ABS*:0000000000000000 stm32f1xx_hal_msp.c
- /tmp/cceKT6G3.s:18 .text.HAL_MspInit:0000000000000000 $t
- /tmp/cceKT6G3.s:24 .text.HAL_MspInit:0000000000000000 HAL_MspInit
- /tmp/cceKT6G3.s:91 .text.HAL_MspInit:000000000000003c $d
- NO UNDEFINED SYMBOLS
|