annotate Common/Drivers/STM32F4xx_v220/Source/Templates/gcc/startup_stm32f429xx.s @ 83:ef4f45df70c1 kittz

???????
author Dmitry Romanov <kitt@bk.ru>
date Tue, 20 Nov 2018 12:27:40 +0300
parents 5f11787b4f42
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
38
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
1 /**
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
2 ******************************************************************************
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
3 * @file startup_stm32f429xx.s
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
4 * @author MCD Application Team
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
5 * @version V2.2.0
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
6 * @date 15-December-2014
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
7 * @brief STM32F429xx Devices vector table for Atollic TrueSTUDIO toolchain.
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
8 * This module performs:
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
9 * - Set the initial SP
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
10 * - Set the initial PC == Reset_Handler,
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
11 * - Set the vector table entries with the exceptions ISR address
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
12 * - Branches to main in the C library (which eventually
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
13 * calls main()).
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
14 * After Reset the Cortex-M4 processor is in Thread mode,
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
15 * priority is Privileged, and the Stack is set to Main.
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
16 ******************************************************************************
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
17 * @attention
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
18 *
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
19 * <h2><center>&copy; COPYRIGHT 2014 STMicroelectronics</center></h2>
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
20 *
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
21 * Redistribution and use in source and binary forms, with or without modification,
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
22 * are permitted provided that the following conditions are met:
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
23 * 1. Redistributions of source code must retain the above copyright notice,
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
24 * this list of conditions and the following disclaimer.
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
25 * 2. Redistributions in binary form must reproduce the above copyright notice,
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
26 * this list of conditions and the following disclaimer in the documentation
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
27 * and/or other materials provided with the distribution.
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
28 * 3. Neither the name of STMicroelectronics nor the names of its contributors
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
29 * may be used to endorse or promote products derived from this software
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
30 * without specific prior written permission.
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
31 *
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
32 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
33 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
34 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
35 * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
36 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
37 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
38 * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
39 * CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
40 * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
41 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
42 *
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
43 ******************************************************************************
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
44 */
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
45
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
46 .syntax unified
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
47 .cpu cortex-m4
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
48 .fpu softvfp
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
49 .thumb
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
50
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
51 .global g_pfnVectors
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
52 .global Default_Handler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
53
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
54 /* start address for the initialization values of the .data section.
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
55 defined in linker script */
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
56 .word _sidata
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
57 /* start address for the .data section. defined in linker script */
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
58 .word _sdata
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
59 /* end address for the .data section. defined in linker script */
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
60 .word _edata
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
61 /* start address for the .bss section. defined in linker script */
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
62 .word _sbss
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
63 /* end address for the .bss section. defined in linker script */
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
64 .word _ebss
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
65 /* stack used for SystemInit_ExtMemCtl; always internal RAM used */
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
66
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
67 /**
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
68 * @brief This is the code that gets called when the processor first
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
69 * starts execution following a reset event. Only the absolutely
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
70 * necessary set is performed, after which the application
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
71 * supplied main() routine is called.
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
72 * @param None
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
73 * @retval : None
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
74 */
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
75
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
76 .section .text.Reset_Handler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
77 .weak Reset_Handler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
78 .type Reset_Handler, %function
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
79 Reset_Handler:
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
80 ldr sp, =_estack /* set stack pointer */
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
81
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
82 /* Copy the data segment initializers from flash to SRAM */
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
83 movs r1, #0
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
84 b LoopCopyDataInit
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
85
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
86 CopyDataInit:
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
87 ldr r3, =_sidata
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
88 ldr r3, [r3, r1]
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
89 str r3, [r0, r1]
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
90 adds r1, r1, #4
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
91
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
92 LoopCopyDataInit:
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
93 ldr r0, =_sdata
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
94 ldr r3, =_edata
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
95 adds r2, r0, r1
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
96 cmp r2, r3
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
97 bcc CopyDataInit
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
98 ldr r2, =_sbss
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
99 b LoopFillZerobss
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
100 /* Zero fill the bss segment. */
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
101 FillZerobss:
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
102 movs r3, #0
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
103 str r3, [r2], #4
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
104
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
105 LoopFillZerobss:
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
106 ldr r3, = _ebss
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
107 cmp r2, r3
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
108 bcc FillZerobss
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
109
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
110 /* Call the clock system intitialization function.*/
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
111 bl SystemInit
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
112 /* Call static constructors */
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
113 bl __libc_init_array
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
114 /* Call the application's entry point.*/
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
115 bl main
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
116 bx lr
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
117 .size Reset_Handler, .-Reset_Handler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
118
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
119 /**
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
120 * @brief This is the code that gets called when the processor receives an
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
121 * unexpected interrupt. This simply enters an infinite loop, preserving
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
122 * the system state for examination by a debugger.
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
123 * @param None
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
124 * @retval None
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
125 */
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
126 .section .text.Default_Handler,"ax",%progbits
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
127 Default_Handler:
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
128 Infinite_Loop:
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
129 b Infinite_Loop
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
130 .size Default_Handler, .-Default_Handler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
131 /******************************************************************************
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
132 *
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
133 * The minimal vector table for a Cortex M3. Note that the proper constructs
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
134 * must be placed on this to ensure that it ends up at physical address
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
135 * 0x0000.0000.
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
136 *
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
137 *******************************************************************************/
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
138 .section .isr_vector,"a",%progbits
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
139 .type g_pfnVectors, %object
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
140 .size g_pfnVectors, .-g_pfnVectors
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
141
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
142 g_pfnVectors:
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
143 .word _estack
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
144 .word Reset_Handler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
145
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
146 .word NMI_Handler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
147 .word HardFault_Handler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
148 .word MemManage_Handler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
149 .word BusFault_Handler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
150 .word UsageFault_Handler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
151 .word 0
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
152 .word 0
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
153 .word 0
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
154 .word 0
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
155 .word SVC_Handler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
156 .word DebugMon_Handler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
157 .word 0
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
158 .word PendSV_Handler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
159 .word SysTick_Handler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
160
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
161 /* External Interrupts */
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
162 .word WWDG_IRQHandler /* Window WatchDog */
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
163 .word PVD_IRQHandler /* PVD through EXTI Line detection */
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
164 .word TAMP_STAMP_IRQHandler /* Tamper and TimeStamps through the EXTI line */
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
165 .word RTC_WKUP_IRQHandler /* RTC Wakeup through the EXTI line */
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
166 .word FLASH_IRQHandler /* FLASH */
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
167 .word RCC_IRQHandler /* RCC */
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
168 .word EXTI0_IRQHandler /* EXTI Line0 */
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
169 .word EXTI1_IRQHandler /* EXTI Line1 */
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
170 .word EXTI2_IRQHandler /* EXTI Line2 */
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
171 .word EXTI3_IRQHandler /* EXTI Line3 */
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
172 .word EXTI4_IRQHandler /* EXTI Line4 */
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
173 .word DMA1_Stream0_IRQHandler /* DMA1 Stream 0 */
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
174 .word DMA1_Stream1_IRQHandler /* DMA1 Stream 1 */
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
175 .word DMA1_Stream2_IRQHandler /* DMA1 Stream 2 */
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
176 .word DMA1_Stream3_IRQHandler /* DMA1 Stream 3 */
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
177 .word DMA1_Stream4_IRQHandler /* DMA1 Stream 4 */
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
178 .word DMA1_Stream5_IRQHandler /* DMA1 Stream 5 */
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
179 .word DMA1_Stream6_IRQHandler /* DMA1 Stream 6 */
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
180 .word ADC_IRQHandler /* ADC1, ADC2 and ADC3s */
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
181 .word CAN1_TX_IRQHandler /* CAN1 TX */
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
182 .word CAN1_RX0_IRQHandler /* CAN1 RX0 */
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
183 .word CAN1_RX1_IRQHandler /* CAN1 RX1 */
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
184 .word CAN1_SCE_IRQHandler /* CAN1 SCE */
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
185 .word EXTI9_5_IRQHandler /* External Line[9:5]s */
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
186 .word TIM1_BRK_TIM9_IRQHandler /* TIM1 Break and TIM9 */
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
187 .word TIM1_UP_TIM10_IRQHandler /* TIM1 Update and TIM10 */
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
188 .word TIM1_TRG_COM_TIM11_IRQHandler /* TIM1 Trigger and Commutation and TIM11 */
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
189 .word TIM1_CC_IRQHandler /* TIM1 Capture Compare */
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
190 .word TIM2_IRQHandler /* TIM2 */
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
191 .word TIM3_IRQHandler /* TIM3 */
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
192 .word TIM4_IRQHandler /* TIM4 */
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
193 .word I2C1_EV_IRQHandler /* I2C1 Event */
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
194 .word I2C1_ER_IRQHandler /* I2C1 Error */
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
195 .word I2C2_EV_IRQHandler /* I2C2 Event */
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
196 .word I2C2_ER_IRQHandler /* I2C2 Error */
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
197 .word SPI1_IRQHandler /* SPI1 */
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
198 .word SPI2_IRQHandler /* SPI2 */
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
199 .word USART1_IRQHandler /* USART1 */
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
200 .word USART2_IRQHandler /* USART2 */
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
201 .word USART3_IRQHandler /* USART3 */
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
202 .word EXTI15_10_IRQHandler /* External Line[15:10]s */
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
203 .word RTC_Alarm_IRQHandler /* RTC Alarm (A and B) through EXTI Line */
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
204 .word OTG_FS_WKUP_IRQHandler /* USB OTG FS Wakeup through EXTI line */
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
205 .word TIM8_BRK_TIM12_IRQHandler /* TIM8 Break and TIM12 */
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
206 .word TIM8_UP_TIM13_IRQHandler /* TIM8 Update and TIM13 */
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
207 .word TIM8_TRG_COM_TIM14_IRQHandler /* TIM8 Trigger and Commutation and TIM14 */
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
208 .word TIM8_CC_IRQHandler /* TIM8 Capture Compare */
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
209 .word DMA1_Stream7_IRQHandler /* DMA1 Stream7 */
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
210 .word FMC_IRQHandler /* FMC */
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
211 .word SDIO_IRQHandler /* SDIO */
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
212 .word TIM5_IRQHandler /* TIM5 */
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
213 .word SPI3_IRQHandler /* SPI3 */
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
214 .word UART4_IRQHandler /* UART4 */
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
215 .word UART5_IRQHandler /* UART5 */
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
216 .word TIM6_DAC_IRQHandler /* TIM6 and DAC1&2 underrun errors */
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
217 .word TIM7_IRQHandler /* TIM7 */
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
218 .word DMA2_Stream0_IRQHandler /* DMA2 Stream 0 */
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
219 .word DMA2_Stream1_IRQHandler /* DMA2 Stream 1 */
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
220 .word DMA2_Stream2_IRQHandler /* DMA2 Stream 2 */
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
221 .word DMA2_Stream3_IRQHandler /* DMA2 Stream 3 */
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
222 .word DMA2_Stream4_IRQHandler /* DMA2 Stream 4 */
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
223 .word ETH_IRQHandler /* Ethernet */
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
224 .word ETH_WKUP_IRQHandler /* Ethernet Wakeup through EXTI line */
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
225 .word CAN2_TX_IRQHandler /* CAN2 TX */
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
226 .word CAN2_RX0_IRQHandler /* CAN2 RX0 */
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
227 .word CAN2_RX1_IRQHandler /* CAN2 RX1 */
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
228 .word CAN2_SCE_IRQHandler /* CAN2 SCE */
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
229 .word OTG_FS_IRQHandler /* USB OTG FS */
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
230 .word DMA2_Stream5_IRQHandler /* DMA2 Stream 5 */
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
231 .word DMA2_Stream6_IRQHandler /* DMA2 Stream 6 */
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
232 .word DMA2_Stream7_IRQHandler /* DMA2 Stream 7 */
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
233 .word USART6_IRQHandler /* USART6 */
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
234 .word I2C3_EV_IRQHandler /* I2C3 event */
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
235 .word I2C3_ER_IRQHandler /* I2C3 error */
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
236 .word OTG_HS_EP1_OUT_IRQHandler /* USB OTG HS End Point 1 Out */
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
237 .word OTG_HS_EP1_IN_IRQHandler /* USB OTG HS End Point 1 In */
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
238 .word OTG_HS_WKUP_IRQHandler /* USB OTG HS Wakeup through EXTI */
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
239 .word OTG_HS_IRQHandler /* USB OTG HS */
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
240 .word DCMI_IRQHandler /* DCMI */
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
241 .word 0 /* Reserved */
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
242 .word HASH_RNG_IRQHandler /* Hash and Rng */
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
243 .word FPU_IRQHandler /* FPU */
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
244 .word UART7_IRQHandler /* UART7 */
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
245 .word UART8_IRQHandler /* UART8 */
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
246 .word SPI4_IRQHandler /* SPI4 */
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
247 .word SPI5_IRQHandler /* SPI5 */
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
248 .word SPI6_IRQHandler /* SPI6 */
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
249 .word SAI1_IRQHandler /* SAI1 */
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
250 .word LTDC_IRQHandler /* LTDC_IRQHandler */
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
251 .word LTDC_ER_IRQHandler /* LTDC_ER_IRQHandler */
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
252 .word DMA2D_IRQHandler /* DMA2D */
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
253
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
254 /*******************************************************************************
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
255 *
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
256 * Provide weak aliases for each Exception handler to the Default_Handler.
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
257 * As they are weak aliases, any function with the same name will override
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
258 * this definition.
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
259 *
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
260 *******************************************************************************/
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
261 .weak NMI_Handler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
262 .thumb_set NMI_Handler,Default_Handler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
263
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
264 .weak HardFault_Handler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
265 .thumb_set HardFault_Handler,Default_Handler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
266
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
267 .weak MemManage_Handler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
268 .thumb_set MemManage_Handler,Default_Handler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
269
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
270 .weak BusFault_Handler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
271 .thumb_set BusFault_Handler,Default_Handler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
272
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
273 .weak UsageFault_Handler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
274 .thumb_set UsageFault_Handler,Default_Handler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
275
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
276 .weak SVC_Handler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
277 .thumb_set SVC_Handler,Default_Handler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
278
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
279 .weak DebugMon_Handler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
280 .thumb_set DebugMon_Handler,Default_Handler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
281
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
282 .weak PendSV_Handler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
283 .thumb_set PendSV_Handler,Default_Handler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
284
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
285 .weak SysTick_Handler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
286 .thumb_set SysTick_Handler,Default_Handler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
287
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
288 .weak WWDG_IRQHandler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
289 .thumb_set WWDG_IRQHandler,Default_Handler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
290
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
291 .weak PVD_IRQHandler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
292 .thumb_set PVD_IRQHandler,Default_Handler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
293
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
294 .weak TAMP_STAMP_IRQHandler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
295 .thumb_set TAMP_STAMP_IRQHandler,Default_Handler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
296
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
297 .weak RTC_WKUP_IRQHandler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
298 .thumb_set RTC_WKUP_IRQHandler,Default_Handler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
299
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
300 .weak FLASH_IRQHandler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
301 .thumb_set FLASH_IRQHandler,Default_Handler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
302
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
303 .weak RCC_IRQHandler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
304 .thumb_set RCC_IRQHandler,Default_Handler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
305
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
306 .weak EXTI0_IRQHandler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
307 .thumb_set EXTI0_IRQHandler,Default_Handler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
308
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
309 .weak EXTI1_IRQHandler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
310 .thumb_set EXTI1_IRQHandler,Default_Handler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
311
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
312 .weak EXTI2_IRQHandler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
313 .thumb_set EXTI2_IRQHandler,Default_Handler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
314
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
315 .weak EXTI3_IRQHandler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
316 .thumb_set EXTI3_IRQHandler,Default_Handler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
317
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
318 .weak EXTI4_IRQHandler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
319 .thumb_set EXTI4_IRQHandler,Default_Handler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
320
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
321 .weak DMA1_Stream0_IRQHandler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
322 .thumb_set DMA1_Stream0_IRQHandler,Default_Handler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
323
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
324 .weak DMA1_Stream1_IRQHandler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
325 .thumb_set DMA1_Stream1_IRQHandler,Default_Handler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
326
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
327 .weak DMA1_Stream2_IRQHandler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
328 .thumb_set DMA1_Stream2_IRQHandler,Default_Handler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
329
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
330 .weak DMA1_Stream3_IRQHandler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
331 .thumb_set DMA1_Stream3_IRQHandler,Default_Handler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
332
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
333 .weak DMA1_Stream4_IRQHandler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
334 .thumb_set DMA1_Stream4_IRQHandler,Default_Handler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
335
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
336 .weak DMA1_Stream5_IRQHandler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
337 .thumb_set DMA1_Stream5_IRQHandler,Default_Handler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
338
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
339 .weak DMA1_Stream6_IRQHandler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
340 .thumb_set DMA1_Stream6_IRQHandler,Default_Handler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
341
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
342 .weak ADC_IRQHandler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
343 .thumb_set ADC_IRQHandler,Default_Handler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
344
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
345 .weak CAN1_TX_IRQHandler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
346 .thumb_set CAN1_TX_IRQHandler,Default_Handler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
347
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
348 .weak CAN1_RX0_IRQHandler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
349 .thumb_set CAN1_RX0_IRQHandler,Default_Handler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
350
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
351 .weak CAN1_RX1_IRQHandler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
352 .thumb_set CAN1_RX1_IRQHandler,Default_Handler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
353
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
354 .weak CAN1_SCE_IRQHandler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
355 .thumb_set CAN1_SCE_IRQHandler,Default_Handler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
356
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
357 .weak EXTI9_5_IRQHandler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
358 .thumb_set EXTI9_5_IRQHandler,Default_Handler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
359
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
360 .weak TIM1_BRK_TIM9_IRQHandler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
361 .thumb_set TIM1_BRK_TIM9_IRQHandler,Default_Handler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
362
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
363 .weak TIM1_UP_TIM10_IRQHandler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
364 .thumb_set TIM1_UP_TIM10_IRQHandler,Default_Handler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
365
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
366 .weak TIM1_TRG_COM_TIM11_IRQHandler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
367 .thumb_set TIM1_TRG_COM_TIM11_IRQHandler,Default_Handler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
368
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
369 .weak TIM1_CC_IRQHandler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
370 .thumb_set TIM1_CC_IRQHandler,Default_Handler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
371
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
372 .weak TIM2_IRQHandler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
373 .thumb_set TIM2_IRQHandler,Default_Handler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
374
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
375 .weak TIM3_IRQHandler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
376 .thumb_set TIM3_IRQHandler,Default_Handler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
377
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
378 .weak TIM4_IRQHandler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
379 .thumb_set TIM4_IRQHandler,Default_Handler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
380
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
381 .weak I2C1_EV_IRQHandler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
382 .thumb_set I2C1_EV_IRQHandler,Default_Handler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
383
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
384 .weak I2C1_ER_IRQHandler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
385 .thumb_set I2C1_ER_IRQHandler,Default_Handler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
386
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
387 .weak I2C2_EV_IRQHandler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
388 .thumb_set I2C2_EV_IRQHandler,Default_Handler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
389
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
390 .weak I2C2_ER_IRQHandler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
391 .thumb_set I2C2_ER_IRQHandler,Default_Handler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
392
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
393 .weak SPI1_IRQHandler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
394 .thumb_set SPI1_IRQHandler,Default_Handler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
395
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
396 .weak SPI2_IRQHandler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
397 .thumb_set SPI2_IRQHandler,Default_Handler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
398
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
399 .weak USART1_IRQHandler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
400 .thumb_set USART1_IRQHandler,Default_Handler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
401
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
402 .weak USART2_IRQHandler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
403 .thumb_set USART2_IRQHandler,Default_Handler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
404
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
405 .weak USART3_IRQHandler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
406 .thumb_set USART3_IRQHandler,Default_Handler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
407
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
408 .weak EXTI15_10_IRQHandler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
409 .thumb_set EXTI15_10_IRQHandler,Default_Handler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
410
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
411 .weak RTC_Alarm_IRQHandler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
412 .thumb_set RTC_Alarm_IRQHandler,Default_Handler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
413
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
414 .weak OTG_FS_WKUP_IRQHandler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
415 .thumb_set OTG_FS_WKUP_IRQHandler,Default_Handler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
416
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
417 .weak TIM8_BRK_TIM12_IRQHandler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
418 .thumb_set TIM8_BRK_TIM12_IRQHandler,Default_Handler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
419
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
420 .weak TIM8_UP_TIM13_IRQHandler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
421 .thumb_set TIM8_UP_TIM13_IRQHandler,Default_Handler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
422
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
423 .weak TIM8_TRG_COM_TIM14_IRQHandler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
424 .thumb_set TIM8_TRG_COM_TIM14_IRQHandler,Default_Handler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
425
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
426 .weak TIM8_CC_IRQHandler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
427 .thumb_set TIM8_CC_IRQHandler,Default_Handler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
428
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
429 .weak DMA1_Stream7_IRQHandler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
430 .thumb_set DMA1_Stream7_IRQHandler,Default_Handler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
431
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
432 .weak FMC_IRQHandler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
433 .thumb_set FMC_IRQHandler,Default_Handler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
434
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
435 .weak SDIO_IRQHandler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
436 .thumb_set SDIO_IRQHandler,Default_Handler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
437
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
438 .weak TIM5_IRQHandler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
439 .thumb_set TIM5_IRQHandler,Default_Handler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
440
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
441 .weak SPI3_IRQHandler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
442 .thumb_set SPI3_IRQHandler,Default_Handler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
443
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
444 .weak UART4_IRQHandler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
445 .thumb_set UART4_IRQHandler,Default_Handler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
446
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
447 .weak UART5_IRQHandler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
448 .thumb_set UART5_IRQHandler,Default_Handler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
449
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
450 .weak TIM6_DAC_IRQHandler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
451 .thumb_set TIM6_DAC_IRQHandler,Default_Handler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
452
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
453 .weak TIM7_IRQHandler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
454 .thumb_set TIM7_IRQHandler,Default_Handler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
455
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
456 .weak DMA2_Stream0_IRQHandler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
457 .thumb_set DMA2_Stream0_IRQHandler,Default_Handler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
458
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
459 .weak DMA2_Stream1_IRQHandler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
460 .thumb_set DMA2_Stream1_IRQHandler,Default_Handler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
461
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
462 .weak DMA2_Stream2_IRQHandler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
463 .thumb_set DMA2_Stream2_IRQHandler,Default_Handler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
464
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
465 .weak DMA2_Stream3_IRQHandler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
466 .thumb_set DMA2_Stream3_IRQHandler,Default_Handler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
467
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
468 .weak DMA2_Stream4_IRQHandler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
469 .thumb_set DMA2_Stream4_IRQHandler,Default_Handler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
470
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
471 .weak ETH_IRQHandler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
472 .thumb_set ETH_IRQHandler,Default_Handler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
473
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
474 .weak ETH_WKUP_IRQHandler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
475 .thumb_set ETH_WKUP_IRQHandler,Default_Handler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
476
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
477 .weak CAN2_TX_IRQHandler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
478 .thumb_set CAN2_TX_IRQHandler,Default_Handler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
479
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
480 .weak CAN2_RX0_IRQHandler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
481 .thumb_set CAN2_RX0_IRQHandler,Default_Handler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
482
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
483 .weak CAN2_RX1_IRQHandler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
484 .thumb_set CAN2_RX1_IRQHandler,Default_Handler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
485
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
486 .weak CAN2_SCE_IRQHandler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
487 .thumb_set CAN2_SCE_IRQHandler,Default_Handler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
488
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
489 .weak OTG_FS_IRQHandler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
490 .thumb_set OTG_FS_IRQHandler,Default_Handler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
491
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
492 .weak DMA2_Stream5_IRQHandler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
493 .thumb_set DMA2_Stream5_IRQHandler,Default_Handler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
494
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
495 .weak DMA2_Stream6_IRQHandler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
496 .thumb_set DMA2_Stream6_IRQHandler,Default_Handler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
497
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
498 .weak DMA2_Stream7_IRQHandler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
499 .thumb_set DMA2_Stream7_IRQHandler,Default_Handler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
500
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
501 .weak USART6_IRQHandler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
502 .thumb_set USART6_IRQHandler,Default_Handler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
503
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
504 .weak I2C3_EV_IRQHandler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
505 .thumb_set I2C3_EV_IRQHandler,Default_Handler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
506
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
507 .weak I2C3_ER_IRQHandler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
508 .thumb_set I2C3_ER_IRQHandler,Default_Handler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
509
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
510 .weak OTG_HS_EP1_OUT_IRQHandler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
511 .thumb_set OTG_HS_EP1_OUT_IRQHandler,Default_Handler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
512
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
513 .weak OTG_HS_EP1_IN_IRQHandler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
514 .thumb_set OTG_HS_EP1_IN_IRQHandler,Default_Handler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
515
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
516 .weak OTG_HS_WKUP_IRQHandler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
517 .thumb_set OTG_HS_WKUP_IRQHandler,Default_Handler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
518
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
519 .weak OTG_HS_IRQHandler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
520 .thumb_set OTG_HS_IRQHandler,Default_Handler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
521
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
522 .weak DCMI_IRQHandler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
523 .thumb_set DCMI_IRQHandler,Default_Handler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
524
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
525 .weak HASH_RNG_IRQHandler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
526 .thumb_set HASH_RNG_IRQHandler,Default_Handler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
527
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
528 .weak FPU_IRQHandler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
529 .thumb_set FPU_IRQHandler,Default_Handler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
530
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
531 .weak UART7_IRQHandler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
532 .thumb_set UART7_IRQHandler,Default_Handler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
533
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
534 .weak UART8_IRQHandler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
535 .thumb_set UART8_IRQHandler,Default_Handler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
536
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
537 .weak SPI4_IRQHandler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
538 .thumb_set SPI4_IRQHandler,Default_Handler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
539
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
540 .weak SPI5_IRQHandler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
541 .thumb_set SPI5_IRQHandler,Default_Handler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
542
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
543 .weak SPI6_IRQHandler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
544 .thumb_set SPI6_IRQHandler,Default_Handler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
545
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
546 .weak SAI1_IRQHandler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
547 .thumb_set SAI1_IRQHandler,Default_Handler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
548
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
549 .weak LTDC_IRQHandler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
550 .thumb_set LTDC_IRQHandler,Default_Handler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
551
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
552 .weak LTDC_ER_IRQHandler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
553 .thumb_set LTDC_ER_IRQHandler,Default_Handler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
554
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
555 .weak DMA2D_IRQHandler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
556 .thumb_set DMA2D_IRQHandler,Default_Handler
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
557
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
558 /************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
559
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
560
5f11787b4f42 include in ostc4 repository
heinrichsweikamp
parents:
diff changeset
561