mbed library sources

Dependents:   Encrypted my_mbed lklk CyaSSL_DTLS_Cellular ... more

Superseded

This library was superseded by mbed-dev - https://os.mbed.com/users/mbed_official/code/mbed-dev/.

Development branch of the mbed library sources. This library is kept in synch with the latest changes from the mbed SDK and it is not guaranteed to work.

If you are looking for a stable and tested release, please import one of the official mbed library releases:

Import librarymbed

The official Mbed 2 C/C++ SDK provides the software platform and libraries to build your applications.

Committer:
mbed_official
Date:
Wed Jul 01 08:15:11 2015 +0100
Revision:
577:15494b56c2f3
Parent:
targets/cmsis/TARGET_STM/TARGET_STM32F0/TARGET_NUCLEO_F030R8/TOOLCHAIN_IAR/startup_stm32f030x8.s@393:17d2d502961d
Synchronized with git revision 7766e75dd858812cd79aedb3080349715f55dd56

Full URL: https://github.com/mbedmicro/mbed/commit/7766e75dd858812cd79aedb3080349715f55dd56/

GCC asm updates

Who changed what in which revision?

UserRevisionLine numberNew contents of line
mbed_official 393:17d2d502961d 1 ;******************** (C) COPYRIGHT 2014 STMicroelectronics ********************
mbed_official 393:17d2d502961d 2 ;* File Name : startup_stm32f030x8.s
mbed_official 393:17d2d502961d 3 ;* Author : MCD Application Team
mbed_official 393:17d2d502961d 4 ;* Version : V2.1.0
mbed_official 393:17d2d502961d 5 ;* Date : 03-Oct-2014
mbed_official 393:17d2d502961d 6 ;* Description : STM32F030x8 devices vector table for EWARM toolchain.
mbed_official 393:17d2d502961d 7 ;* This module performs:
mbed_official 393:17d2d502961d 8 ;* - Set the initial SP
mbed_official 393:17d2d502961d 9 ;* - Set the initial PC == __iar_program_start,
mbed_official 393:17d2d502961d 10 ;* - Set the vector table entries with the exceptions ISR
mbed_official 393:17d2d502961d 11 ;* address,
mbed_official 393:17d2d502961d 12 ;* - Branches to main in the C library (which eventually
mbed_official 393:17d2d502961d 13 ;* calls main()).
mbed_official 393:17d2d502961d 14 ;* After Reset the Cortex-M0 processor is in Thread mode,
mbed_official 393:17d2d502961d 15 ;* priority is Privileged, and the Stack is set to Main.
mbed_official 393:17d2d502961d 16 ;*******************************************************************************
mbed_official 393:17d2d502961d 17 ;*
mbed_official 393:17d2d502961d 18 ;* <h2><center>&copy; COPYRIGHT(c) 2014 STMicroelectronics</center></h2>
mbed_official 393:17d2d502961d 19 ;*
mbed_official 393:17d2d502961d 20 ;* Redistribution and use in source and binary forms, with or without modification,
mbed_official 393:17d2d502961d 21 ;* are permitted provided that the following conditions are met:
mbed_official 393:17d2d502961d 22 ;* 1. Redistributions of source code must retain the above copyright notice,
mbed_official 393:17d2d502961d 23 ;* this list of conditions and the following disclaimer.
mbed_official 393:17d2d502961d 24 ;* 2. Redistributions in binary form must reproduce the above copyright notice,
mbed_official 393:17d2d502961d 25 ;* this list of conditions and the following disclaimer in the documentation
mbed_official 393:17d2d502961d 26 ;* and/or other materials provided with the distribution.
mbed_official 393:17d2d502961d 27 ;* 3. Neither the name of STMicroelectronics nor the names of its contributors
mbed_official 393:17d2d502961d 28 ;* may be used to endorse or promote products derived from this software
mbed_official 393:17d2d502961d 29 ;* without specific prior written permission.
mbed_official 393:17d2d502961d 30 ;*
mbed_official 393:17d2d502961d 31 ;* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
mbed_official 393:17d2d502961d 32 ;* AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
mbed_official 393:17d2d502961d 33 ;* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
mbed_official 393:17d2d502961d 34 ;* DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
mbed_official 393:17d2d502961d 35 ;* FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
mbed_official 393:17d2d502961d 36 ;* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
mbed_official 393:17d2d502961d 37 ;* SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
mbed_official 393:17d2d502961d 38 ;* CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
mbed_official 393:17d2d502961d 39 ;* OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
mbed_official 393:17d2d502961d 40 ;* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
mbed_official 393:17d2d502961d 41 ;*
mbed_official 393:17d2d502961d 42 ;*******************************************************************************
mbed_official 393:17d2d502961d 43 ;
mbed_official 393:17d2d502961d 44 ;
mbed_official 393:17d2d502961d 45 ; The modules in this file are included in the libraries, and may be replaced
mbed_official 393:17d2d502961d 46 ; by any user-defined modules that define the PUBLIC symbol _program_start or
mbed_official 393:17d2d502961d 47 ; a user defined start symbol.
mbed_official 393:17d2d502961d 48 ; To override the cstartup defined in the library, simply add your modified
mbed_official 393:17d2d502961d 49 ; version to the workbench project.
mbed_official 393:17d2d502961d 50 ;
mbed_official 393:17d2d502961d 51 ; The vector table is normally located at address 0.
mbed_official 393:17d2d502961d 52 ; When debugging in RAM, it can be located in RAM, aligned to at least 2^6.
mbed_official 393:17d2d502961d 53 ; The name "__vector_table" has special meaning for C-SPY:
mbed_official 393:17d2d502961d 54 ; it is where the SP start value is found, and the NVIC vector
mbed_official 393:17d2d502961d 55 ; table register (VTOR) is initialized to this address if != 0.
mbed_official 393:17d2d502961d 56 ;
mbed_official 393:17d2d502961d 57 ; Cortex-M version
mbed_official 393:17d2d502961d 58 ;
mbed_official 393:17d2d502961d 59
mbed_official 393:17d2d502961d 60 MODULE ?cstartup
mbed_official 393:17d2d502961d 61
mbed_official 393:17d2d502961d 62 ;; Forward declaration of sections.
mbed_official 393:17d2d502961d 63 SECTION CSTACK:DATA:NOROOT(3)
mbed_official 393:17d2d502961d 64
mbed_official 393:17d2d502961d 65 SECTION .intvec:CODE:NOROOT(2)
mbed_official 393:17d2d502961d 66
mbed_official 393:17d2d502961d 67 EXTERN __iar_program_start
mbed_official 393:17d2d502961d 68 EXTERN SystemInit
mbed_official 393:17d2d502961d 69 PUBLIC __vector_table
mbed_official 393:17d2d502961d 70
mbed_official 393:17d2d502961d 71 DATA
mbed_official 393:17d2d502961d 72 __vector_table
mbed_official 393:17d2d502961d 73 DCD sfe(CSTACK)
mbed_official 393:17d2d502961d 74 DCD Reset_Handler ; Reset Handler
mbed_official 393:17d2d502961d 75
mbed_official 393:17d2d502961d 76 DCD NMI_Handler ; NMI Handler
mbed_official 393:17d2d502961d 77 DCD HardFault_Handler ; Hard Fault Handler
mbed_official 393:17d2d502961d 78 DCD 0 ; Reserved
mbed_official 393:17d2d502961d 79 DCD 0 ; Reserved
mbed_official 393:17d2d502961d 80 DCD 0 ; Reserved
mbed_official 393:17d2d502961d 81 DCD 0 ; Reserved
mbed_official 393:17d2d502961d 82 DCD 0 ; Reserved
mbed_official 393:17d2d502961d 83 DCD 0 ; Reserved
mbed_official 393:17d2d502961d 84 DCD 0 ; Reserved
mbed_official 393:17d2d502961d 85 DCD SVC_Handler ; SVCall Handler
mbed_official 393:17d2d502961d 86 DCD 0 ; Reserved
mbed_official 393:17d2d502961d 87 DCD 0 ; Reserved
mbed_official 393:17d2d502961d 88 DCD PendSV_Handler ; PendSV Handler
mbed_official 393:17d2d502961d 89 DCD SysTick_Handler ; SysTick Handler
mbed_official 393:17d2d502961d 90
mbed_official 393:17d2d502961d 91 ; External Interrupts
mbed_official 393:17d2d502961d 92 DCD WWDG_IRQHandler ; Window Watchdog
mbed_official 393:17d2d502961d 93 DCD 0 ; Reserved
mbed_official 393:17d2d502961d 94 DCD RTC_IRQHandler ; RTC through EXTI Line
mbed_official 393:17d2d502961d 95 DCD FLASH_IRQHandler ; FLASH
mbed_official 393:17d2d502961d 96 DCD RCC_IRQHandler ; RCC
mbed_official 393:17d2d502961d 97 DCD EXTI0_1_IRQHandler ; EXTI Line 0 and 1
mbed_official 393:17d2d502961d 98 DCD EXTI2_3_IRQHandler ; EXTI Line 2 and 3
mbed_official 393:17d2d502961d 99 DCD EXTI4_15_IRQHandler ; EXTI Line 4 to 15
mbed_official 393:17d2d502961d 100 DCD 0 ; Reserved
mbed_official 393:17d2d502961d 101 DCD DMA1_Channel1_IRQHandler ; DMA1 Channel 1
mbed_official 393:17d2d502961d 102 DCD DMA1_Channel2_3_IRQHandler ; DMA1 Channel 2 and Channel 3
mbed_official 393:17d2d502961d 103 DCD DMA1_Channel4_5_IRQHandler ; DMA1 Channel 4 and Channel 5
mbed_official 393:17d2d502961d 104 DCD ADC1_IRQHandler ; ADC1
mbed_official 393:17d2d502961d 105 DCD TIM1_BRK_UP_TRG_COM_IRQHandler ; TIM1 Break, Update, Trigger and Commutation
mbed_official 393:17d2d502961d 106 DCD TIM1_CC_IRQHandler ; TIM1 Capture Compare
mbed_official 393:17d2d502961d 107 DCD 0 ; Reserved
mbed_official 393:17d2d502961d 108 DCD TIM3_IRQHandler ; TIM3
mbed_official 393:17d2d502961d 109 DCD TIM6_IRQHandler ; TIM6
mbed_official 393:17d2d502961d 110 DCD 0 ; Reserved
mbed_official 393:17d2d502961d 111 DCD TIM14_IRQHandler ; TIM14
mbed_official 393:17d2d502961d 112 DCD TIM15_IRQHandler ; TIM15
mbed_official 393:17d2d502961d 113 DCD TIM16_IRQHandler ; TIM16
mbed_official 393:17d2d502961d 114 DCD TIM17_IRQHandler ; TIM17
mbed_official 393:17d2d502961d 115 DCD I2C1_IRQHandler ; I2C1
mbed_official 393:17d2d502961d 116 DCD I2C2_IRQHandler ; I2C2
mbed_official 393:17d2d502961d 117 DCD SPI1_IRQHandler ; SPI1
mbed_official 393:17d2d502961d 118 DCD SPI2_IRQHandler ; SPI2
mbed_official 393:17d2d502961d 119 DCD USART1_IRQHandler ; USART1
mbed_official 393:17d2d502961d 120 DCD USART2_IRQHandler ; USART2
mbed_official 393:17d2d502961d 121
mbed_official 393:17d2d502961d 122
mbed_official 393:17d2d502961d 123
mbed_official 393:17d2d502961d 124 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
mbed_official 393:17d2d502961d 125 ;;
mbed_official 393:17d2d502961d 126 ;; Default interrupt handlers.
mbed_official 393:17d2d502961d 127 ;;
mbed_official 393:17d2d502961d 128 THUMB
mbed_official 393:17d2d502961d 129
mbed_official 393:17d2d502961d 130 PUBWEAK Reset_Handler
mbed_official 393:17d2d502961d 131 SECTION .text:CODE:NOROOT:REORDER(2)
mbed_official 393:17d2d502961d 132 Reset_Handler
mbed_official 393:17d2d502961d 133 LDR R0, =SystemInit
mbed_official 393:17d2d502961d 134 BLX R0
mbed_official 393:17d2d502961d 135 LDR R0, =__iar_program_start
mbed_official 393:17d2d502961d 136 BX R0
mbed_official 393:17d2d502961d 137
mbed_official 393:17d2d502961d 138 PUBWEAK NMI_Handler
mbed_official 393:17d2d502961d 139 SECTION .text:CODE:NOROOT:REORDER(1)
mbed_official 393:17d2d502961d 140 NMI_Handler
mbed_official 393:17d2d502961d 141 B NMI_Handler
mbed_official 393:17d2d502961d 142
mbed_official 393:17d2d502961d 143 PUBWEAK HardFault_Handler
mbed_official 393:17d2d502961d 144 SECTION .text:CODE:NOROOT:REORDER(1)
mbed_official 393:17d2d502961d 145 HardFault_Handler
mbed_official 393:17d2d502961d 146 B HardFault_Handler
mbed_official 393:17d2d502961d 147
mbed_official 393:17d2d502961d 148 PUBWEAK SVC_Handler
mbed_official 393:17d2d502961d 149 SECTION .text:CODE:NOROOT:REORDER(1)
mbed_official 393:17d2d502961d 150 SVC_Handler
mbed_official 393:17d2d502961d 151 B SVC_Handler
mbed_official 393:17d2d502961d 152
mbed_official 393:17d2d502961d 153 PUBWEAK PendSV_Handler
mbed_official 393:17d2d502961d 154 SECTION .text:CODE:NOROOT:REORDER(1)
mbed_official 393:17d2d502961d 155 PendSV_Handler
mbed_official 393:17d2d502961d 156 B PendSV_Handler
mbed_official 393:17d2d502961d 157
mbed_official 393:17d2d502961d 158 PUBWEAK SysTick_Handler
mbed_official 393:17d2d502961d 159 SECTION .text:CODE:NOROOT:REORDER(1)
mbed_official 393:17d2d502961d 160 SysTick_Handler
mbed_official 393:17d2d502961d 161 B SysTick_Handler
mbed_official 393:17d2d502961d 162
mbed_official 393:17d2d502961d 163 PUBWEAK WWDG_IRQHandler
mbed_official 393:17d2d502961d 164 SECTION .text:CODE:NOROOT:REORDER(1)
mbed_official 393:17d2d502961d 165 WWDG_IRQHandler
mbed_official 393:17d2d502961d 166 B WWDG_IRQHandler
mbed_official 393:17d2d502961d 167
mbed_official 393:17d2d502961d 168 PUBWEAK RTC_IRQHandler
mbed_official 393:17d2d502961d 169 SECTION .text:CODE:NOROOT:REORDER(1)
mbed_official 393:17d2d502961d 170 RTC_IRQHandler
mbed_official 393:17d2d502961d 171 B RTC_IRQHandler
mbed_official 393:17d2d502961d 172
mbed_official 393:17d2d502961d 173 PUBWEAK FLASH_IRQHandler
mbed_official 393:17d2d502961d 174 SECTION .text:CODE:NOROOT:REORDER(1)
mbed_official 393:17d2d502961d 175 FLASH_IRQHandler
mbed_official 393:17d2d502961d 176 B FLASH_IRQHandler
mbed_official 393:17d2d502961d 177
mbed_official 393:17d2d502961d 178 PUBWEAK RCC_IRQHandler
mbed_official 393:17d2d502961d 179 SECTION .text:CODE:NOROOT:REORDER(1)
mbed_official 393:17d2d502961d 180 RCC_IRQHandler
mbed_official 393:17d2d502961d 181 B RCC_IRQHandler
mbed_official 393:17d2d502961d 182
mbed_official 393:17d2d502961d 183 PUBWEAK EXTI0_1_IRQHandler
mbed_official 393:17d2d502961d 184 SECTION .text:CODE:NOROOT:REORDER(1)
mbed_official 393:17d2d502961d 185 EXTI0_1_IRQHandler
mbed_official 393:17d2d502961d 186 B EXTI0_1_IRQHandler
mbed_official 393:17d2d502961d 187
mbed_official 393:17d2d502961d 188 PUBWEAK EXTI2_3_IRQHandler
mbed_official 393:17d2d502961d 189 SECTION .text:CODE:NOROOT:REORDER(1)
mbed_official 393:17d2d502961d 190 EXTI2_3_IRQHandler
mbed_official 393:17d2d502961d 191 B EXTI2_3_IRQHandler
mbed_official 393:17d2d502961d 192
mbed_official 393:17d2d502961d 193 PUBWEAK EXTI4_15_IRQHandler
mbed_official 393:17d2d502961d 194 SECTION .text:CODE:NOROOT:REORDER(1)
mbed_official 393:17d2d502961d 195 EXTI4_15_IRQHandler
mbed_official 393:17d2d502961d 196 B EXTI4_15_IRQHandler
mbed_official 393:17d2d502961d 197
mbed_official 393:17d2d502961d 198 PUBWEAK DMA1_Channel1_IRQHandler
mbed_official 393:17d2d502961d 199 SECTION .text:CODE:NOROOT:REORDER(1)
mbed_official 393:17d2d502961d 200 DMA1_Channel1_IRQHandler
mbed_official 393:17d2d502961d 201 B DMA1_Channel1_IRQHandler
mbed_official 393:17d2d502961d 202
mbed_official 393:17d2d502961d 203 PUBWEAK DMA1_Channel2_3_IRQHandler
mbed_official 393:17d2d502961d 204 SECTION .text:CODE:NOROOT:REORDER(1)
mbed_official 393:17d2d502961d 205 DMA1_Channel2_3_IRQHandler
mbed_official 393:17d2d502961d 206 B DMA1_Channel2_3_IRQHandler
mbed_official 393:17d2d502961d 207
mbed_official 393:17d2d502961d 208 PUBWEAK DMA1_Channel4_5_IRQHandler
mbed_official 393:17d2d502961d 209 SECTION .text:CODE:NOROOT:REORDER(1)
mbed_official 393:17d2d502961d 210 DMA1_Channel4_5_IRQHandler
mbed_official 393:17d2d502961d 211 B DMA1_Channel4_5_IRQHandler
mbed_official 393:17d2d502961d 212
mbed_official 393:17d2d502961d 213 PUBWEAK ADC1_IRQHandler
mbed_official 393:17d2d502961d 214 SECTION .text:CODE:NOROOT:REORDER(1)
mbed_official 393:17d2d502961d 215 ADC1_IRQHandler
mbed_official 393:17d2d502961d 216 B ADC1_IRQHandler
mbed_official 393:17d2d502961d 217
mbed_official 393:17d2d502961d 218 PUBWEAK TIM1_BRK_UP_TRG_COM_IRQHandler
mbed_official 393:17d2d502961d 219 SECTION .text:CODE:NOROOT:REORDER(1)
mbed_official 393:17d2d502961d 220 TIM1_BRK_UP_TRG_COM_IRQHandler
mbed_official 393:17d2d502961d 221 B TIM1_BRK_UP_TRG_COM_IRQHandler
mbed_official 393:17d2d502961d 222
mbed_official 393:17d2d502961d 223 PUBWEAK TIM1_CC_IRQHandler
mbed_official 393:17d2d502961d 224 SECTION .text:CODE:NOROOT:REORDER(1)
mbed_official 393:17d2d502961d 225 TIM1_CC_IRQHandler
mbed_official 393:17d2d502961d 226 B TIM1_CC_IRQHandler
mbed_official 393:17d2d502961d 227
mbed_official 393:17d2d502961d 228 PUBWEAK TIM3_IRQHandler
mbed_official 393:17d2d502961d 229 SECTION .text:CODE:NOROOT:REORDER(1)
mbed_official 393:17d2d502961d 230 TIM3_IRQHandler
mbed_official 393:17d2d502961d 231 B TIM3_IRQHandler
mbed_official 393:17d2d502961d 232
mbed_official 393:17d2d502961d 233 PUBWEAK TIM6_IRQHandler
mbed_official 393:17d2d502961d 234 SECTION .text:CODE:NOROOT:REORDER(1)
mbed_official 393:17d2d502961d 235 TIM6_IRQHandler
mbed_official 393:17d2d502961d 236 B TIM6_IRQHandler
mbed_official 393:17d2d502961d 237
mbed_official 393:17d2d502961d 238 PUBWEAK TIM14_IRQHandler
mbed_official 393:17d2d502961d 239 SECTION .text:CODE:NOROOT:REORDER(1)
mbed_official 393:17d2d502961d 240 TIM14_IRQHandler
mbed_official 393:17d2d502961d 241 B TIM14_IRQHandler
mbed_official 393:17d2d502961d 242
mbed_official 393:17d2d502961d 243 PUBWEAK TIM15_IRQHandler
mbed_official 393:17d2d502961d 244 SECTION .text:CODE:NOROOT:REORDER(1)
mbed_official 393:17d2d502961d 245 TIM15_IRQHandler
mbed_official 393:17d2d502961d 246 B TIM15_IRQHandler
mbed_official 393:17d2d502961d 247
mbed_official 393:17d2d502961d 248 PUBWEAK TIM16_IRQHandler
mbed_official 393:17d2d502961d 249 SECTION .text:CODE:NOROOT:REORDER(1)
mbed_official 393:17d2d502961d 250 TIM16_IRQHandler
mbed_official 393:17d2d502961d 251 B TIM16_IRQHandler
mbed_official 393:17d2d502961d 252
mbed_official 393:17d2d502961d 253 PUBWEAK TIM17_IRQHandler
mbed_official 393:17d2d502961d 254 SECTION .text:CODE:NOROOT:REORDER(1)
mbed_official 393:17d2d502961d 255 TIM17_IRQHandler
mbed_official 393:17d2d502961d 256 B TIM17_IRQHandler
mbed_official 393:17d2d502961d 257
mbed_official 393:17d2d502961d 258 PUBWEAK I2C1_IRQHandler
mbed_official 393:17d2d502961d 259 SECTION .text:CODE:NOROOT:REORDER(1)
mbed_official 393:17d2d502961d 260 I2C1_IRQHandler
mbed_official 393:17d2d502961d 261 B I2C1_IRQHandler
mbed_official 393:17d2d502961d 262
mbed_official 393:17d2d502961d 263 PUBWEAK I2C2_IRQHandler
mbed_official 393:17d2d502961d 264 SECTION .text:CODE:NOROOT:REORDER(1)
mbed_official 393:17d2d502961d 265 I2C2_IRQHandler
mbed_official 393:17d2d502961d 266 B I2C2_IRQHandler
mbed_official 393:17d2d502961d 267
mbed_official 393:17d2d502961d 268 PUBWEAK SPI1_IRQHandler
mbed_official 393:17d2d502961d 269 SECTION .text:CODE:NOROOT:REORDER(1)
mbed_official 393:17d2d502961d 270 SPI1_IRQHandler
mbed_official 393:17d2d502961d 271 B SPI1_IRQHandler
mbed_official 393:17d2d502961d 272
mbed_official 393:17d2d502961d 273 PUBWEAK SPI2_IRQHandler
mbed_official 393:17d2d502961d 274 SECTION .text:CODE:NOROOT:REORDER(1)
mbed_official 393:17d2d502961d 275 SPI2_IRQHandler
mbed_official 393:17d2d502961d 276 B SPI2_IRQHandler
mbed_official 393:17d2d502961d 277
mbed_official 393:17d2d502961d 278 PUBWEAK USART1_IRQHandler
mbed_official 393:17d2d502961d 279 SECTION .text:CODE:NOROOT:REORDER(1)
mbed_official 393:17d2d502961d 280 USART1_IRQHandler
mbed_official 393:17d2d502961d 281 B USART1_IRQHandler
mbed_official 393:17d2d502961d 282
mbed_official 393:17d2d502961d 283 PUBWEAK USART2_IRQHandler
mbed_official 393:17d2d502961d 284 SECTION .text:CODE:NOROOT:REORDER(1)
mbed_official 393:17d2d502961d 285 USART2_IRQHandler
mbed_official 393:17d2d502961d 286 B USART2_IRQHandler
mbed_official 393:17d2d502961d 287
mbed_official 393:17d2d502961d 288
mbed_official 393:17d2d502961d 289
mbed_official 393:17d2d502961d 290 END
mbed_official 393:17d2d502961d 291 ;************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE*****