ARM GAS C:\Users\144311\AppData\Local\Temp\ccYenoKt.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_it.c" 12 .text 13 .Ltext0: 14 .cfi_sections .debug_frame 15 .section .text.NMI_Handler,"ax",%progbits 16 .align 1 17 .global NMI_Handler 18 .arch armv6s-m 19 .syntax unified 20 .code 16 21 .thumb_func 22 .fpu softvfp 24 NMI_Handler: 25 .LFB417: 26 .file 1 "Src/stm32f0xx_it.c" 1:Src/stm32f0xx_it.c **** /* USER CODE BEGIN Header */ 2:Src/stm32f0xx_it.c **** /** 3:Src/stm32f0xx_it.c **** ****************************************************************************** 4:Src/stm32f0xx_it.c **** * @file stm32f0xx_it.c 5:Src/stm32f0xx_it.c **** * @brief Interrupt Service Routines. 6:Src/stm32f0xx_it.c **** ****************************************************************************** 7:Src/stm32f0xx_it.c **** * @attention 8:Src/stm32f0xx_it.c **** * 9:Src/stm32f0xx_it.c **** *

© Copyright (c) 2021 STMicroelectronics. 10:Src/stm32f0xx_it.c **** * All rights reserved.

11:Src/stm32f0xx_it.c **** * 12:Src/stm32f0xx_it.c **** * This software component is licensed by ST under BSD 3-Clause license, 13:Src/stm32f0xx_it.c **** * the "License"; You may not use this file except in compliance with the 14:Src/stm32f0xx_it.c **** * License. You may obtain a copy of the License at: 15:Src/stm32f0xx_it.c **** * opensource.org/licenses/BSD-3-Clause 16:Src/stm32f0xx_it.c **** * 17:Src/stm32f0xx_it.c **** ****************************************************************************** 18:Src/stm32f0xx_it.c **** */ 19:Src/stm32f0xx_it.c **** /* USER CODE END Header */ 20:Src/stm32f0xx_it.c **** 21:Src/stm32f0xx_it.c **** /* Includes ------------------------------------------------------------------*/ 22:Src/stm32f0xx_it.c **** #include "main.h" 23:Src/stm32f0xx_it.c **** #include "stm32f0xx_it.h" 24:Src/stm32f0xx_it.c **** /* Private includes ----------------------------------------------------------*/ 25:Src/stm32f0xx_it.c **** /* USER CODE BEGIN Includes */ 26:Src/stm32f0xx_it.c **** /* USER CODE END Includes */ 27:Src/stm32f0xx_it.c **** 28:Src/stm32f0xx_it.c **** /* Private typedef -----------------------------------------------------------*/ 29:Src/stm32f0xx_it.c **** /* USER CODE BEGIN TD */ 30:Src/stm32f0xx_it.c **** 31:Src/stm32f0xx_it.c **** /* USER CODE END TD */ 32:Src/stm32f0xx_it.c **** ARM GAS C:\Users\144311\AppData\Local\Temp\ccYenoKt.s page 2 33:Src/stm32f0xx_it.c **** /* Private define ------------------------------------------------------------*/ 34:Src/stm32f0xx_it.c **** /* USER CODE BEGIN PD */ 35:Src/stm32f0xx_it.c **** 36:Src/stm32f0xx_it.c **** /* USER CODE END PD */ 37:Src/stm32f0xx_it.c **** 38:Src/stm32f0xx_it.c **** /* Private macro -------------------------------------------------------------*/ 39:Src/stm32f0xx_it.c **** /* USER CODE BEGIN PM */ 40:Src/stm32f0xx_it.c **** 41:Src/stm32f0xx_it.c **** /* USER CODE END PM */ 42:Src/stm32f0xx_it.c **** 43:Src/stm32f0xx_it.c **** /* Private variables ---------------------------------------------------------*/ 44:Src/stm32f0xx_it.c **** /* USER CODE BEGIN PV */ 45:Src/stm32f0xx_it.c **** 46:Src/stm32f0xx_it.c **** /* USER CODE END PV */ 47:Src/stm32f0xx_it.c **** 48:Src/stm32f0xx_it.c **** /* Private function prototypes -----------------------------------------------*/ 49:Src/stm32f0xx_it.c **** /* USER CODE BEGIN PFP */ 50:Src/stm32f0xx_it.c **** 51:Src/stm32f0xx_it.c **** /* USER CODE END PFP */ 52:Src/stm32f0xx_it.c **** 53:Src/stm32f0xx_it.c **** /* Private user code ---------------------------------------------------------*/ 54:Src/stm32f0xx_it.c **** /* USER CODE BEGIN 0 */ 55:Src/stm32f0xx_it.c **** 56:Src/stm32f0xx_it.c **** /* USER CODE END 0 */ 57:Src/stm32f0xx_it.c **** 58:Src/stm32f0xx_it.c **** /* External variables --------------------------------------------------------*/ 59:Src/stm32f0xx_it.c **** 60:Src/stm32f0xx_it.c **** /* USER CODE BEGIN EV */ 61:Src/stm32f0xx_it.c **** 62:Src/stm32f0xx_it.c **** /* USER CODE END EV */ 63:Src/stm32f0xx_it.c **** 64:Src/stm32f0xx_it.c **** /******************************************************************************/ 65:Src/stm32f0xx_it.c **** /* Cortex-M0 Processor Interruption and Exception Handlers */ 66:Src/stm32f0xx_it.c **** /******************************************************************************/ 67:Src/stm32f0xx_it.c **** /** 68:Src/stm32f0xx_it.c **** * @brief This function handles Non maskable interrupt. 69:Src/stm32f0xx_it.c **** */ 70:Src/stm32f0xx_it.c **** void NMI_Handler(void) 71:Src/stm32f0xx_it.c **** { 27 .loc 1 71 1 view -0 28 .cfi_startproc 29 @ Volatile: function does not return. 30 @ args = 0, pretend = 0, frame = 0 31 @ frame_needed = 0, uses_anonymous_args = 0 32 @ link register save eliminated. 33 .L2: 72:Src/stm32f0xx_it.c **** /* USER CODE BEGIN NonMaskableInt_IRQn 0 */ 73:Src/stm32f0xx_it.c **** 74:Src/stm32f0xx_it.c **** /* USER CODE END NonMaskableInt_IRQn 0 */ 75:Src/stm32f0xx_it.c **** /* USER CODE BEGIN NonMaskableInt_IRQn 1 */ 76:Src/stm32f0xx_it.c **** while (1) 34 .loc 1 76 3 discriminator 1 view .LVU1 77:Src/stm32f0xx_it.c **** { 78:Src/stm32f0xx_it.c **** } 35 .loc 1 78 3 discriminator 1 view .LVU2 76:Src/stm32f0xx_it.c **** { 36 .loc 1 76 9 discriminator 1 view .LVU3 ARM GAS C:\Users\144311\AppData\Local\Temp\ccYenoKt.s page 3 37 0000 FEE7 b .L2 38 .cfi_endproc 39 .LFE417: 41 .section .text.HardFault_Handler,"ax",%progbits 42 .align 1 43 .global HardFault_Handler 44 .syntax unified 45 .code 16 46 .thumb_func 47 .fpu softvfp 49 HardFault_Handler: 50 .LFB418: 79:Src/stm32f0xx_it.c **** /* USER CODE END NonMaskableInt_IRQn 1 */ 80:Src/stm32f0xx_it.c **** } 81:Src/stm32f0xx_it.c **** 82:Src/stm32f0xx_it.c **** /** 83:Src/stm32f0xx_it.c **** * @brief This function handles Hard fault interrupt. 84:Src/stm32f0xx_it.c **** */ 85:Src/stm32f0xx_it.c **** void HardFault_Handler(void) 86:Src/stm32f0xx_it.c **** { 51 .loc 1 86 1 view -0 52 .cfi_startproc 53 @ Volatile: function does not return. 54 @ args = 0, pretend = 0, frame = 0 55 @ frame_needed = 0, uses_anonymous_args = 0 56 @ link register save eliminated. 57 .L4: 87:Src/stm32f0xx_it.c **** /* USER CODE BEGIN HardFault_IRQn 0 */ 88:Src/stm32f0xx_it.c **** 89:Src/stm32f0xx_it.c **** /* USER CODE END HardFault_IRQn 0 */ 90:Src/stm32f0xx_it.c **** while (1) 58 .loc 1 90 3 discriminator 1 view .LVU5 91:Src/stm32f0xx_it.c **** { 92:Src/stm32f0xx_it.c **** /* USER CODE BEGIN W1_HardFault_IRQn 0 */ 93:Src/stm32f0xx_it.c **** /* USER CODE END W1_HardFault_IRQn 0 */ 94:Src/stm32f0xx_it.c **** } 59 .loc 1 94 3 discriminator 1 view .LVU6 90:Src/stm32f0xx_it.c **** { 60 .loc 1 90 9 discriminator 1 view .LVU7 61 0000 FEE7 b .L4 62 .cfi_endproc 63 .LFE418: 65 .section .text.SVC_Handler,"ax",%progbits 66 .align 1 67 .global SVC_Handler 68 .syntax unified 69 .code 16 70 .thumb_func 71 .fpu softvfp 73 SVC_Handler: 74 .LFB419: 95:Src/stm32f0xx_it.c **** } 96:Src/stm32f0xx_it.c **** 97:Src/stm32f0xx_it.c **** /** 98:Src/stm32f0xx_it.c **** * @brief This function handles System service call via SWI instruction. 99:Src/stm32f0xx_it.c **** */ 100:Src/stm32f0xx_it.c **** void SVC_Handler(void) ARM GAS C:\Users\144311\AppData\Local\Temp\ccYenoKt.s page 4 101:Src/stm32f0xx_it.c **** { 75 .loc 1 101 1 view -0 76 .cfi_startproc 77 @ args = 0, pretend = 0, frame = 0 78 @ frame_needed = 0, uses_anonymous_args = 0 79 @ link register save eliminated. 102:Src/stm32f0xx_it.c **** /* USER CODE BEGIN SVC_IRQn 0 */ 103:Src/stm32f0xx_it.c **** 104:Src/stm32f0xx_it.c **** /* USER CODE END SVC_IRQn 0 */ 105:Src/stm32f0xx_it.c **** /* USER CODE BEGIN SVC_IRQn 1 */ 106:Src/stm32f0xx_it.c **** 107:Src/stm32f0xx_it.c **** /* USER CODE END SVC_IRQn 1 */ 108:Src/stm32f0xx_it.c **** } 80 .loc 1 108 1 view .LVU9 81 @ sp needed 82 0000 7047 bx lr 83 .cfi_endproc 84 .LFE419: 86 .section .text.PendSV_Handler,"ax",%progbits 87 .align 1 88 .global PendSV_Handler 89 .syntax unified 90 .code 16 91 .thumb_func 92 .fpu softvfp 94 PendSV_Handler: 95 .LFB420: 109:Src/stm32f0xx_it.c **** 110:Src/stm32f0xx_it.c **** /** 111:Src/stm32f0xx_it.c **** * @brief This function handles Pendable request for system service. 112:Src/stm32f0xx_it.c **** */ 113:Src/stm32f0xx_it.c **** void PendSV_Handler(void) 114:Src/stm32f0xx_it.c **** { 96 .loc 1 114 1 view -0 97 .cfi_startproc 98 @ args = 0, pretend = 0, frame = 0 99 @ frame_needed = 0, uses_anonymous_args = 0 100 @ link register save eliminated. 115:Src/stm32f0xx_it.c **** /* USER CODE BEGIN PendSV_IRQn 0 */ 116:Src/stm32f0xx_it.c **** 117:Src/stm32f0xx_it.c **** /* USER CODE END PendSV_IRQn 0 */ 118:Src/stm32f0xx_it.c **** /* USER CODE BEGIN PendSV_IRQn 1 */ 119:Src/stm32f0xx_it.c **** 120:Src/stm32f0xx_it.c **** /* USER CODE END PendSV_IRQn 1 */ 121:Src/stm32f0xx_it.c **** } 101 .loc 1 121 1 view .LVU11 102 @ sp needed 103 0000 7047 bx lr 104 .cfi_endproc 105 .LFE420: 107 .section .text.SysTick_Handler,"ax",%progbits 108 .align 1 109 .global SysTick_Handler 110 .syntax unified 111 .code 16 112 .thumb_func 113 .fpu softvfp ARM GAS C:\Users\144311\AppData\Local\Temp\ccYenoKt.s page 5 115 SysTick_Handler: 116 .LFB421: 122:Src/stm32f0xx_it.c **** 123:Src/stm32f0xx_it.c **** /** 124:Src/stm32f0xx_it.c **** * @brief This function handles System tick timer. 125:Src/stm32f0xx_it.c **** */ 126:Src/stm32f0xx_it.c **** void SysTick_Handler(void) 127:Src/stm32f0xx_it.c **** { 117 .loc 1 127 1 view -0 118 .cfi_startproc 119 @ args = 0, pretend = 0, frame = 0 120 @ frame_needed = 0, uses_anonymous_args = 0 121 @ link register save eliminated. 128:Src/stm32f0xx_it.c **** /* USER CODE BEGIN SysTick_IRQn 0 */ 129:Src/stm32f0xx_it.c **** 130:Src/stm32f0xx_it.c **** /* USER CODE END SysTick_IRQn 0 */ 131:Src/stm32f0xx_it.c **** 132:Src/stm32f0xx_it.c **** /* USER CODE BEGIN SysTick_IRQn 1 */ 133:Src/stm32f0xx_it.c **** 134:Src/stm32f0xx_it.c **** /* USER CODE END SysTick_IRQn 1 */ 135:Src/stm32f0xx_it.c **** } 122 .loc 1 135 1 view .LVU13 123 @ sp needed 124 0000 7047 bx lr 125 .cfi_endproc 126 .LFE421: 128 .text 129 .Letext0: 130 .file 2 "c:\\programdata\\chocolatey\\lib\\gcc-arm-embedded\\tools\\gcc-arm-none-eabi-10-2020-q4-m 131 .file 3 "c:\\programdata\\chocolatey\\lib\\gcc-arm-embedded\\tools\\gcc-arm-none-eabi-10-2020-q4-m 132 .file 4 "Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_dma.h" ARM GAS C:\Users\144311\AppData\Local\Temp\ccYenoKt.s page 6 DEFINED SYMBOLS *ABS*:00000000 stm32f0xx_it.c C:\Users\144311\AppData\Local\Temp\ccYenoKt.s:16 .text.NMI_Handler:00000000 $t C:\Users\144311\AppData\Local\Temp\ccYenoKt.s:24 .text.NMI_Handler:00000000 NMI_Handler C:\Users\144311\AppData\Local\Temp\ccYenoKt.s:42 .text.HardFault_Handler:00000000 $t C:\Users\144311\AppData\Local\Temp\ccYenoKt.s:49 .text.HardFault_Handler:00000000 HardFault_Handler C:\Users\144311\AppData\Local\Temp\ccYenoKt.s:66 .text.SVC_Handler:00000000 $t C:\Users\144311\AppData\Local\Temp\ccYenoKt.s:73 .text.SVC_Handler:00000000 SVC_Handler C:\Users\144311\AppData\Local\Temp\ccYenoKt.s:87 .text.PendSV_Handler:00000000 $t C:\Users\144311\AppData\Local\Temp\ccYenoKt.s:94 .text.PendSV_Handler:00000000 PendSV_Handler C:\Users\144311\AppData\Local\Temp\ccYenoKt.s:108 .text.SysTick_Handler:00000000 $t C:\Users\144311\AppData\Local\Temp\ccYenoKt.s:115 .text.SysTick_Handler:00000000 SysTick_Handler NO UNDEFINED SYMBOLS