ARM GAS /tmp/ccDTXc1t.s page 1
1 .cpu cortex-m0
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, 0
10 .eabi_attribute 18, 4
11 .file "stm32f0xx_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 armv6s-m
19 .syntax unified
20 .code 16
21 .thumb_func
22 .fpu softvfp
24 HAL_MspInit:
25 .LFB40:
26 .file 1 "Src/stm32f0xx_hal_msp.c"
1:Src/stm32f0xx_hal_msp.c **** /* USER CODE BEGIN Header */
2:Src/stm32f0xx_hal_msp.c **** /**
3:Src/stm32f0xx_hal_msp.c **** ******************************************************************************
4:Src/stm32f0xx_hal_msp.c **** * File Name : stm32f0xx_hal_msp.c
5:Src/stm32f0xx_hal_msp.c **** * Description : This file provides code for the MSP Initialization
6:Src/stm32f0xx_hal_msp.c **** * and de-Initialization codes.
7:Src/stm32f0xx_hal_msp.c **** ******************************************************************************
8:Src/stm32f0xx_hal_msp.c **** * @attention
9:Src/stm32f0xx_hal_msp.c **** *
10:Src/stm32f0xx_hal_msp.c **** *
© Copyright (c) 2021 STMicroelectronics.
11:Src/stm32f0xx_hal_msp.c **** * All rights reserved.
12:Src/stm32f0xx_hal_msp.c **** *
13:Src/stm32f0xx_hal_msp.c **** * This software component is licensed by ST under BSD 3-Clause license,
14:Src/stm32f0xx_hal_msp.c **** * the "License"; You may not use this file except in compliance with the
15:Src/stm32f0xx_hal_msp.c **** * License. You may obtain a copy of the License at:
16:Src/stm32f0xx_hal_msp.c **** * opensource.org/licenses/BSD-3-Clause
17:Src/stm32f0xx_hal_msp.c **** *
18:Src/stm32f0xx_hal_msp.c **** ******************************************************************************
19:Src/stm32f0xx_hal_msp.c **** */
20:Src/stm32f0xx_hal_msp.c **** /* USER CODE END Header */
21:Src/stm32f0xx_hal_msp.c ****
22:Src/stm32f0xx_hal_msp.c **** /* Includes ------------------------------------------------------------------*/
23:Src/stm32f0xx_hal_msp.c **** #include "main.h"
24:Src/stm32f0xx_hal_msp.c **** /* USER CODE BEGIN Includes */
25:Src/stm32f0xx_hal_msp.c ****
26:Src/stm32f0xx_hal_msp.c **** /* USER CODE END Includes */
27:Src/stm32f0xx_hal_msp.c ****
28:Src/stm32f0xx_hal_msp.c **** /* Private typedef -----------------------------------------------------------*/
29:Src/stm32f0xx_hal_msp.c **** /* USER CODE BEGIN TD */
30:Src/stm32f0xx_hal_msp.c ****
31:Src/stm32f0xx_hal_msp.c **** /* USER CODE END TD */
32:Src/stm32f0xx_hal_msp.c ****
ARM GAS /tmp/ccDTXc1t.s page 2
33:Src/stm32f0xx_hal_msp.c **** /* Private define ------------------------------------------------------------*/
34:Src/stm32f0xx_hal_msp.c **** /* USER CODE BEGIN Define */
35:Src/stm32f0xx_hal_msp.c ****
36:Src/stm32f0xx_hal_msp.c **** /* USER CODE END Define */
37:Src/stm32f0xx_hal_msp.c ****
38:Src/stm32f0xx_hal_msp.c **** /* Private macro -------------------------------------------------------------*/
39:Src/stm32f0xx_hal_msp.c **** /* USER CODE BEGIN Macro */
40:Src/stm32f0xx_hal_msp.c ****
41:Src/stm32f0xx_hal_msp.c **** /* USER CODE END Macro */
42:Src/stm32f0xx_hal_msp.c ****
43:Src/stm32f0xx_hal_msp.c **** /* Private variables ---------------------------------------------------------*/
44:Src/stm32f0xx_hal_msp.c **** /* USER CODE BEGIN PV */
45:Src/stm32f0xx_hal_msp.c ****
46:Src/stm32f0xx_hal_msp.c **** /* USER CODE END PV */
47:Src/stm32f0xx_hal_msp.c ****
48:Src/stm32f0xx_hal_msp.c **** /* Private function prototypes -----------------------------------------------*/
49:Src/stm32f0xx_hal_msp.c **** /* USER CODE BEGIN PFP */
50:Src/stm32f0xx_hal_msp.c ****
51:Src/stm32f0xx_hal_msp.c **** /* USER CODE END PFP */
52:Src/stm32f0xx_hal_msp.c ****
53:Src/stm32f0xx_hal_msp.c **** /* External functions --------------------------------------------------------*/
54:Src/stm32f0xx_hal_msp.c **** /* USER CODE BEGIN ExternalFunctions */
55:Src/stm32f0xx_hal_msp.c ****
56:Src/stm32f0xx_hal_msp.c **** /* USER CODE END ExternalFunctions */
57:Src/stm32f0xx_hal_msp.c ****
58:Src/stm32f0xx_hal_msp.c **** /* USER CODE BEGIN 0 */
59:Src/stm32f0xx_hal_msp.c ****
60:Src/stm32f0xx_hal_msp.c **** /* USER CODE END 0 */
61:Src/stm32f0xx_hal_msp.c **** /**
62:Src/stm32f0xx_hal_msp.c **** * Initializes the Global MSP.
63:Src/stm32f0xx_hal_msp.c **** */
64:Src/stm32f0xx_hal_msp.c **** void HAL_MspInit(void)
65:Src/stm32f0xx_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:Src/stm32f0xx_hal_msp.c **** /* USER CODE BEGIN MspInit 0 */
67:Src/stm32f0xx_hal_msp.c ****
68:Src/stm32f0xx_hal_msp.c **** /* USER CODE END MspInit 0 */
69:Src/stm32f0xx_hal_msp.c ****
70:Src/stm32f0xx_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 0002 0A4B ldr r3, .L2
40 0004 9969 ldr r1, [r3, #24]
41 0006 0122 movs r2, #1
42 0008 1143 orrs r1, r2
43 000a 9961 str r1, [r3, #24]
44 .loc 1 70 3 view .LVU4
45 000c 9969 ldr r1, [r3, #24]
ARM GAS /tmp/ccDTXc1t.s page 3
46 000e 0A40 ands r2, r1
47 0010 0092 str r2, [sp]
48 .loc 1 70 3 view .LVU5
49 0012 009A ldr r2, [sp]
50 .LBE2:
71:Src/stm32f0xx_hal_msp.c **** __HAL_RCC_PWR_CLK_ENABLE();
51 .loc 1 71 3 view .LVU6
52 .LBB3:
53 .loc 1 71 3 view .LVU7
54 .loc 1 71 3 view .LVU8
55 0014 DA69 ldr r2, [r3, #28]
56 0016 8021 movs r1, #128
57 0018 4905 lsls r1, r1, #21
58 001a 0A43 orrs r2, r1
59 001c DA61 str r2, [r3, #28]
60 .loc 1 71 3 view .LVU9
61 001e DB69 ldr r3, [r3, #28]
62 0020 0B40 ands r3, r1
63 0022 0193 str r3, [sp, #4]
64 .loc 1 71 3 view .LVU10
65 0024 019B ldr r3, [sp, #4]
66 .LBE3:
72:Src/stm32f0xx_hal_msp.c ****
73:Src/stm32f0xx_hal_msp.c **** /* System interrupt init*/
74:Src/stm32f0xx_hal_msp.c ****
75:Src/stm32f0xx_hal_msp.c **** /* USER CODE BEGIN MspInit 1 */
76:Src/stm32f0xx_hal_msp.c ****
77:Src/stm32f0xx_hal_msp.c **** /* USER CODE END MspInit 1 */
78:Src/stm32f0xx_hal_msp.c **** }
67 .loc 1 78 1 is_stmt 0 view .LVU11
68 0026 02B0 add sp, sp, #8
69 @ sp needed
70 0028 7047 bx lr
71 .L3:
72 002a C046 .align 2
73 .L2:
74 002c 00100240 .word 1073876992
75 .cfi_endproc
76 .LFE40:
78 .section .text.HAL_UART_MspInit,"ax",%progbits
79 .align 1
80 .global HAL_UART_MspInit
81 .syntax unified
82 .code 16
83 .thumb_func
84 .fpu softvfp
86 HAL_UART_MspInit:
87 .LVL0:
88 .LFB41:
79:Src/stm32f0xx_hal_msp.c ****
80:Src/stm32f0xx_hal_msp.c **** /**
81:Src/stm32f0xx_hal_msp.c **** * @brief UART MSP Initialization
82:Src/stm32f0xx_hal_msp.c **** * This function configures the hardware resources used in this example
83:Src/stm32f0xx_hal_msp.c **** * @param huart: UART handle pointer
84:Src/stm32f0xx_hal_msp.c **** * @retval None
85:Src/stm32f0xx_hal_msp.c **** */
86:Src/stm32f0xx_hal_msp.c **** void HAL_UART_MspInit(UART_HandleTypeDef* huart)
ARM GAS /tmp/ccDTXc1t.s page 4
87:Src/stm32f0xx_hal_msp.c **** {
89 .loc 1 87 1 is_stmt 1 view -0
90 .cfi_startproc
91 @ args = 0, pretend = 0, frame = 32
92 @ frame_needed = 0, uses_anonymous_args = 0
93 .loc 1 87 1 is_stmt 0 view .LVU13
94 0000 10B5 push {r4, lr}
95 .LCFI1:
96 .cfi_def_cfa_offset 8
97 .cfi_offset 4, -8
98 .cfi_offset 14, -4
99 0002 88B0 sub sp, sp, #32
100 .LCFI2:
101 .cfi_def_cfa_offset 40
102 0004 0400 movs r4, r0
88:Src/stm32f0xx_hal_msp.c **** GPIO_InitTypeDef GPIO_InitStruct = {0};
103 .loc 1 88 3 is_stmt 1 view .LVU14
104 .loc 1 88 20 is_stmt 0 view .LVU15
105 0006 1422 movs r2, #20
106 0008 0021 movs r1, #0
107 000a 03A8 add r0, sp, #12
108 .LVL1:
109 .loc 1 88 20 view .LVU16
110 000c FFF7FEFF bl memset
111 .LVL2:
89:Src/stm32f0xx_hal_msp.c **** if(huart->Instance==USART2)
112 .loc 1 89 3 is_stmt 1 view .LVU17
113 .loc 1 89 11 is_stmt 0 view .LVU18
114 0010 2268 ldr r2, [r4]
115 .loc 1 89 5 view .LVU19
116 0012 124B ldr r3, .L7
117 0014 9A42 cmp r2, r3
118 0016 01D0 beq .L6
119 .L4:
90:Src/stm32f0xx_hal_msp.c **** {
91:Src/stm32f0xx_hal_msp.c **** /* USER CODE BEGIN USART2_MspInit 0 */
92:Src/stm32f0xx_hal_msp.c ****
93:Src/stm32f0xx_hal_msp.c **** /* USER CODE END USART2_MspInit 0 */
94:Src/stm32f0xx_hal_msp.c **** /* Peripheral clock enable */
95:Src/stm32f0xx_hal_msp.c **** __HAL_RCC_USART2_CLK_ENABLE();
96:Src/stm32f0xx_hal_msp.c ****
97:Src/stm32f0xx_hal_msp.c **** __HAL_RCC_GPIOA_CLK_ENABLE();
98:Src/stm32f0xx_hal_msp.c **** /**USART2 GPIO Configuration
99:Src/stm32f0xx_hal_msp.c **** PA2 ------> USART2_TX
100:Src/stm32f0xx_hal_msp.c **** PA15 ------> USART2_RX
101:Src/stm32f0xx_hal_msp.c **** */
102:Src/stm32f0xx_hal_msp.c **** GPIO_InitStruct.Pin = VCP_TX_Pin|VCP_RX_Pin;
103:Src/stm32f0xx_hal_msp.c **** GPIO_InitStruct.Mode = GPIO_MODE_AF_PP;
104:Src/stm32f0xx_hal_msp.c **** GPIO_InitStruct.Pull = GPIO_NOPULL;
105:Src/stm32f0xx_hal_msp.c **** GPIO_InitStruct.Speed = GPIO_SPEED_FREQ_HIGH;
106:Src/stm32f0xx_hal_msp.c **** GPIO_InitStruct.Alternate = GPIO_AF1_USART2;
107:Src/stm32f0xx_hal_msp.c **** HAL_GPIO_Init(GPIOA, &GPIO_InitStruct);
108:Src/stm32f0xx_hal_msp.c ****
109:Src/stm32f0xx_hal_msp.c **** /* USER CODE BEGIN USART2_MspInit 1 */
110:Src/stm32f0xx_hal_msp.c ****
111:Src/stm32f0xx_hal_msp.c **** /* USER CODE END USART2_MspInit 1 */
112:Src/stm32f0xx_hal_msp.c **** }
ARM GAS /tmp/ccDTXc1t.s page 5
113:Src/stm32f0xx_hal_msp.c ****
114:Src/stm32f0xx_hal_msp.c **** }
120 .loc 1 114 1 view .LVU20
121 0018 08B0 add sp, sp, #32
122 @ sp needed
123 .LVL3:
124 .loc 1 114 1 view .LVU21
125 001a 10BD pop {r4, pc}
126 .LVL4:
127 .L6:
95:Src/stm32f0xx_hal_msp.c ****
128 .loc 1 95 5 is_stmt 1 view .LVU22
129 .LBB4:
95:Src/stm32f0xx_hal_msp.c ****
130 .loc 1 95 5 view .LVU23
95:Src/stm32f0xx_hal_msp.c ****
131 .loc 1 95 5 view .LVU24
132 001c 104B ldr r3, .L7+4
133 001e D969 ldr r1, [r3, #28]
134 0020 8022 movs r2, #128
135 0022 9202 lsls r2, r2, #10
136 0024 1143 orrs r1, r2
137 0026 D961 str r1, [r3, #28]
95:Src/stm32f0xx_hal_msp.c ****
138 .loc 1 95 5 view .LVU25
139 0028 D969 ldr r1, [r3, #28]
140 002a 1140 ands r1, r2
141 002c 0191 str r1, [sp, #4]
95:Src/stm32f0xx_hal_msp.c ****
142 .loc 1 95 5 view .LVU26
143 002e 0199 ldr r1, [sp, #4]
144 .LBE4:
97:Src/stm32f0xx_hal_msp.c **** /**USART2 GPIO Configuration
145 .loc 1 97 5 view .LVU27
146 .LBB5:
97:Src/stm32f0xx_hal_msp.c **** /**USART2 GPIO Configuration
147 .loc 1 97 5 view .LVU28
97:Src/stm32f0xx_hal_msp.c **** /**USART2 GPIO Configuration
148 .loc 1 97 5 view .LVU29
149 0030 5969 ldr r1, [r3, #20]
150 0032 1143 orrs r1, r2
151 0034 5961 str r1, [r3, #20]
97:Src/stm32f0xx_hal_msp.c **** /**USART2 GPIO Configuration
152 .loc 1 97 5 view .LVU30
153 0036 5B69 ldr r3, [r3, #20]
154 0038 1A40 ands r2, r3
155 003a 0292 str r2, [sp, #8]
97:Src/stm32f0xx_hal_msp.c **** /**USART2 GPIO Configuration
156 .loc 1 97 5 view .LVU31
157 003c 029B ldr r3, [sp, #8]
158 .LBE5:
102:Src/stm32f0xx_hal_msp.c **** GPIO_InitStruct.Mode = GPIO_MODE_AF_PP;
159 .loc 1 102 5 view .LVU32
102:Src/stm32f0xx_hal_msp.c **** GPIO_InitStruct.Mode = GPIO_MODE_AF_PP;
160 .loc 1 102 25 is_stmt 0 view .LVU33
161 003e 094B ldr r3, .L7+8
162 0040 0393 str r3, [sp, #12]
ARM GAS /tmp/ccDTXc1t.s page 6
103:Src/stm32f0xx_hal_msp.c **** GPIO_InitStruct.Pull = GPIO_NOPULL;
163 .loc 1 103 5 is_stmt 1 view .LVU34
103:Src/stm32f0xx_hal_msp.c **** GPIO_InitStruct.Pull = GPIO_NOPULL;
164 .loc 1 103 26 is_stmt 0 view .LVU35
165 0042 0223 movs r3, #2
166 0044 0493 str r3, [sp, #16]
104:Src/stm32f0xx_hal_msp.c **** GPIO_InitStruct.Speed = GPIO_SPEED_FREQ_HIGH;
167 .loc 1 104 5 is_stmt 1 view .LVU36
105:Src/stm32f0xx_hal_msp.c **** GPIO_InitStruct.Alternate = GPIO_AF1_USART2;
168 .loc 1 105 5 view .LVU37
105:Src/stm32f0xx_hal_msp.c **** GPIO_InitStruct.Alternate = GPIO_AF1_USART2;
169 .loc 1 105 27 is_stmt 0 view .LVU38
170 0046 0133 adds r3, r3, #1
171 0048 0693 str r3, [sp, #24]
106:Src/stm32f0xx_hal_msp.c **** HAL_GPIO_Init(GPIOA, &GPIO_InitStruct);
172 .loc 1 106 5 is_stmt 1 view .LVU39
106:Src/stm32f0xx_hal_msp.c **** HAL_GPIO_Init(GPIOA, &GPIO_InitStruct);
173 .loc 1 106 31 is_stmt 0 view .LVU40
174 004a 023B subs r3, r3, #2
175 004c 0793 str r3, [sp, #28]
107:Src/stm32f0xx_hal_msp.c ****
176 .loc 1 107 5 is_stmt 1 view .LVU41
177 004e 9020 movs r0, #144
178 0050 03A9 add r1, sp, #12
179 0052 C005 lsls r0, r0, #23
180 0054 FFF7FEFF bl HAL_GPIO_Init
181 .LVL5:
182 .loc 1 114 1 is_stmt 0 view .LVU42
183 0058 DEE7 b .L4
184 .L8:
185 005a C046 .align 2
186 .L7:
187 005c 00440040 .word 1073759232
188 0060 00100240 .word 1073876992
189 0064 04800000 .word 32772
190 .cfi_endproc
191 .LFE41:
193 .section .text.HAL_UART_MspDeInit,"ax",%progbits
194 .align 1
195 .global HAL_UART_MspDeInit
196 .syntax unified
197 .code 16
198 .thumb_func
199 .fpu softvfp
201 HAL_UART_MspDeInit:
202 .LVL6:
203 .LFB42:
115:Src/stm32f0xx_hal_msp.c ****
116:Src/stm32f0xx_hal_msp.c **** /**
117:Src/stm32f0xx_hal_msp.c **** * @brief UART MSP De-Initialization
118:Src/stm32f0xx_hal_msp.c **** * This function freeze the hardware resources used in this example
119:Src/stm32f0xx_hal_msp.c **** * @param huart: UART handle pointer
120:Src/stm32f0xx_hal_msp.c **** * @retval None
121:Src/stm32f0xx_hal_msp.c **** */
122:Src/stm32f0xx_hal_msp.c **** void HAL_UART_MspDeInit(UART_HandleTypeDef* huart)
123:Src/stm32f0xx_hal_msp.c **** {
204 .loc 1 123 1 is_stmt 1 view -0
ARM GAS /tmp/ccDTXc1t.s page 7
205 .cfi_startproc
206 @ args = 0, pretend = 0, frame = 0
207 @ frame_needed = 0, uses_anonymous_args = 0
208 .loc 1 123 1 is_stmt 0 view .LVU44
209 0000 10B5 push {r4, lr}
210 .LCFI3:
211 .cfi_def_cfa_offset 8
212 .cfi_offset 4, -8
213 .cfi_offset 14, -4
124:Src/stm32f0xx_hal_msp.c **** if(huart->Instance==USART2)
214 .loc 1 124 3 is_stmt 1 view .LVU45
215 .loc 1 124 11 is_stmt 0 view .LVU46
216 0002 0268 ldr r2, [r0]
217 .loc 1 124 5 view .LVU47
218 0004 074B ldr r3, .L12
219 0006 9A42 cmp r2, r3
220 0008 00D0 beq .L11
221 .LVL7:
222 .L9:
125:Src/stm32f0xx_hal_msp.c **** {
126:Src/stm32f0xx_hal_msp.c **** /* USER CODE BEGIN USART2_MspDeInit 0 */
127:Src/stm32f0xx_hal_msp.c ****
128:Src/stm32f0xx_hal_msp.c **** /* USER CODE END USART2_MspDeInit 0 */
129:Src/stm32f0xx_hal_msp.c **** /* Peripheral clock disable */
130:Src/stm32f0xx_hal_msp.c **** __HAL_RCC_USART2_CLK_DISABLE();
131:Src/stm32f0xx_hal_msp.c ****
132:Src/stm32f0xx_hal_msp.c **** /**USART2 GPIO Configuration
133:Src/stm32f0xx_hal_msp.c **** PA2 ------> USART2_TX
134:Src/stm32f0xx_hal_msp.c **** PA15 ------> USART2_RX
135:Src/stm32f0xx_hal_msp.c **** */
136:Src/stm32f0xx_hal_msp.c **** HAL_GPIO_DeInit(GPIOA, VCP_TX_Pin|VCP_RX_Pin);
137:Src/stm32f0xx_hal_msp.c ****
138:Src/stm32f0xx_hal_msp.c **** /* USER CODE BEGIN USART2_MspDeInit 1 */
139:Src/stm32f0xx_hal_msp.c ****
140:Src/stm32f0xx_hal_msp.c **** /* USER CODE END USART2_MspDeInit 1 */
141:Src/stm32f0xx_hal_msp.c **** }
142:Src/stm32f0xx_hal_msp.c ****
143:Src/stm32f0xx_hal_msp.c **** }
223 .loc 1 143 1 view .LVU48
224 @ sp needed
225 000a 10BD pop {r4, pc}
226 .LVL8:
227 .L11:
130:Src/stm32f0xx_hal_msp.c ****
228 .loc 1 130 5 is_stmt 1 view .LVU49
229 000c 064A ldr r2, .L12+4
230 000e D369 ldr r3, [r2, #28]
231 0010 0649 ldr r1, .L12+8
232 0012 0B40 ands r3, r1
233 0014 D361 str r3, [r2, #28]
136:Src/stm32f0xx_hal_msp.c ****
234 .loc 1 136 5 view .LVU50
235 0016 9020 movs r0, #144
236 .LVL9:
136:Src/stm32f0xx_hal_msp.c ****
237 .loc 1 136 5 is_stmt 0 view .LVU51
238 0018 0549 ldr r1, .L12+12
ARM GAS /tmp/ccDTXc1t.s page 8
239 001a C005 lsls r0, r0, #23
240 001c FFF7FEFF bl HAL_GPIO_DeInit
241 .LVL10:
242 .loc 1 143 1 view .LVU52
243 0020 F3E7 b .L9
244 .L13:
245 0022 C046 .align 2
246 .L12:
247 0024 00440040 .word 1073759232
248 0028 00100240 .word 1073876992
249 002c FFFFFDFF .word -131073
250 0030 04800000 .word 32772
251 .cfi_endproc
252 .LFE42:
254 .text
255 .Letext0:
256 .file 2 "/usr/lib/gcc/arm-none-eabi/8.3.1/include/stdint.h"
257 .file 3 "Drivers/CMSIS/Device/ST/STM32F0xx/Include/system_stm32f0xx.h"
258 .file 4 "Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f042x6.h"
259 .file 5 "Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_def.h"
260 .file 6 "Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_gpio.h"
261 .file 7 "Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_dma.h"
262 .file 8 "Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_uart.h"
263 .file 9 "Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal.h"
264 .file 10 ""
ARM GAS /tmp/ccDTXc1t.s page 9
DEFINED SYMBOLS
*ABS*:0000000000000000 stm32f0xx_hal_msp.c
/tmp/ccDTXc1t.s:16 .text.HAL_MspInit:0000000000000000 $t
/tmp/ccDTXc1t.s:24 .text.HAL_MspInit:0000000000000000 HAL_MspInit
/tmp/ccDTXc1t.s:74 .text.HAL_MspInit:000000000000002c $d
/tmp/ccDTXc1t.s:79 .text.HAL_UART_MspInit:0000000000000000 $t
/tmp/ccDTXc1t.s:86 .text.HAL_UART_MspInit:0000000000000000 HAL_UART_MspInit
/tmp/ccDTXc1t.s:187 .text.HAL_UART_MspInit:000000000000005c $d
/tmp/ccDTXc1t.s:194 .text.HAL_UART_MspDeInit:0000000000000000 $t
/tmp/ccDTXc1t.s:201 .text.HAL_UART_MspDeInit:0000000000000000 HAL_UART_MspDeInit
/tmp/ccDTXc1t.s:247 .text.HAL_UART_MspDeInit:0000000000000024 $d
UNDEFINED SYMBOLS
memset
HAL_GPIO_Init
HAL_GPIO_DeInit