ARM GAS /tmp/ccX4MuSP.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_it.c" 14 .text 15 .Ltext0: 16 .cfi_sections .debug_frame 17 .section .text.NMI_Handler,"ax",%progbits 18 .align 1 19 .global NMI_Handler 20 .syntax unified 21 .thumb 22 .thumb_func 23 .fpu fpv4-sp-d16 25 NMI_Handler: 26 .LFB130: 27 .file 1 "Src/stm32f4xx_it.c" 1:Src/stm32f4xx_it.c **** /* USER CODE BEGIN Header */ 2:Src/stm32f4xx_it.c **** /** 3:Src/stm32f4xx_it.c **** ****************************************************************************** 4:Src/stm32f4xx_it.c **** * @file stm32f4xx_it.c 5:Src/stm32f4xx_it.c **** * @brief Interrupt Service Routines. 6:Src/stm32f4xx_it.c **** ****************************************************************************** 7:Src/stm32f4xx_it.c **** * @attention 8:Src/stm32f4xx_it.c **** * 9:Src/stm32f4xx_it.c **** *

© Copyright (c) 2019 STMicroelectronics. 10:Src/stm32f4xx_it.c **** * All rights reserved.

11:Src/stm32f4xx_it.c **** * 12:Src/stm32f4xx_it.c **** * This software component is licensed by ST under Ultimate Liberty license 13:Src/stm32f4xx_it.c **** * SLA0044, the "License"; You may not use this file except in compliance with 14:Src/stm32f4xx_it.c **** * the License. You may obtain a copy of the License at: 15:Src/stm32f4xx_it.c **** * www.st.com/SLA0044 16:Src/stm32f4xx_it.c **** * 17:Src/stm32f4xx_it.c **** ****************************************************************************** 18:Src/stm32f4xx_it.c **** */ 19:Src/stm32f4xx_it.c **** /* USER CODE END Header */ 20:Src/stm32f4xx_it.c **** 21:Src/stm32f4xx_it.c **** /* Includes ------------------------------------------------------------------*/ 22:Src/stm32f4xx_it.c **** #include "main.h" 23:Src/stm32f4xx_it.c **** #include "stm32f4xx_it.h" 24:Src/stm32f4xx_it.c **** /* Private includes ----------------------------------------------------------*/ 25:Src/stm32f4xx_it.c **** /* USER CODE BEGIN Includes */ 26:Src/stm32f4xx_it.c **** /* USER CODE END Includes */ 27:Src/stm32f4xx_it.c **** 28:Src/stm32f4xx_it.c **** /* Private typedef -----------------------------------------------------------*/ 29:Src/stm32f4xx_it.c **** /* USER CODE BEGIN TD */ 30:Src/stm32f4xx_it.c **** 31:Src/stm32f4xx_it.c **** /* USER CODE END TD */ ARM GAS /tmp/ccX4MuSP.s page 2 32:Src/stm32f4xx_it.c **** 33:Src/stm32f4xx_it.c **** /* Private define ------------------------------------------------------------*/ 34:Src/stm32f4xx_it.c **** /* USER CODE BEGIN PD */ 35:Src/stm32f4xx_it.c **** 36:Src/stm32f4xx_it.c **** /* USER CODE END PD */ 37:Src/stm32f4xx_it.c **** 38:Src/stm32f4xx_it.c **** /* Private macro -------------------------------------------------------------*/ 39:Src/stm32f4xx_it.c **** /* USER CODE BEGIN PM */ 40:Src/stm32f4xx_it.c **** 41:Src/stm32f4xx_it.c **** /* USER CODE END PM */ 42:Src/stm32f4xx_it.c **** 43:Src/stm32f4xx_it.c **** /* Private variables ---------------------------------------------------------*/ 44:Src/stm32f4xx_it.c **** /* USER CODE BEGIN PV */ 45:Src/stm32f4xx_it.c **** 46:Src/stm32f4xx_it.c **** /* USER CODE END PV */ 47:Src/stm32f4xx_it.c **** 48:Src/stm32f4xx_it.c **** /* Private function prototypes -----------------------------------------------*/ 49:Src/stm32f4xx_it.c **** /* USER CODE BEGIN PFP */ 50:Src/stm32f4xx_it.c **** 51:Src/stm32f4xx_it.c **** /* USER CODE END PFP */ 52:Src/stm32f4xx_it.c **** 53:Src/stm32f4xx_it.c **** /* Private user code ---------------------------------------------------------*/ 54:Src/stm32f4xx_it.c **** /* USER CODE BEGIN 0 */ 55:Src/stm32f4xx_it.c **** 56:Src/stm32f4xx_it.c **** /* USER CODE END 0 */ 57:Src/stm32f4xx_it.c **** 58:Src/stm32f4xx_it.c **** /* External variables --------------------------------------------------------*/ 59:Src/stm32f4xx_it.c **** extern UART_HandleTypeDef huart4; 60:Src/stm32f4xx_it.c **** extern UART_HandleTypeDef huart1; 61:Src/stm32f4xx_it.c **** extern UART_HandleTypeDef huart2; 62:Src/stm32f4xx_it.c **** /* USER CODE BEGIN EV */ 63:Src/stm32f4xx_it.c **** 64:Src/stm32f4xx_it.c **** /* USER CODE END EV */ 65:Src/stm32f4xx_it.c **** 66:Src/stm32f4xx_it.c **** /******************************************************************************/ 67:Src/stm32f4xx_it.c **** /* Cortex-M4 Processor Interruption and Exception Handlers */ 68:Src/stm32f4xx_it.c **** /******************************************************************************/ 69:Src/stm32f4xx_it.c **** /** 70:Src/stm32f4xx_it.c **** * @brief This function handles Non maskable interrupt. 71:Src/stm32f4xx_it.c **** */ 72:Src/stm32f4xx_it.c **** void NMI_Handler(void) 73:Src/stm32f4xx_it.c **** { 28 .loc 1 73 0 29 .cfi_startproc 30 @ args = 0, pretend = 0, frame = 0 31 @ frame_needed = 0, uses_anonymous_args = 0 32 @ link register save eliminated. 33 0000 7047 bx lr 34 .cfi_endproc 35 .LFE130: 37 .section .text.HardFault_Handler,"ax",%progbits 38 .align 1 39 .global HardFault_Handler 40 .syntax unified 41 .thumb 42 .thumb_func 43 .fpu fpv4-sp-d16 ARM GAS /tmp/ccX4MuSP.s page 3 45 HardFault_Handler: 46 .LFB131: 74:Src/stm32f4xx_it.c **** /* USER CODE BEGIN NonMaskableInt_IRQn 0 */ 75:Src/stm32f4xx_it.c **** 76:Src/stm32f4xx_it.c **** /* USER CODE END NonMaskableInt_IRQn 0 */ 77:Src/stm32f4xx_it.c **** /* USER CODE BEGIN NonMaskableInt_IRQn 1 */ 78:Src/stm32f4xx_it.c **** 79:Src/stm32f4xx_it.c **** /* USER CODE END NonMaskableInt_IRQn 1 */ 80:Src/stm32f4xx_it.c **** } 81:Src/stm32f4xx_it.c **** 82:Src/stm32f4xx_it.c **** /** 83:Src/stm32f4xx_it.c **** * @brief This function handles Hard fault interrupt. 84:Src/stm32f4xx_it.c **** */ 85:Src/stm32f4xx_it.c **** void HardFault_Handler(void) 86:Src/stm32f4xx_it.c **** { 47 .loc 1 86 0 48 .cfi_startproc 49 @ Volatile: function does not return. 50 @ args = 0, pretend = 0, frame = 0 51 @ frame_needed = 0, uses_anonymous_args = 0 52 @ link register save eliminated. 53 .L3: 54 0000 FEE7 b .L3 55 .cfi_endproc 56 .LFE131: 58 .section .text.MemManage_Handler,"ax",%progbits 59 .align 1 60 .global MemManage_Handler 61 .syntax unified 62 .thumb 63 .thumb_func 64 .fpu fpv4-sp-d16 66 MemManage_Handler: 67 .LFB132: 87:Src/stm32f4xx_it.c **** /* USER CODE BEGIN HardFault_IRQn 0 */ 88:Src/stm32f4xx_it.c **** 89:Src/stm32f4xx_it.c **** /* USER CODE END HardFault_IRQn 0 */ 90:Src/stm32f4xx_it.c **** while (1) 91:Src/stm32f4xx_it.c **** { 92:Src/stm32f4xx_it.c **** /* USER CODE BEGIN W1_HardFault_IRQn 0 */ 93:Src/stm32f4xx_it.c **** /* USER CODE END W1_HardFault_IRQn 0 */ 94:Src/stm32f4xx_it.c **** } 95:Src/stm32f4xx_it.c **** } 96:Src/stm32f4xx_it.c **** 97:Src/stm32f4xx_it.c **** /** 98:Src/stm32f4xx_it.c **** * @brief This function handles Memory management fault. 99:Src/stm32f4xx_it.c **** */ 100:Src/stm32f4xx_it.c **** void MemManage_Handler(void) 101:Src/stm32f4xx_it.c **** { 68 .loc 1 101 0 69 .cfi_startproc 70 @ Volatile: function does not return. 71 @ args = 0, pretend = 0, frame = 0 72 @ frame_needed = 0, uses_anonymous_args = 0 73 @ link register save eliminated. 74 .L5: 75 0000 FEE7 b .L5 ARM GAS /tmp/ccX4MuSP.s page 4 76 .cfi_endproc 77 .LFE132: 79 .section .text.BusFault_Handler,"ax",%progbits 80 .align 1 81 .global BusFault_Handler 82 .syntax unified 83 .thumb 84 .thumb_func 85 .fpu fpv4-sp-d16 87 BusFault_Handler: 88 .LFB133: 102:Src/stm32f4xx_it.c **** /* USER CODE BEGIN MemoryManagement_IRQn 0 */ 103:Src/stm32f4xx_it.c **** 104:Src/stm32f4xx_it.c **** /* USER CODE END MemoryManagement_IRQn 0 */ 105:Src/stm32f4xx_it.c **** while (1) 106:Src/stm32f4xx_it.c **** { 107:Src/stm32f4xx_it.c **** /* USER CODE BEGIN W1_MemoryManagement_IRQn 0 */ 108:Src/stm32f4xx_it.c **** /* USER CODE END W1_MemoryManagement_IRQn 0 */ 109:Src/stm32f4xx_it.c **** } 110:Src/stm32f4xx_it.c **** } 111:Src/stm32f4xx_it.c **** 112:Src/stm32f4xx_it.c **** /** 113:Src/stm32f4xx_it.c **** * @brief This function handles Pre-fetch fault, memory access fault. 114:Src/stm32f4xx_it.c **** */ 115:Src/stm32f4xx_it.c **** void BusFault_Handler(void) 116:Src/stm32f4xx_it.c **** { 89 .loc 1 116 0 90 .cfi_startproc 91 @ Volatile: function does not return. 92 @ args = 0, pretend = 0, frame = 0 93 @ frame_needed = 0, uses_anonymous_args = 0 94 @ link register save eliminated. 95 .L7: 96 0000 FEE7 b .L7 97 .cfi_endproc 98 .LFE133: 100 .section .text.UsageFault_Handler,"ax",%progbits 101 .align 1 102 .global UsageFault_Handler 103 .syntax unified 104 .thumb 105 .thumb_func 106 .fpu fpv4-sp-d16 108 UsageFault_Handler: 109 .LFB134: 117:Src/stm32f4xx_it.c **** /* USER CODE BEGIN BusFault_IRQn 0 */ 118:Src/stm32f4xx_it.c **** 119:Src/stm32f4xx_it.c **** /* USER CODE END BusFault_IRQn 0 */ 120:Src/stm32f4xx_it.c **** while (1) 121:Src/stm32f4xx_it.c **** { 122:Src/stm32f4xx_it.c **** /* USER CODE BEGIN W1_BusFault_IRQn 0 */ 123:Src/stm32f4xx_it.c **** /* USER CODE END W1_BusFault_IRQn 0 */ 124:Src/stm32f4xx_it.c **** } 125:Src/stm32f4xx_it.c **** } 126:Src/stm32f4xx_it.c **** 127:Src/stm32f4xx_it.c **** /** 128:Src/stm32f4xx_it.c **** * @brief This function handles Undefined instruction or illegal state. ARM GAS /tmp/ccX4MuSP.s page 5 129:Src/stm32f4xx_it.c **** */ 130:Src/stm32f4xx_it.c **** void UsageFault_Handler(void) 131:Src/stm32f4xx_it.c **** { 110 .loc 1 131 0 111 .cfi_startproc 112 @ Volatile: function does not return. 113 @ args = 0, pretend = 0, frame = 0 114 @ frame_needed = 0, uses_anonymous_args = 0 115 @ link register save eliminated. 116 .L9: 117 0000 FEE7 b .L9 118 .cfi_endproc 119 .LFE134: 121 .section .text.SVC_Handler,"ax",%progbits 122 .align 1 123 .global SVC_Handler 124 .syntax unified 125 .thumb 126 .thumb_func 127 .fpu fpv4-sp-d16 129 SVC_Handler: 130 .LFB135: 132:Src/stm32f4xx_it.c **** /* USER CODE BEGIN UsageFault_IRQn 0 */ 133:Src/stm32f4xx_it.c **** 134:Src/stm32f4xx_it.c **** /* USER CODE END UsageFault_IRQn 0 */ 135:Src/stm32f4xx_it.c **** while (1) 136:Src/stm32f4xx_it.c **** { 137:Src/stm32f4xx_it.c **** /* USER CODE BEGIN W1_UsageFault_IRQn 0 */ 138:Src/stm32f4xx_it.c **** /* USER CODE END W1_UsageFault_IRQn 0 */ 139:Src/stm32f4xx_it.c **** } 140:Src/stm32f4xx_it.c **** } 141:Src/stm32f4xx_it.c **** 142:Src/stm32f4xx_it.c **** /** 143:Src/stm32f4xx_it.c **** * @brief This function handles System service call via SWI instruction. 144:Src/stm32f4xx_it.c **** */ 145:Src/stm32f4xx_it.c **** void SVC_Handler(void) 146:Src/stm32f4xx_it.c **** { 131 .loc 1 146 0 132 .cfi_startproc 133 @ args = 0, pretend = 0, frame = 0 134 @ frame_needed = 0, uses_anonymous_args = 0 135 @ link register save eliminated. 136 0000 7047 bx lr 137 .cfi_endproc 138 .LFE135: 140 .section .text.DebugMon_Handler,"ax",%progbits 141 .align 1 142 .global DebugMon_Handler 143 .syntax unified 144 .thumb 145 .thumb_func 146 .fpu fpv4-sp-d16 148 DebugMon_Handler: 149 .LFB136: 147:Src/stm32f4xx_it.c **** /* USER CODE BEGIN SVCall_IRQn 0 */ 148:Src/stm32f4xx_it.c **** 149:Src/stm32f4xx_it.c **** /* USER CODE END SVCall_IRQn 0 */ ARM GAS /tmp/ccX4MuSP.s page 6 150:Src/stm32f4xx_it.c **** /* USER CODE BEGIN SVCall_IRQn 1 */ 151:Src/stm32f4xx_it.c **** 152:Src/stm32f4xx_it.c **** /* USER CODE END SVCall_IRQn 1 */ 153:Src/stm32f4xx_it.c **** } 154:Src/stm32f4xx_it.c **** 155:Src/stm32f4xx_it.c **** /** 156:Src/stm32f4xx_it.c **** * @brief This function handles Debug monitor. 157:Src/stm32f4xx_it.c **** */ 158:Src/stm32f4xx_it.c **** void DebugMon_Handler(void) 159:Src/stm32f4xx_it.c **** { 150 .loc 1 159 0 151 .cfi_startproc 152 @ args = 0, pretend = 0, frame = 0 153 @ frame_needed = 0, uses_anonymous_args = 0 154 @ link register save eliminated. 155 0000 7047 bx lr 156 .cfi_endproc 157 .LFE136: 159 .section .text.PendSV_Handler,"ax",%progbits 160 .align 1 161 .global PendSV_Handler 162 .syntax unified 163 .thumb 164 .thumb_func 165 .fpu fpv4-sp-d16 167 PendSV_Handler: 168 .LFB137: 160:Src/stm32f4xx_it.c **** /* USER CODE BEGIN DebugMonitor_IRQn 0 */ 161:Src/stm32f4xx_it.c **** 162:Src/stm32f4xx_it.c **** /* USER CODE END DebugMonitor_IRQn 0 */ 163:Src/stm32f4xx_it.c **** /* USER CODE BEGIN DebugMonitor_IRQn 1 */ 164:Src/stm32f4xx_it.c **** 165:Src/stm32f4xx_it.c **** /* USER CODE END DebugMonitor_IRQn 1 */ 166:Src/stm32f4xx_it.c **** } 167:Src/stm32f4xx_it.c **** 168:Src/stm32f4xx_it.c **** /** 169:Src/stm32f4xx_it.c **** * @brief This function handles Pendable request for system service. 170:Src/stm32f4xx_it.c **** */ 171:Src/stm32f4xx_it.c **** void PendSV_Handler(void) 172:Src/stm32f4xx_it.c **** { 169 .loc 1 172 0 170 .cfi_startproc 171 @ args = 0, pretend = 0, frame = 0 172 @ frame_needed = 0, uses_anonymous_args = 0 173 @ link register save eliminated. 174 0000 7047 bx lr 175 .cfi_endproc 176 .LFE137: 178 .section .text.SysTick_Handler,"ax",%progbits 179 .align 1 180 .global SysTick_Handler 181 .syntax unified 182 .thumb 183 .thumb_func 184 .fpu fpv4-sp-d16 186 SysTick_Handler: 187 .LFB138: ARM GAS /tmp/ccX4MuSP.s page 7 173:Src/stm32f4xx_it.c **** /* USER CODE BEGIN PendSV_IRQn 0 */ 174:Src/stm32f4xx_it.c **** 175:Src/stm32f4xx_it.c **** /* USER CODE END PendSV_IRQn 0 */ 176:Src/stm32f4xx_it.c **** /* USER CODE BEGIN PendSV_IRQn 1 */ 177:Src/stm32f4xx_it.c **** 178:Src/stm32f4xx_it.c **** /* USER CODE END PendSV_IRQn 1 */ 179:Src/stm32f4xx_it.c **** } 180:Src/stm32f4xx_it.c **** 181:Src/stm32f4xx_it.c **** /** 182:Src/stm32f4xx_it.c **** * @brief This function handles System tick timer. 183:Src/stm32f4xx_it.c **** */ 184:Src/stm32f4xx_it.c **** void SysTick_Handler(void) 185:Src/stm32f4xx_it.c **** { 188 .loc 1 185 0 189 .cfi_startproc 190 @ args = 0, pretend = 0, frame = 0 191 @ frame_needed = 0, uses_anonymous_args = 0 192 .loc 1 185 0 193 0000 08B5 push {r3, lr} 194 .LCFI0: 195 .cfi_def_cfa_offset 8 196 .cfi_offset 3, -8 197 .cfi_offset 14, -4 186:Src/stm32f4xx_it.c **** /* USER CODE BEGIN SysTick_IRQn 0 */ 187:Src/stm32f4xx_it.c **** 188:Src/stm32f4xx_it.c **** /* USER CODE END SysTick_IRQn 0 */ 189:Src/stm32f4xx_it.c **** HAL_IncTick(); 198 .loc 1 189 0 199 0002 FFF7FEFF bl HAL_IncTick 200 .LVL0: 201 0006 08BD pop {r3, pc} 202 .cfi_endproc 203 .LFE138: 205 .section .text.USART1_IRQHandler,"ax",%progbits 206 .align 1 207 .global USART1_IRQHandler 208 .syntax unified 209 .thumb 210 .thumb_func 211 .fpu fpv4-sp-d16 213 USART1_IRQHandler: 214 .LFB139: 190:Src/stm32f4xx_it.c **** /* USER CODE BEGIN SysTick_IRQn 1 */ 191:Src/stm32f4xx_it.c **** 192:Src/stm32f4xx_it.c **** /* USER CODE END SysTick_IRQn 1 */ 193:Src/stm32f4xx_it.c **** } 194:Src/stm32f4xx_it.c **** 195:Src/stm32f4xx_it.c **** /******************************************************************************/ 196:Src/stm32f4xx_it.c **** /* STM32F4xx Peripheral Interrupt Handlers */ 197:Src/stm32f4xx_it.c **** /* Add here the Interrupt Handlers for the used peripherals. */ 198:Src/stm32f4xx_it.c **** /* For the available peripheral interrupt handler names, */ 199:Src/stm32f4xx_it.c **** /* please refer to the startup file (startup_stm32f4xx.s). */ 200:Src/stm32f4xx_it.c **** /******************************************************************************/ 201:Src/stm32f4xx_it.c **** 202:Src/stm32f4xx_it.c **** /** 203:Src/stm32f4xx_it.c **** * @brief This function handles USART1 global interrupt. 204:Src/stm32f4xx_it.c **** */ ARM GAS /tmp/ccX4MuSP.s page 8 205:Src/stm32f4xx_it.c **** void USART1_IRQHandler(void) 206:Src/stm32f4xx_it.c **** { 215 .loc 1 206 0 216 .cfi_startproc 217 @ args = 0, pretend = 0, frame = 0 218 @ frame_needed = 0, uses_anonymous_args = 0 219 0000 08B5 push {r3, lr} 220 .LCFI1: 221 .cfi_def_cfa_offset 8 222 .cfi_offset 3, -8 223 .cfi_offset 14, -4 207:Src/stm32f4xx_it.c **** /* USER CODE BEGIN USART1_IRQn 0 */ 208:Src/stm32f4xx_it.c **** 209:Src/stm32f4xx_it.c **** /* USER CODE END USART1_IRQn 0 */ 210:Src/stm32f4xx_it.c **** HAL_UART_IRQHandler(&huart1); 224 .loc 1 210 0 225 0002 0248 ldr r0, .L17 226 0004 FFF7FEFF bl HAL_UART_IRQHandler 227 .LVL1: 228 0008 08BD pop {r3, pc} 229 .L18: 230 000a 00BF .align 2 231 .L17: 232 000c 00000000 .word huart1 233 .cfi_endproc 234 .LFE139: 236 .section .text.USART2_IRQHandler,"ax",%progbits 237 .align 1 238 .global USART2_IRQHandler 239 .syntax unified 240 .thumb 241 .thumb_func 242 .fpu fpv4-sp-d16 244 USART2_IRQHandler: 245 .LFB140: 211:Src/stm32f4xx_it.c **** /* USER CODE BEGIN USART1_IRQn 1 */ 212:Src/stm32f4xx_it.c **** 213:Src/stm32f4xx_it.c **** /* USER CODE END USART1_IRQn 1 */ 214:Src/stm32f4xx_it.c **** } 215:Src/stm32f4xx_it.c **** 216:Src/stm32f4xx_it.c **** /** 217:Src/stm32f4xx_it.c **** * @brief This function handles USART2 global interrupt. 218:Src/stm32f4xx_it.c **** */ 219:Src/stm32f4xx_it.c **** void USART2_IRQHandler(void) 220:Src/stm32f4xx_it.c **** { 246 .loc 1 220 0 247 .cfi_startproc 248 @ args = 0, pretend = 0, frame = 0 249 @ frame_needed = 0, uses_anonymous_args = 0 250 0000 08B5 push {r3, lr} 251 .LCFI2: 252 .cfi_def_cfa_offset 8 253 .cfi_offset 3, -8 254 .cfi_offset 14, -4 221:Src/stm32f4xx_it.c **** /* USER CODE BEGIN USART2_IRQn 0 */ 222:Src/stm32f4xx_it.c **** 223:Src/stm32f4xx_it.c **** /* USER CODE END USART2_IRQn 0 */ ARM GAS /tmp/ccX4MuSP.s page 9 224:Src/stm32f4xx_it.c **** HAL_UART_IRQHandler(&huart2); 255 .loc 1 224 0 256 0002 0248 ldr r0, .L21 257 0004 FFF7FEFF bl HAL_UART_IRQHandler 258 .LVL2: 259 0008 08BD pop {r3, pc} 260 .L22: 261 000a 00BF .align 2 262 .L21: 263 000c 00000000 .word huart2 264 .cfi_endproc 265 .LFE140: 267 .section .text.UART4_IRQHandler,"ax",%progbits 268 .align 1 269 .global UART4_IRQHandler 270 .syntax unified 271 .thumb 272 .thumb_func 273 .fpu fpv4-sp-d16 275 UART4_IRQHandler: 276 .LFB141: 225:Src/stm32f4xx_it.c **** /* USER CODE BEGIN USART2_IRQn 1 */ 226:Src/stm32f4xx_it.c **** 227:Src/stm32f4xx_it.c **** /* USER CODE END USART2_IRQn 1 */ 228:Src/stm32f4xx_it.c **** } 229:Src/stm32f4xx_it.c **** 230:Src/stm32f4xx_it.c **** /** 231:Src/stm32f4xx_it.c **** * @brief This function handles UART4 global interrupt. 232:Src/stm32f4xx_it.c **** */ 233:Src/stm32f4xx_it.c **** void UART4_IRQHandler(void) 234:Src/stm32f4xx_it.c **** { 277 .loc 1 234 0 278 .cfi_startproc 279 @ args = 0, pretend = 0, frame = 0 280 @ frame_needed = 0, uses_anonymous_args = 0 281 0000 08B5 push {r3, lr} 282 .LCFI3: 283 .cfi_def_cfa_offset 8 284 .cfi_offset 3, -8 285 .cfi_offset 14, -4 235:Src/stm32f4xx_it.c **** /* USER CODE BEGIN UART4_IRQn 0 */ 236:Src/stm32f4xx_it.c **** 237:Src/stm32f4xx_it.c **** /* USER CODE END UART4_IRQn 0 */ 238:Src/stm32f4xx_it.c **** HAL_UART_IRQHandler(&huart4); 286 .loc 1 238 0 287 0002 0248 ldr r0, .L25 288 0004 FFF7FEFF bl HAL_UART_IRQHandler 289 .LVL3: 290 0008 08BD pop {r3, pc} 291 .L26: 292 000a 00BF .align 2 293 .L25: 294 000c 00000000 .word huart4 295 .cfi_endproc 296 .LFE141: 298 .text 299 .Letext0: ARM GAS /tmp/ccX4MuSP.s page 10 300 .file 2 "/usr/include/newlib/machine/_default_types.h" 301 .file 3 "/usr/include/newlib/sys/_stdint.h" 302 .file 4 "Drivers/CMSIS/Include/core_cm4.h" 303 .file 5 "Drivers/CMSIS/Device/ST/STM32F4xx/Include/system_stm32f4xx.h" 304 .file 6 "Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f407xx.h" 305 .file 7 "Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_def.h" 306 .file 8 "Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_dma.h" 307 .file 9 "Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_uart.h" 308 .file 10 "Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal.h" ARM GAS /tmp/ccX4MuSP.s page 11 DEFINED SYMBOLS *ABS*:0000000000000000 stm32f4xx_it.c /tmp/ccX4MuSP.s:18 .text.NMI_Handler:0000000000000000 $t /tmp/ccX4MuSP.s:25 .text.NMI_Handler:0000000000000000 NMI_Handler /tmp/ccX4MuSP.s:38 .text.HardFault_Handler:0000000000000000 $t /tmp/ccX4MuSP.s:45 .text.HardFault_Handler:0000000000000000 HardFault_Handler /tmp/ccX4MuSP.s:59 .text.MemManage_Handler:0000000000000000 $t /tmp/ccX4MuSP.s:66 .text.MemManage_Handler:0000000000000000 MemManage_Handler /tmp/ccX4MuSP.s:80 .text.BusFault_Handler:0000000000000000 $t /tmp/ccX4MuSP.s:87 .text.BusFault_Handler:0000000000000000 BusFault_Handler /tmp/ccX4MuSP.s:101 .text.UsageFault_Handler:0000000000000000 $t /tmp/ccX4MuSP.s:108 .text.UsageFault_Handler:0000000000000000 UsageFault_Handler /tmp/ccX4MuSP.s:122 .text.SVC_Handler:0000000000000000 $t /tmp/ccX4MuSP.s:129 .text.SVC_Handler:0000000000000000 SVC_Handler /tmp/ccX4MuSP.s:141 .text.DebugMon_Handler:0000000000000000 $t /tmp/ccX4MuSP.s:148 .text.DebugMon_Handler:0000000000000000 DebugMon_Handler /tmp/ccX4MuSP.s:160 .text.PendSV_Handler:0000000000000000 $t /tmp/ccX4MuSP.s:167 .text.PendSV_Handler:0000000000000000 PendSV_Handler /tmp/ccX4MuSP.s:179 .text.SysTick_Handler:0000000000000000 $t /tmp/ccX4MuSP.s:186 .text.SysTick_Handler:0000000000000000 SysTick_Handler /tmp/ccX4MuSP.s:206 .text.USART1_IRQHandler:0000000000000000 $t /tmp/ccX4MuSP.s:213 .text.USART1_IRQHandler:0000000000000000 USART1_IRQHandler /tmp/ccX4MuSP.s:232 .text.USART1_IRQHandler:000000000000000c $d /tmp/ccX4MuSP.s:237 .text.USART2_IRQHandler:0000000000000000 $t /tmp/ccX4MuSP.s:244 .text.USART2_IRQHandler:0000000000000000 USART2_IRQHandler /tmp/ccX4MuSP.s:263 .text.USART2_IRQHandler:000000000000000c $d /tmp/ccX4MuSP.s:268 .text.UART4_IRQHandler:0000000000000000 $t /tmp/ccX4MuSP.s:275 .text.UART4_IRQHandler:0000000000000000 UART4_IRQHandler /tmp/ccX4MuSP.s:294 .text.UART4_IRQHandler:000000000000000c $d .debug_frame:0000000000000010 $d UNDEFINED SYMBOLS HAL_IncTick HAL_UART_IRQHandler huart1 huart2 huart4