You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
KED/bsl/oldStmFile/makeLowLayer/build/stm32f0xx_it.lst

284 lines
13 KiB

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.

ARM GAS /tmp/ccH6aSaL.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 .syntax unified
19 .code 16
20 .thumb_func
21 .fpu softvfp
23 NMI_Handler:
24 .LFB417:
25 .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 **** * <h2><center>&copy; Copyright (c) 2021 STMicroelectronics.
10:Src/stm32f0xx_it.c **** * All rights reserved.</center></h2>
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 ****
33:Src/stm32f0xx_it.c **** /* Private define ------------------------------------------------------------*/
ARM GAS /tmp/ccH6aSaL.s page 2
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 **** {
26 .loc 1 71 0
27 .cfi_startproc
28 @ Volatile: function does not return.
29 @ args = 0, pretend = 0, frame = 0
30 @ frame_needed = 0, uses_anonymous_args = 0
31 @ link register save eliminated.
32 .L2:
33 0000 FEE7 b .L2
34 .cfi_endproc
35 .LFE417:
37 .section .text.HardFault_Handler,"ax",%progbits
38 .align 1
39 .global HardFault_Handler
40 .syntax unified
41 .code 16
42 .thumb_func
43 .fpu softvfp
45 HardFault_Handler:
46 .LFB418:
ARM GAS /tmp/ccH6aSaL.s page 3
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)
77:Src/stm32f0xx_it.c **** {
78:Src/stm32f0xx_it.c **** }
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 **** {
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 .L4:
54 0000 FEE7 b .L4
55 .cfi_endproc
56 .LFE418:
58 .section .text.SVC_Handler,"ax",%progbits
59 .align 1
60 .global SVC_Handler
61 .syntax unified
62 .code 16
63 .thumb_func
64 .fpu softvfp
66 SVC_Handler:
67 .LFB419:
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)
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 **** }
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)
101:Src/stm32f0xx_it.c **** {
68 .loc 1 101 0
69 .cfi_startproc
70 @ args = 0, pretend = 0, frame = 0
71 @ frame_needed = 0, uses_anonymous_args = 0
72 @ 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 */
ARM GAS /tmp/ccH6aSaL.s page 4
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 **** }
73 .loc 1 108 0
74 @ sp needed
75 0000 7047 bx lr
76 .cfi_endproc
77 .LFE419:
79 .section .text.PendSV_Handler,"ax",%progbits
80 .align 1
81 .global PendSV_Handler
82 .syntax unified
83 .code 16
84 .thumb_func
85 .fpu softvfp
87 PendSV_Handler:
88 .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 **** {
89 .loc 1 114 0
90 .cfi_startproc
91 @ args = 0, pretend = 0, frame = 0
92 @ frame_needed = 0, uses_anonymous_args = 0
93 @ 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 **** }
94 .loc 1 121 0
95 @ sp needed
96 0000 7047 bx lr
97 .cfi_endproc
98 .LFE420:
100 .section .text.SysTick_Handler,"ax",%progbits
101 .align 1
102 .global SysTick_Handler
103 .syntax unified
104 .code 16
105 .thumb_func
106 .fpu softvfp
108 SysTick_Handler:
109 .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 **** {
110 .loc 1 127 0
ARM GAS /tmp/ccH6aSaL.s page 5
111 .cfi_startproc
112 @ args = 0, pretend = 0, frame = 0
113 @ frame_needed = 0, uses_anonymous_args = 0
114 @ 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 **** }
115 .loc 1 135 0
116 @ sp needed
117 0000 7047 bx lr
118 .cfi_endproc
119 .LFE421:
121 .text
122 .Letext0:
123 .file 2 "/usr/include/newlib/machine/_default_types.h"
124 .file 3 "/usr/include/newlib/sys/_stdint.h"
125 .file 4 "Drivers/CMSIS/Device/ST/STM32F0xx/Include/system_stm32f0xx.h"
126 .file 5 "Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_dma.h"
ARM GAS /tmp/ccH6aSaL.s page 6
DEFINED SYMBOLS
*ABS*:0000000000000000 stm32f0xx_it.c
/tmp/ccH6aSaL.s:16 .text.NMI_Handler:0000000000000000 $t
/tmp/ccH6aSaL.s:23 .text.NMI_Handler:0000000000000000 NMI_Handler
/tmp/ccH6aSaL.s:38 .text.HardFault_Handler:0000000000000000 $t
/tmp/ccH6aSaL.s:45 .text.HardFault_Handler:0000000000000000 HardFault_Handler
/tmp/ccH6aSaL.s:59 .text.SVC_Handler:0000000000000000 $t
/tmp/ccH6aSaL.s:66 .text.SVC_Handler:0000000000000000 SVC_Handler
/tmp/ccH6aSaL.s:80 .text.PendSV_Handler:0000000000000000 $t
/tmp/ccH6aSaL.s:87 .text.PendSV_Handler:0000000000000000 PendSV_Handler
/tmp/ccH6aSaL.s:101 .text.SysTick_Handler:0000000000000000 $t
/tmp/ccH6aSaL.s:108 .text.SysTick_Handler:0000000000000000 SysTick_Handler
NO UNDEFINED SYMBOLS