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_Freescale/TARGET_MCU_K64F/TOOLCHAIN_ARM_STD/startup_MK64F12.s@376:cb4d9db17537
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 146:f64d43ff0c18 1 ;/*****************************************************************************
mbed_official 146:f64d43ff0c18 2 ; * @file: startup_MK70F12.s
mbed_official 146:f64d43ff0c18 3 ; * @purpose: CMSIS Cortex-M4 Core Device Startup File for the
mbed_official 146:f64d43ff0c18 4 ; * MK70F12
mbed_official 146:f64d43ff0c18 5 ; * @version: 1.5
mbed_official 146:f64d43ff0c18 6 ; * @date: 2012-10-19
mbed_official 146:f64d43ff0c18 7 ; *
mbed_official 146:f64d43ff0c18 8 ; * Copyright: 1997 - 2012 Freescale Semiconductor, Inc. All Rights Reserved.
mbed_official 146:f64d43ff0c18 9 ;*
mbed_official 146:f64d43ff0c18 10 ; *------- <<< Use Configuration Wizard in Context Menu >>> ------------------
mbed_official 146:f64d43ff0c18 11 ; *
mbed_official 146:f64d43ff0c18 12 ; *****************************************************************************/
mbed_official 146:f64d43ff0c18 13
mbed_official 146:f64d43ff0c18 14
mbed_official 146:f64d43ff0c18 15 __initial_sp EQU 0x20030000 ; Top of RAM
mbed_official 146:f64d43ff0c18 16
mbed_official 146:f64d43ff0c18 17 PRESERVE8
mbed_official 146:f64d43ff0c18 18 THUMB
mbed_official 146:f64d43ff0c18 19
mbed_official 146:f64d43ff0c18 20
mbed_official 146:f64d43ff0c18 21 ; Vector Table Mapped to Address 0 at Reset
mbed_official 146:f64d43ff0c18 22
mbed_official 146:f64d43ff0c18 23 AREA RESET, DATA, READONLY
mbed_official 146:f64d43ff0c18 24 EXPORT __Vectors
mbed_official 146:f64d43ff0c18 25 EXPORT __Vectors_End
mbed_official 146:f64d43ff0c18 26 EXPORT __Vectors_Size
mbed_official 146:f64d43ff0c18 27
mbed_official 146:f64d43ff0c18 28 __Vectors DCD __initial_sp ; Top of Stack
mbed_official 146:f64d43ff0c18 29 DCD Reset_Handler ; Reset Handler
mbed_official 146:f64d43ff0c18 30 DCD NMI_Handler ; NMI Handler
mbed_official 146:f64d43ff0c18 31 DCD HardFault_Handler ; Hard Fault Handler
mbed_official 146:f64d43ff0c18 32 DCD MemManage_Handler ; MPU Fault Handler
mbed_official 146:f64d43ff0c18 33 DCD BusFault_Handler ; Bus Fault Handler
mbed_official 146:f64d43ff0c18 34 DCD UsageFault_Handler ; Usage Fault Handler
mbed_official 146:f64d43ff0c18 35 DCD 0 ; Reserved
mbed_official 146:f64d43ff0c18 36 DCD 0 ; Reserved
mbed_official 146:f64d43ff0c18 37 DCD 0 ; Reserved
mbed_official 146:f64d43ff0c18 38 DCD 0 ; Reserved
mbed_official 146:f64d43ff0c18 39 DCD SVC_Handler ; SVCall Handler
mbed_official 146:f64d43ff0c18 40 DCD DebugMon_Handler ; Debug Monitor Handler
mbed_official 146:f64d43ff0c18 41 DCD 0 ; Reserved
mbed_official 146:f64d43ff0c18 42 DCD PendSV_Handler ; PendSV Handler
mbed_official 146:f64d43ff0c18 43 DCD SysTick_Handler ; SysTick Handler
mbed_official 146:f64d43ff0c18 44
mbed_official 146:f64d43ff0c18 45 ; External Interrupts
mbed_official 146:f64d43ff0c18 46 DCD DMA0_IRQHandler ; DMA Channel 0 Transfer Complete
mbed_official 146:f64d43ff0c18 47 DCD DMA1_IRQHandler ; DMA Channel 1 Transfer Complete
mbed_official 146:f64d43ff0c18 48 DCD DMA2_IRQHandler ; DMA Channel 2 Transfer Complete
mbed_official 146:f64d43ff0c18 49 DCD DMA3_IRQHandler ; DMA Channel 3 Transfer Complete
mbed_official 146:f64d43ff0c18 50 DCD DMA4_IRQHandler ; DMA Channel 4 Transfer Complete
mbed_official 146:f64d43ff0c18 51 DCD DMA5_IRQHandler ; DMA Channel 5 Transfer Complete
mbed_official 146:f64d43ff0c18 52 DCD DMA6_IRQHandler ; DMA Channel 6 Transfer Complete
mbed_official 146:f64d43ff0c18 53 DCD DMA7_IRQHandler ; DMA Channel 7 Transfer Complete
mbed_official 146:f64d43ff0c18 54 DCD DMA8_IRQHandler ; DMA Channel 8 Transfer Complete
mbed_official 146:f64d43ff0c18 55 DCD DMA9_IRQHandler ; DMA Channel 9 Transfer Complete
mbed_official 146:f64d43ff0c18 56 DCD DMA10_IRQHandler ; DMA Channel 10 Transfer Complete
mbed_official 146:f64d43ff0c18 57 DCD DMA11_IRQHandler ; DMA Channel 11 Transfer Complete
mbed_official 146:f64d43ff0c18 58 DCD DMA12_IRQHandler ; DMA Channel 12 Transfer Complete
mbed_official 146:f64d43ff0c18 59 DCD DMA13_IRQHandler ; DMA Channel 13 Transfer Complete
mbed_official 146:f64d43ff0c18 60 DCD DMA14_IRQHandler ; DMA Channel 14 Transfer Complete
mbed_official 146:f64d43ff0c18 61 DCD DMA15_IRQHandler ; DMA Channel 15 Transfer Complete
mbed_official 146:f64d43ff0c18 62 DCD DMA_Error_IRQHandler ; DMA Error Interrupt
mbed_official 146:f64d43ff0c18 63 DCD MCM_IRQHandler ; Normal Interrupt
mbed_official 146:f64d43ff0c18 64 DCD FTFE_IRQHandler ; FTFE Command complete interrupt
mbed_official 146:f64d43ff0c18 65 DCD Read_Collision_IRQHandler ; Read Collision Interrupt
mbed_official 146:f64d43ff0c18 66 DCD LVD_LVW_IRQHandler ; Low Voltage Detect, Low Voltage Warning
mbed_official 146:f64d43ff0c18 67 DCD LLW_IRQHandler ; Low Leakage Wakeup
mbed_official 146:f64d43ff0c18 68 DCD Watchdog_IRQHandler ; WDOG Interrupt
mbed_official 146:f64d43ff0c18 69 DCD RNG_IRQHandler ; RNG Interrupt
mbed_official 146:f64d43ff0c18 70 DCD I2C0_IRQHandler ; I2C0 interrupt
mbed_official 146:f64d43ff0c18 71 DCD I2C1_IRQHandler ; I2C1 interrupt
mbed_official 146:f64d43ff0c18 72 DCD SPI0_IRQHandler ; SPI0 Interrupt
mbed_official 146:f64d43ff0c18 73 DCD SPI1_IRQHandler ; SPI1 Interrupt
mbed_official 146:f64d43ff0c18 74 DCD I2S0_Tx_IRQHandler ; I2S0 transmit interrupt
mbed_official 146:f64d43ff0c18 75 DCD I2S0_Rx_IRQHandler ; I2S0 receive interrupt
mbed_official 146:f64d43ff0c18 76 DCD UART0_LON_IRQHandler ; UART0 LON interrupt
mbed_official 146:f64d43ff0c18 77 DCD UART0_RX_TX_IRQHandler ; UART0 Receive/Transmit interrupt
mbed_official 146:f64d43ff0c18 78 DCD UART0_ERR_IRQHandler ; UART0 Error interrupt
mbed_official 146:f64d43ff0c18 79 DCD UART1_RX_TX_IRQHandler ; UART1 Receive/Transmit interrupt
mbed_official 146:f64d43ff0c18 80 DCD UART1_ERR_IRQHandler ; UART1 Error interrupt
mbed_official 146:f64d43ff0c18 81 DCD UART2_RX_TX_IRQHandler ; UART2 Receive/Transmit interrupt
mbed_official 146:f64d43ff0c18 82 DCD UART2_ERR_IRQHandler ; UART2 Error interrupt
mbed_official 146:f64d43ff0c18 83 DCD UART3_RX_TX_IRQHandler ; UART3 Receive/Transmit interrupt
mbed_official 146:f64d43ff0c18 84 DCD UART3_ERR_IRQHandler ; UART3 Error interrupt
mbed_official 146:f64d43ff0c18 85 DCD ADC0_IRQHandler ; ADC0 interrupt
mbed_official 146:f64d43ff0c18 86 DCD CMP0_IRQHandler ; CMP0 interrupt
mbed_official 146:f64d43ff0c18 87 DCD CMP1_IRQHandler ; CMP1 interrupt
mbed_official 146:f64d43ff0c18 88 DCD FTM0_IRQHandler ; FTM0 fault, overflow and channels interrupt
mbed_official 146:f64d43ff0c18 89 DCD FTM1_IRQHandler ; FTM1 fault, overflow and channels interrupt
mbed_official 146:f64d43ff0c18 90 DCD FTM2_IRQHandler ; FTM2 fault, overflow and channels interrupt
mbed_official 146:f64d43ff0c18 91 DCD CMT_IRQHandler ; CMT interrupt
mbed_official 146:f64d43ff0c18 92 DCD RTC_IRQHandler ; RTC interrupt
mbed_official 146:f64d43ff0c18 93 DCD RTC_Seconds_IRQHandler ; RTC seconds interrupt
mbed_official 146:f64d43ff0c18 94 DCD PIT0_IRQHandler ; PIT timer channel 0 interrupt
mbed_official 146:f64d43ff0c18 95 DCD PIT1_IRQHandler ; PIT timer channel 1 interrupt
mbed_official 146:f64d43ff0c18 96 DCD PIT2_IRQHandler ; PIT timer channel 2 interrupt
mbed_official 146:f64d43ff0c18 97 DCD PIT3_IRQHandler ; PIT timer channel 3 interrupt
mbed_official 146:f64d43ff0c18 98 DCD PDB0_IRQHandler ; PDB0 Interrupt
mbed_official 146:f64d43ff0c18 99 DCD USB0_IRQHandler ; USB0 interrupt
mbed_official 146:f64d43ff0c18 100 DCD USBDCD_IRQHandler ; USBDCD Interrupt
mbed_official 146:f64d43ff0c18 101 DCD Reserved71_IRQHandler ; Reserved interrupt 71
mbed_official 146:f64d43ff0c18 102 DCD DAC0_IRQHandler ; DAC0 interrupt
mbed_official 146:f64d43ff0c18 103 DCD MCG_IRQHandler ; MCG Interrupt
mbed_official 146:f64d43ff0c18 104 DCD LPTimer_IRQHandler ; LPTimer interrupt
mbed_official 146:f64d43ff0c18 105 DCD PORTA_IRQHandler ; Port A interrupt
mbed_official 146:f64d43ff0c18 106 DCD PORTB_IRQHandler ; Port B interrupt
mbed_official 146:f64d43ff0c18 107 DCD PORTC_IRQHandler ; Port C interrupt
mbed_official 146:f64d43ff0c18 108 DCD PORTD_IRQHandler ; Port D interrupt
mbed_official 146:f64d43ff0c18 109 DCD PORTE_IRQHandler ; Port E interrupt
mbed_official 146:f64d43ff0c18 110 DCD SWI_IRQHandler ; Software interrupt
mbed_official 146:f64d43ff0c18 111 DCD SPI2_IRQHandler ; SPI2 Interrupt
mbed_official 146:f64d43ff0c18 112 DCD UART4_RX_TX_IRQHandler ; UART4 Receive/Transmit interrupt
mbed_official 146:f64d43ff0c18 113 DCD UART4_ERR_IRQHandler ; UART4 Error interrupt
mbed_official 146:f64d43ff0c18 114 DCD UART5_RX_TX_IRQHandler ; UART5 Receive/Transmit interrupt
mbed_official 146:f64d43ff0c18 115 DCD UART5_ERR_IRQHandler ; UART5 Error interrupt
mbed_official 146:f64d43ff0c18 116 DCD CMP2_IRQHandler ; CMP2 interrupt
mbed_official 146:f64d43ff0c18 117 DCD FTM3_IRQHandler ; FTM3 fault, overflow and channels interrupt
mbed_official 146:f64d43ff0c18 118 DCD DAC1_IRQHandler ; DAC1 interrupt
mbed_official 146:f64d43ff0c18 119 DCD ADC1_IRQHandler ; ADC1 interrupt
mbed_official 146:f64d43ff0c18 120 DCD I2C2_IRQHandler ; I2C2 interrupt
mbed_official 146:f64d43ff0c18 121 DCD CAN0_ORed_Message_buffer_IRQHandler ; CAN0 OR'd message buffers interrupt
mbed_official 146:f64d43ff0c18 122 DCD CAN0_Bus_Off_IRQHandler ; CAN0 bus off interrupt
mbed_official 146:f64d43ff0c18 123 DCD CAN0_Error_IRQHandler ; CAN0 error interrupt
mbed_official 146:f64d43ff0c18 124 DCD CAN0_Tx_Warning_IRQHandler ; CAN0 Tx warning interrupt
mbed_official 146:f64d43ff0c18 125 DCD CAN0_Rx_Warning_IRQHandler ; CAN0 Rx warning interrupt
mbed_official 146:f64d43ff0c18 126 DCD CAN0_Wake_Up_IRQHandler ; CAN0 wake up interrupt
mbed_official 146:f64d43ff0c18 127 DCD SDHC_IRQHandler ; SDHC interrupt
mbed_official 146:f64d43ff0c18 128 DCD ENET_1588_Timer_IRQHandler ; Ethernet MAC IEEE 1588 Timer Interrupt
mbed_official 146:f64d43ff0c18 129 DCD ENET_Transmit_IRQHandler ; Ethernet MAC Transmit Interrupt
mbed_official 146:f64d43ff0c18 130 DCD ENET_Receive_IRQHandler ; Ethernet MAC Receive Interrupt
mbed_official 146:f64d43ff0c18 131 DCD ENET_Error_IRQHandler ; Ethernet MAC Error and miscelaneous Interrupt
mbed_official 146:f64d43ff0c18 132 DCD DefaultISR ; 102
mbed_official 146:f64d43ff0c18 133 DCD DefaultISR ; 103
mbed_official 146:f64d43ff0c18 134 DCD DefaultISR ; 104
mbed_official 146:f64d43ff0c18 135 DCD DefaultISR ; 105
mbed_official 146:f64d43ff0c18 136 DCD DefaultISR ; 106
mbed_official 146:f64d43ff0c18 137 DCD DefaultISR ; 107
mbed_official 146:f64d43ff0c18 138 DCD DefaultISR ; 108
mbed_official 146:f64d43ff0c18 139 DCD DefaultISR ; 109
mbed_official 146:f64d43ff0c18 140 DCD DefaultISR ; 110
mbed_official 146:f64d43ff0c18 141 DCD DefaultISR ; 111
mbed_official 146:f64d43ff0c18 142 DCD DefaultISR ; 112
mbed_official 146:f64d43ff0c18 143 DCD DefaultISR ; 113
mbed_official 146:f64d43ff0c18 144 DCD DefaultISR ; 114
mbed_official 146:f64d43ff0c18 145 DCD DefaultISR ; 115
mbed_official 146:f64d43ff0c18 146 DCD DefaultISR ; 116
mbed_official 146:f64d43ff0c18 147 DCD DefaultISR ; 117
mbed_official 146:f64d43ff0c18 148 DCD DefaultISR ; 118
mbed_official 146:f64d43ff0c18 149 DCD DefaultISR ; 119
mbed_official 146:f64d43ff0c18 150 DCD DefaultISR ; 120
mbed_official 146:f64d43ff0c18 151 DCD DefaultISR ; 121
mbed_official 146:f64d43ff0c18 152 DCD DefaultISR ; 122
mbed_official 146:f64d43ff0c18 153 DCD DefaultISR ; 123
mbed_official 146:f64d43ff0c18 154 DCD DefaultISR ; 124
mbed_official 146:f64d43ff0c18 155 DCD DefaultISR ; 125
mbed_official 146:f64d43ff0c18 156 DCD DefaultISR ; 126
mbed_official 146:f64d43ff0c18 157 DCD DefaultISR ; 127
mbed_official 146:f64d43ff0c18 158 DCD DefaultISR ; 128
mbed_official 146:f64d43ff0c18 159 DCD DefaultISR ; 129
mbed_official 146:f64d43ff0c18 160 DCD DefaultISR ; 130
mbed_official 146:f64d43ff0c18 161 DCD DefaultISR ; 131
mbed_official 146:f64d43ff0c18 162 DCD DefaultISR ; 132
mbed_official 146:f64d43ff0c18 163 DCD DefaultISR ; 133
mbed_official 146:f64d43ff0c18 164 DCD DefaultISR ; 134
mbed_official 146:f64d43ff0c18 165 DCD DefaultISR ; 135
mbed_official 146:f64d43ff0c18 166 DCD DefaultISR ; 136
mbed_official 146:f64d43ff0c18 167 DCD DefaultISR ; 137
mbed_official 146:f64d43ff0c18 168 DCD DefaultISR ; 138
mbed_official 146:f64d43ff0c18 169 DCD DefaultISR ; 139
mbed_official 146:f64d43ff0c18 170 DCD DefaultISR ; 140
mbed_official 146:f64d43ff0c18 171 DCD DefaultISR ; 141
mbed_official 146:f64d43ff0c18 172 DCD DefaultISR ; 142
mbed_official 146:f64d43ff0c18 173 DCD DefaultISR ; 143
mbed_official 146:f64d43ff0c18 174 DCD DefaultISR ; 144
mbed_official 146:f64d43ff0c18 175 DCD DefaultISR ; 145
mbed_official 146:f64d43ff0c18 176 DCD DefaultISR ; 146
mbed_official 146:f64d43ff0c18 177 DCD DefaultISR ; 147
mbed_official 146:f64d43ff0c18 178 DCD DefaultISR ; 148
mbed_official 146:f64d43ff0c18 179 DCD DefaultISR ; 149
mbed_official 146:f64d43ff0c18 180 DCD DefaultISR ; 150
mbed_official 146:f64d43ff0c18 181 DCD DefaultISR ; 151
mbed_official 146:f64d43ff0c18 182 DCD DefaultISR ; 152
mbed_official 146:f64d43ff0c18 183 DCD DefaultISR ; 153
mbed_official 146:f64d43ff0c18 184 DCD DefaultISR ; 154
mbed_official 146:f64d43ff0c18 185 DCD DefaultISR ; 155
mbed_official 146:f64d43ff0c18 186 DCD DefaultISR ; 156
mbed_official 146:f64d43ff0c18 187 DCD DefaultISR ; 157
mbed_official 146:f64d43ff0c18 188 DCD DefaultISR ; 158
mbed_official 146:f64d43ff0c18 189 DCD DefaultISR ; 159
mbed_official 146:f64d43ff0c18 190 DCD DefaultISR ; 160
mbed_official 146:f64d43ff0c18 191 DCD DefaultISR ; 161
mbed_official 146:f64d43ff0c18 192 DCD DefaultISR ; 162
mbed_official 146:f64d43ff0c18 193 DCD DefaultISR ; 163
mbed_official 146:f64d43ff0c18 194 DCD DefaultISR ; 164
mbed_official 146:f64d43ff0c18 195 DCD DefaultISR ; 165
mbed_official 146:f64d43ff0c18 196 DCD DefaultISR ; 166
mbed_official 146:f64d43ff0c18 197 DCD DefaultISR ; 167
mbed_official 146:f64d43ff0c18 198 DCD DefaultISR ; 168
mbed_official 146:f64d43ff0c18 199 DCD DefaultISR ; 169
mbed_official 146:f64d43ff0c18 200 DCD DefaultISR ; 170
mbed_official 146:f64d43ff0c18 201 DCD DefaultISR ; 171
mbed_official 146:f64d43ff0c18 202 DCD DefaultISR ; 172
mbed_official 146:f64d43ff0c18 203 DCD DefaultISR ; 173
mbed_official 146:f64d43ff0c18 204 DCD DefaultISR ; 174
mbed_official 146:f64d43ff0c18 205 DCD DefaultISR ; 175
mbed_official 146:f64d43ff0c18 206 DCD DefaultISR ; 176
mbed_official 146:f64d43ff0c18 207 DCD DefaultISR ; 177
mbed_official 146:f64d43ff0c18 208 DCD DefaultISR ; 178
mbed_official 146:f64d43ff0c18 209 DCD DefaultISR ; 179
mbed_official 146:f64d43ff0c18 210 DCD DefaultISR ; 180
mbed_official 146:f64d43ff0c18 211 DCD DefaultISR ; 181
mbed_official 146:f64d43ff0c18 212 DCD DefaultISR ; 182
mbed_official 146:f64d43ff0c18 213 DCD DefaultISR ; 183
mbed_official 146:f64d43ff0c18 214 DCD DefaultISR ; 184
mbed_official 146:f64d43ff0c18 215 DCD DefaultISR ; 185
mbed_official 146:f64d43ff0c18 216 DCD DefaultISR ; 186
mbed_official 146:f64d43ff0c18 217 DCD DefaultISR ; 187
mbed_official 146:f64d43ff0c18 218 DCD DefaultISR ; 188
mbed_official 146:f64d43ff0c18 219 DCD DefaultISR ; 189
mbed_official 146:f64d43ff0c18 220 DCD DefaultISR ; 190
mbed_official 146:f64d43ff0c18 221 DCD DefaultISR ; 191
mbed_official 146:f64d43ff0c18 222 DCD DefaultISR ; 192
mbed_official 146:f64d43ff0c18 223 DCD DefaultISR ; 193
mbed_official 146:f64d43ff0c18 224 DCD DefaultISR ; 194
mbed_official 146:f64d43ff0c18 225 DCD DefaultISR ; 195
mbed_official 146:f64d43ff0c18 226 DCD DefaultISR ; 196
mbed_official 146:f64d43ff0c18 227 DCD DefaultISR ; 197
mbed_official 146:f64d43ff0c18 228 DCD DefaultISR ; 198
mbed_official 146:f64d43ff0c18 229 DCD DefaultISR ; 199
mbed_official 146:f64d43ff0c18 230 DCD DefaultISR ; 200
mbed_official 146:f64d43ff0c18 231 DCD DefaultISR ; 201
mbed_official 146:f64d43ff0c18 232 DCD DefaultISR ; 202
mbed_official 146:f64d43ff0c18 233 DCD DefaultISR ; 203
mbed_official 146:f64d43ff0c18 234 DCD DefaultISR ; 204
mbed_official 146:f64d43ff0c18 235 DCD DefaultISR ; 205
mbed_official 146:f64d43ff0c18 236 DCD DefaultISR ; 206
mbed_official 146:f64d43ff0c18 237 DCD DefaultISR ; 207
mbed_official 146:f64d43ff0c18 238 DCD DefaultISR ; 208
mbed_official 146:f64d43ff0c18 239 DCD DefaultISR ; 209
mbed_official 146:f64d43ff0c18 240 DCD DefaultISR ; 210
mbed_official 146:f64d43ff0c18 241 DCD DefaultISR ; 211
mbed_official 146:f64d43ff0c18 242 DCD DefaultISR ; 212
mbed_official 146:f64d43ff0c18 243 DCD DefaultISR ; 213
mbed_official 146:f64d43ff0c18 244 DCD DefaultISR ; 214
mbed_official 146:f64d43ff0c18 245 DCD DefaultISR ; 215
mbed_official 146:f64d43ff0c18 246 DCD DefaultISR ; 216
mbed_official 146:f64d43ff0c18 247 DCD DefaultISR ; 217
mbed_official 146:f64d43ff0c18 248 DCD DefaultISR ; 218
mbed_official 146:f64d43ff0c18 249 DCD DefaultISR ; 219
mbed_official 146:f64d43ff0c18 250 DCD DefaultISR ; 220
mbed_official 146:f64d43ff0c18 251 DCD DefaultISR ; 221
mbed_official 146:f64d43ff0c18 252 DCD DefaultISR ; 222
mbed_official 146:f64d43ff0c18 253 DCD DefaultISR ; 223
mbed_official 146:f64d43ff0c18 254 DCD DefaultISR ; 224
mbed_official 146:f64d43ff0c18 255 DCD DefaultISR ; 225
mbed_official 146:f64d43ff0c18 256 DCD DefaultISR ; 226
mbed_official 146:f64d43ff0c18 257 DCD DefaultISR ; 227
mbed_official 146:f64d43ff0c18 258 DCD DefaultISR ; 228
mbed_official 146:f64d43ff0c18 259 DCD DefaultISR ; 229
mbed_official 146:f64d43ff0c18 260 DCD DefaultISR ; 230
mbed_official 146:f64d43ff0c18 261 DCD DefaultISR ; 231
mbed_official 146:f64d43ff0c18 262 DCD DefaultISR ; 232
mbed_official 146:f64d43ff0c18 263 DCD DefaultISR ; 233
mbed_official 146:f64d43ff0c18 264 DCD DefaultISR ; 234
mbed_official 146:f64d43ff0c18 265 DCD DefaultISR ; 235
mbed_official 146:f64d43ff0c18 266 DCD DefaultISR ; 236
mbed_official 146:f64d43ff0c18 267 DCD DefaultISR ; 237
mbed_official 146:f64d43ff0c18 268 DCD DefaultISR ; 238
mbed_official 146:f64d43ff0c18 269 DCD DefaultISR ; 239
mbed_official 146:f64d43ff0c18 270 DCD DefaultISR ; 240
mbed_official 146:f64d43ff0c18 271 DCD DefaultISR ; 241
mbed_official 146:f64d43ff0c18 272 DCD DefaultISR ; 242
mbed_official 146:f64d43ff0c18 273 DCD DefaultISR ; 243
mbed_official 146:f64d43ff0c18 274 DCD DefaultISR ; 244
mbed_official 146:f64d43ff0c18 275 DCD DefaultISR ; 245
mbed_official 146:f64d43ff0c18 276 DCD DefaultISR ; 246
mbed_official 146:f64d43ff0c18 277 DCD DefaultISR ; 247
mbed_official 146:f64d43ff0c18 278 DCD DefaultISR ; 248
mbed_official 146:f64d43ff0c18 279 DCD DefaultISR ; 249
mbed_official 146:f64d43ff0c18 280 DCD DefaultISR ; 250
mbed_official 146:f64d43ff0c18 281 DCD DefaultISR ; 251
mbed_official 146:f64d43ff0c18 282 DCD DefaultISR ; 252
mbed_official 146:f64d43ff0c18 283 DCD DefaultISR ; 253
mbed_official 146:f64d43ff0c18 284 DCD DefaultISR ; 254
mbed_official 146:f64d43ff0c18 285 DCD DefaultISR ; 255
mbed_official 146:f64d43ff0c18 286 __Vectors_End
mbed_official 146:f64d43ff0c18 287
mbed_official 146:f64d43ff0c18 288 __Vectors_Size EQU __Vectors_End - __Vectors
mbed_official 146:f64d43ff0c18 289
mbed_official 146:f64d43ff0c18 290 ; <h> Flash Configuration
mbed_official 146:f64d43ff0c18 291 ; <i> 16-byte flash configuration field that stores default protection settings (loaded on reset)
mbed_official 146:f64d43ff0c18 292 ; <i> and security information that allows the MCU to restrict acces to the FTFL module.
mbed_official 146:f64d43ff0c18 293 ; <h> Backdoor Comparison Key
mbed_official 146:f64d43ff0c18 294 ; <o0> Backdoor Key 0 <0x0-0xFF:2>
mbed_official 146:f64d43ff0c18 295 ; <o1> Backdoor Key 1 <0x0-0xFF:2>
mbed_official 146:f64d43ff0c18 296 ; <o2> Backdoor Key 2 <0x0-0xFF:2>
mbed_official 146:f64d43ff0c18 297 ; <o3> Backdoor Key 3 <0x0-0xFF:2>
mbed_official 146:f64d43ff0c18 298 ; <o4> Backdoor Key 4 <0x0-0xFF:2>
mbed_official 146:f64d43ff0c18 299 ; <o5> Backdoor Key 5 <0x0-0xFF:2>
mbed_official 146:f64d43ff0c18 300 ; <o6> Backdoor Key 6 <0x0-0xFF:2>
mbed_official 146:f64d43ff0c18 301 ; <o7> Backdoor Key 7 <0x0-0xFF:2>
mbed_official 146:f64d43ff0c18 302 BackDoorK0 EQU 0xFF
mbed_official 146:f64d43ff0c18 303 BackDoorK1 EQU 0xFF
mbed_official 146:f64d43ff0c18 304 BackDoorK2 EQU 0xFF
mbed_official 146:f64d43ff0c18 305 BackDoorK3 EQU 0xFF
mbed_official 146:f64d43ff0c18 306 BackDoorK4 EQU 0xFF
mbed_official 146:f64d43ff0c18 307 BackDoorK5 EQU 0xFF
mbed_official 146:f64d43ff0c18 308 BackDoorK6 EQU 0xFF
mbed_official 146:f64d43ff0c18 309 BackDoorK7 EQU 0xFF
mbed_official 146:f64d43ff0c18 310 ; </h>
mbed_official 146:f64d43ff0c18 311 ; <h> Program flash protection bytes (FPROT)
mbed_official 146:f64d43ff0c18 312 ; <i> Each program flash region can be protected from program and erase operation by setting the associated PROT bit.
mbed_official 146:f64d43ff0c18 313 ; <i> Each bit protects a 1/32 region of the program flash memory.
mbed_official 146:f64d43ff0c18 314 ; <h> FPROT0
mbed_official 146:f64d43ff0c18 315 ; <i> Program flash protection bytes
mbed_official 146:f64d43ff0c18 316 ; <i> 1/32 - 8/32 region
mbed_official 146:f64d43ff0c18 317 ; <o.0> FPROT0.0
mbed_official 146:f64d43ff0c18 318 ; <o.1> FPROT0.1
mbed_official 146:f64d43ff0c18 319 ; <o.2> FPROT0.2
mbed_official 146:f64d43ff0c18 320 ; <o.3> FPROT0.3
mbed_official 146:f64d43ff0c18 321 ; <o.4> FPROT0.4
mbed_official 146:f64d43ff0c18 322 ; <o.5> FPROT0.5
mbed_official 146:f64d43ff0c18 323 ; <o.6> FPROT0.6
mbed_official 146:f64d43ff0c18 324 ; <o.7> FPROT0.7
mbed_official 146:f64d43ff0c18 325 nFPROT0 EQU 0x00
mbed_official 146:f64d43ff0c18 326 FPROT0 EQU nFPROT0:EOR:0xFF
mbed_official 146:f64d43ff0c18 327 ; </h>
mbed_official 146:f64d43ff0c18 328 ; <h> FPROT1
mbed_official 146:f64d43ff0c18 329 ; <i> Program Flash Region Protect Register 1
mbed_official 146:f64d43ff0c18 330 ; <i> 9/32 - 16/32 region
mbed_official 146:f64d43ff0c18 331 ; <o.0> FPROT1.0
mbed_official 146:f64d43ff0c18 332 ; <o.1> FPROT1.1
mbed_official 146:f64d43ff0c18 333 ; <o.2> FPROT1.2
mbed_official 146:f64d43ff0c18 334 ; <o.3> FPROT1.3
mbed_official 146:f64d43ff0c18 335 ; <o.4> FPROT1.4
mbed_official 146:f64d43ff0c18 336 ; <o.5> FPROT1.5
mbed_official 146:f64d43ff0c18 337 ; <o.6> FPROT1.6
mbed_official 146:f64d43ff0c18 338 ; <o.7> FPROT1.7
mbed_official 146:f64d43ff0c18 339 nFPROT1 EQU 0x00
mbed_official 146:f64d43ff0c18 340 FPROT1 EQU nFPROT1:EOR:0xFF
mbed_official 146:f64d43ff0c18 341 ; </h>
mbed_official 146:f64d43ff0c18 342 ; <h> FPROT2
mbed_official 146:f64d43ff0c18 343 ; <i> Program Flash Region Protect Register 2
mbed_official 146:f64d43ff0c18 344 ; <i> 17/32 - 24/32 region
mbed_official 146:f64d43ff0c18 345 ; <o.0> FPROT2.0
mbed_official 146:f64d43ff0c18 346 ; <o.1> FPROT2.1
mbed_official 146:f64d43ff0c18 347 ; <o.2> FPROT2.2
mbed_official 146:f64d43ff0c18 348 ; <o.3> FPROT2.3
mbed_official 146:f64d43ff0c18 349 ; <o.4> FPROT2.4
mbed_official 146:f64d43ff0c18 350 ; <o.5> FPROT2.5
mbed_official 146:f64d43ff0c18 351 ; <o.6> FPROT2.6
mbed_official 146:f64d43ff0c18 352 ; <o.7> FPROT2.7
mbed_official 146:f64d43ff0c18 353 nFPROT2 EQU 0x00
mbed_official 146:f64d43ff0c18 354 FPROT2 EQU nFPROT2:EOR:0xFF
mbed_official 146:f64d43ff0c18 355 ; </h>
mbed_official 146:f64d43ff0c18 356 ; <h> FPROT3
mbed_official 146:f64d43ff0c18 357 ; <i> Program Flash Region Protect Register 3
mbed_official 146:f64d43ff0c18 358 ; <i> 25/32 - 32/32 region
mbed_official 146:f64d43ff0c18 359 ; <o.0> FPROT3.0
mbed_official 146:f64d43ff0c18 360 ; <o.1> FPROT3.1
mbed_official 146:f64d43ff0c18 361 ; <o.2> FPROT3.2
mbed_official 146:f64d43ff0c18 362 ; <o.3> FPROT3.3
mbed_official 146:f64d43ff0c18 363 ; <o.4> FPROT3.4
mbed_official 146:f64d43ff0c18 364 ; <o.5> FPROT3.5
mbed_official 146:f64d43ff0c18 365 ; <o.6> FPROT3.6
mbed_official 146:f64d43ff0c18 366 ; <o.7> FPROT3.7
mbed_official 146:f64d43ff0c18 367 nFPROT3 EQU 0x00
mbed_official 146:f64d43ff0c18 368 FPROT3 EQU nFPROT3:EOR:0xFF
mbed_official 146:f64d43ff0c18 369 ; </h>
mbed_official 146:f64d43ff0c18 370 ; </h>
mbed_official 146:f64d43ff0c18 371 ; <h> Data flash protection byte (FDPROT)
mbed_official 146:f64d43ff0c18 372 ; <i> Each bit protects a 1/8 region of the data flash memory.
mbed_official 146:f64d43ff0c18 373 ; <i> (Program flash only devices: Reserved)
mbed_official 146:f64d43ff0c18 374 ; <o.0> FDPROT.0
mbed_official 146:f64d43ff0c18 375 ; <o.1> FDPROT.1
mbed_official 146:f64d43ff0c18 376 ; <o.2> FDPROT.2
mbed_official 146:f64d43ff0c18 377 ; <o.3> FDPROT.3
mbed_official 146:f64d43ff0c18 378 ; <o.4> FDPROT.4
mbed_official 146:f64d43ff0c18 379 ; <o.5> FDPROT.5
mbed_official 146:f64d43ff0c18 380 ; <o.6> FDPROT.6
mbed_official 146:f64d43ff0c18 381 ; <o.7> FDPROT.7
mbed_official 146:f64d43ff0c18 382 nFDPROT EQU 0x00
mbed_official 146:f64d43ff0c18 383 FDPROT EQU nFDPROT:EOR:0xFF
mbed_official 146:f64d43ff0c18 384 ; </h>
mbed_official 146:f64d43ff0c18 385 ; <h> EEPROM protection byte (FEPROT)
mbed_official 146:f64d43ff0c18 386 ; <i> FlexNVM devices: Each bit protects a 1/8 region of the EEPROM.
mbed_official 146:f64d43ff0c18 387 ; <i> (Program flash only devices: Reserved)
mbed_official 146:f64d43ff0c18 388 ; <o.0> FEPROT.0
mbed_official 146:f64d43ff0c18 389 ; <o.1> FEPROT.1
mbed_official 146:f64d43ff0c18 390 ; <o.2> FEPROT.2
mbed_official 146:f64d43ff0c18 391 ; <o.3> FEPROT.3
mbed_official 146:f64d43ff0c18 392 ; <o.4> FEPROT.4
mbed_official 146:f64d43ff0c18 393 ; <o.5> FEPROT.5
mbed_official 146:f64d43ff0c18 394 ; <o.6> FEPROT.6
mbed_official 146:f64d43ff0c18 395 ; <o.7> FEPROT.7
mbed_official 146:f64d43ff0c18 396 nFEPROT EQU 0x00
mbed_official 146:f64d43ff0c18 397 FEPROT EQU nFEPROT:EOR:0xFF
mbed_official 146:f64d43ff0c18 398 ; </h>
mbed_official 146:f64d43ff0c18 399 ; <h> Flash nonvolatile option byte (FOPT)
mbed_official 146:f64d43ff0c18 400 ; <i> Allows the user to customize the operation of the MCU at boot time.
mbed_official 146:f64d43ff0c18 401 ; <o.0> LPBOOT
mbed_official 146:f64d43ff0c18 402 ; <0=> Low-power boot
mbed_official 146:f64d43ff0c18 403 ; <1=> normal boot
mbed_official 146:f64d43ff0c18 404 ; <o.1> EZPORT_DIS
mbed_official 376:cb4d9db17537 405 ; <0=> EzPort operation is disabled
mbed_official 376:cb4d9db17537 406 ; <1=> EzPort operation is enabled
mbed_official 376:cb4d9db17537 407 FOPT EQU 0xFD
mbed_official 146:f64d43ff0c18 408 ; </h>
mbed_official 146:f64d43ff0c18 409 ; <h> Flash security byte (FSEC)
mbed_official 146:f64d43ff0c18 410 ; <i> WARNING: If SEC field is configured as "MCU security status is secure" and MEEN field is configured as "Mass erase is disabled",
mbed_official 146:f64d43ff0c18 411 ; <i> MCU's security status cannot be set back to unsecure state since Mass erase via the debugger is blocked !!!
mbed_official 146:f64d43ff0c18 412 ; <o.0..1> SEC
mbed_official 146:f64d43ff0c18 413 ; <2=> MCU security status is unsecure
mbed_official 146:f64d43ff0c18 414 ; <3=> MCU security status is secure
mbed_official 146:f64d43ff0c18 415 ; <i> Flash Security
mbed_official 146:f64d43ff0c18 416 ; <i> This bits define the security state of the MCU.
mbed_official 146:f64d43ff0c18 417 ; <o.2..3> FSLACC
mbed_official 146:f64d43ff0c18 418 ; <2=> Freescale factory access denied
mbed_official 146:f64d43ff0c18 419 ; <3=> Freescale factory access granted
mbed_official 146:f64d43ff0c18 420 ; <i> Freescale Failure Analysis Access Code
mbed_official 146:f64d43ff0c18 421 ; <i> This bits define the security state of the MCU.
mbed_official 146:f64d43ff0c18 422 ; <o.4..5> MEEN
mbed_official 146:f64d43ff0c18 423 ; <2=> Mass erase is disabled
mbed_official 146:f64d43ff0c18 424 ; <3=> Mass erase is enabled
mbed_official 146:f64d43ff0c18 425 ; <i> Mass Erase Enable Bits
mbed_official 146:f64d43ff0c18 426 ; <i> Enables and disables mass erase capability of the FTFL module
mbed_official 146:f64d43ff0c18 427 ; <o.6..7> KEYEN
mbed_official 146:f64d43ff0c18 428 ; <2=> Backdoor key access enabled
mbed_official 146:f64d43ff0c18 429 ; <3=> Backdoor key access disabled
mbed_official 146:f64d43ff0c18 430 ; <i> Backdoor key Security Enable
mbed_official 146:f64d43ff0c18 431 ; <i> These bits enable and disable backdoor key access to the FTFL module.
mbed_official 146:f64d43ff0c18 432 FSEC EQU 0xFE
mbed_official 146:f64d43ff0c18 433 ; </h>
mbed_official 146:f64d43ff0c18 434 ; </h>
mbed_official 146:f64d43ff0c18 435 IF :LNOT::DEF:RAM_TARGET
mbed_official 146:f64d43ff0c18 436 AREA |.ARM.__at_0x400|, CODE, READONLY
mbed_official 146:f64d43ff0c18 437 DCB BackDoorK0, BackDoorK1, BackDoorK2, BackDoorK3
mbed_official 146:f64d43ff0c18 438 DCB BackDoorK4, BackDoorK5, BackDoorK6, BackDoorK7
mbed_official 146:f64d43ff0c18 439 DCB FPROT0, FPROT1, FPROT2, FPROT3
mbed_official 146:f64d43ff0c18 440 DCB FSEC, FOPT, FEPROT, FDPROT
mbed_official 146:f64d43ff0c18 441 ENDIF
mbed_official 146:f64d43ff0c18 442
mbed_official 146:f64d43ff0c18 443 AREA |.text|, CODE, READONLY
mbed_official 146:f64d43ff0c18 444
mbed_official 146:f64d43ff0c18 445
mbed_official 146:f64d43ff0c18 446 ; Reset Handler
mbed_official 146:f64d43ff0c18 447
mbed_official 146:f64d43ff0c18 448 Reset_Handler PROC
mbed_official 146:f64d43ff0c18 449 EXPORT Reset_Handler [WEAK]
mbed_official 146:f64d43ff0c18 450 IMPORT SystemInit
mbed_official 146:f64d43ff0c18 451 IMPORT __main
mbed_official 146:f64d43ff0c18 452 LDR R0, =SystemInit
mbed_official 146:f64d43ff0c18 453 BLX R0
mbed_official 146:f64d43ff0c18 454 LDR R0, =__main
mbed_official 146:f64d43ff0c18 455 BX R0
mbed_official 146:f64d43ff0c18 456 ENDP
mbed_official 146:f64d43ff0c18 457
mbed_official 146:f64d43ff0c18 458
mbed_official 146:f64d43ff0c18 459 ; Dummy Exception Handlers (infinite loops which can be modified)
mbed_official 146:f64d43ff0c18 460
mbed_official 146:f64d43ff0c18 461 NMI_Handler PROC
mbed_official 146:f64d43ff0c18 462 EXPORT NMI_Handler [WEAK]
mbed_official 146:f64d43ff0c18 463 B .
mbed_official 146:f64d43ff0c18 464 ENDP
mbed_official 146:f64d43ff0c18 465 HardFault_Handler\
mbed_official 146:f64d43ff0c18 466 PROC
mbed_official 146:f64d43ff0c18 467 EXPORT HardFault_Handler [WEAK]
mbed_official 146:f64d43ff0c18 468 B .
mbed_official 146:f64d43ff0c18 469 ENDP
mbed_official 146:f64d43ff0c18 470 MemManage_Handler\
mbed_official 146:f64d43ff0c18 471 PROC
mbed_official 146:f64d43ff0c18 472 EXPORT MemManage_Handler [WEAK]
mbed_official 146:f64d43ff0c18 473 B .
mbed_official 146:f64d43ff0c18 474 ENDP
mbed_official 146:f64d43ff0c18 475 BusFault_Handler\
mbed_official 146:f64d43ff0c18 476 PROC
mbed_official 146:f64d43ff0c18 477 EXPORT BusFault_Handler [WEAK]
mbed_official 146:f64d43ff0c18 478 B .
mbed_official 146:f64d43ff0c18 479 ENDP
mbed_official 146:f64d43ff0c18 480 UsageFault_Handler\
mbed_official 146:f64d43ff0c18 481 PROC
mbed_official 146:f64d43ff0c18 482 EXPORT UsageFault_Handler [WEAK]
mbed_official 146:f64d43ff0c18 483 B .
mbed_official 146:f64d43ff0c18 484 ENDP
mbed_official 146:f64d43ff0c18 485 SVC_Handler PROC
mbed_official 146:f64d43ff0c18 486 EXPORT SVC_Handler [WEAK]
mbed_official 146:f64d43ff0c18 487 B .
mbed_official 146:f64d43ff0c18 488 ENDP
mbed_official 146:f64d43ff0c18 489 DebugMon_Handler\
mbed_official 146:f64d43ff0c18 490 PROC
mbed_official 146:f64d43ff0c18 491 EXPORT DebugMon_Handler [WEAK]
mbed_official 146:f64d43ff0c18 492 B .
mbed_official 146:f64d43ff0c18 493 ENDP
mbed_official 146:f64d43ff0c18 494 PendSV_Handler PROC
mbed_official 146:f64d43ff0c18 495 EXPORT PendSV_Handler [WEAK]
mbed_official 146:f64d43ff0c18 496 B .
mbed_official 146:f64d43ff0c18 497 ENDP
mbed_official 146:f64d43ff0c18 498 SysTick_Handler PROC
mbed_official 146:f64d43ff0c18 499 EXPORT SysTick_Handler [WEAK]
mbed_official 146:f64d43ff0c18 500 B .
mbed_official 146:f64d43ff0c18 501 ENDP
mbed_official 146:f64d43ff0c18 502
mbed_official 146:f64d43ff0c18 503 Default_Handler PROC
mbed_official 146:f64d43ff0c18 504 EXPORT DMA0_IRQHandler [WEAK]
mbed_official 146:f64d43ff0c18 505 EXPORT DMA1_IRQHandler [WEAK]
mbed_official 146:f64d43ff0c18 506 EXPORT DMA2_IRQHandler [WEAK]
mbed_official 146:f64d43ff0c18 507 EXPORT DMA3_IRQHandler [WEAK]
mbed_official 146:f64d43ff0c18 508 EXPORT DMA4_IRQHandler [WEAK]
mbed_official 146:f64d43ff0c18 509 EXPORT DMA5_IRQHandler [WEAK]
mbed_official 146:f64d43ff0c18 510 EXPORT DMA6_IRQHandler [WEAK]
mbed_official 146:f64d43ff0c18 511 EXPORT DMA7_IRQHandler [WEAK]
mbed_official 146:f64d43ff0c18 512 EXPORT DMA8_IRQHandler [WEAK]
mbed_official 146:f64d43ff0c18 513 EXPORT DMA9_IRQHandler [WEAK]
mbed_official 146:f64d43ff0c18 514 EXPORT DMA10_IRQHandler [WEAK]
mbed_official 146:f64d43ff0c18 515 EXPORT DMA11_IRQHandler [WEAK]
mbed_official 146:f64d43ff0c18 516 EXPORT DMA12_IRQHandler [WEAK]
mbed_official 146:f64d43ff0c18 517 EXPORT DMA13_IRQHandler [WEAK]
mbed_official 146:f64d43ff0c18 518 EXPORT DMA14_IRQHandler [WEAK]
mbed_official 146:f64d43ff0c18 519 EXPORT DMA15_IRQHandler [WEAK]
mbed_official 146:f64d43ff0c18 520 EXPORT DMA_Error_IRQHandler [WEAK]
mbed_official 146:f64d43ff0c18 521 EXPORT MCM_IRQHandler [WEAK]
mbed_official 146:f64d43ff0c18 522 EXPORT FTFE_IRQHandler [WEAK]
mbed_official 146:f64d43ff0c18 523 EXPORT Read_Collision_IRQHandler [WEAK]
mbed_official 146:f64d43ff0c18 524 EXPORT LVD_LVW_IRQHandler [WEAK]
mbed_official 146:f64d43ff0c18 525 EXPORT LLW_IRQHandler [WEAK]
mbed_official 146:f64d43ff0c18 526 EXPORT Watchdog_IRQHandler [WEAK]
mbed_official 146:f64d43ff0c18 527 EXPORT RNG_IRQHandler [WEAK]
mbed_official 146:f64d43ff0c18 528 EXPORT I2C0_IRQHandler [WEAK]
mbed_official 146:f64d43ff0c18 529 EXPORT I2C1_IRQHandler [WEAK]
mbed_official 146:f64d43ff0c18 530 EXPORT SPI0_IRQHandler [WEAK]
mbed_official 146:f64d43ff0c18 531 EXPORT SPI1_IRQHandler [WEAK]
mbed_official 146:f64d43ff0c18 532 EXPORT I2S0_Tx_IRQHandler [WEAK]
mbed_official 146:f64d43ff0c18 533 EXPORT I2S0_Rx_IRQHandler [WEAK]
mbed_official 146:f64d43ff0c18 534 EXPORT UART0_LON_IRQHandler [WEAK]
mbed_official 146:f64d43ff0c18 535 EXPORT UART0_RX_TX_IRQHandler [WEAK]
mbed_official 146:f64d43ff0c18 536 EXPORT UART0_ERR_IRQHandler [WEAK]
mbed_official 146:f64d43ff0c18 537 EXPORT UART1_RX_TX_IRQHandler [WEAK]
mbed_official 146:f64d43ff0c18 538 EXPORT UART1_ERR_IRQHandler [WEAK]
mbed_official 146:f64d43ff0c18 539 EXPORT UART2_RX_TX_IRQHandler [WEAK]
mbed_official 146:f64d43ff0c18 540 EXPORT UART2_ERR_IRQHandler [WEAK]
mbed_official 146:f64d43ff0c18 541 EXPORT UART3_RX_TX_IRQHandler [WEAK]
mbed_official 146:f64d43ff0c18 542 EXPORT UART3_ERR_IRQHandler [WEAK]
mbed_official 146:f64d43ff0c18 543 EXPORT ADC0_IRQHandler [WEAK]
mbed_official 146:f64d43ff0c18 544 EXPORT CMP0_IRQHandler [WEAK]
mbed_official 146:f64d43ff0c18 545 EXPORT CMP1_IRQHandler [WEAK]
mbed_official 146:f64d43ff0c18 546 EXPORT FTM0_IRQHandler [WEAK]
mbed_official 146:f64d43ff0c18 547 EXPORT FTM1_IRQHandler [WEAK]
mbed_official 146:f64d43ff0c18 548 EXPORT FTM2_IRQHandler [WEAK]
mbed_official 146:f64d43ff0c18 549 EXPORT CMT_IRQHandler [WEAK]
mbed_official 146:f64d43ff0c18 550 EXPORT RTC_IRQHandler [WEAK]
mbed_official 146:f64d43ff0c18 551 EXPORT RTC_Seconds_IRQHandler [WEAK]
mbed_official 146:f64d43ff0c18 552 EXPORT PIT0_IRQHandler [WEAK]
mbed_official 146:f64d43ff0c18 553 EXPORT PIT1_IRQHandler [WEAK]
mbed_official 146:f64d43ff0c18 554 EXPORT PIT2_IRQHandler [WEAK]
mbed_official 146:f64d43ff0c18 555 EXPORT PIT3_IRQHandler [WEAK]
mbed_official 146:f64d43ff0c18 556 EXPORT PDB0_IRQHandler [WEAK]
mbed_official 146:f64d43ff0c18 557 EXPORT USB0_IRQHandler [WEAK]
mbed_official 146:f64d43ff0c18 558 EXPORT USBDCD_IRQHandler [WEAK]
mbed_official 146:f64d43ff0c18 559 EXPORT Reserved71_IRQHandler [WEAK]
mbed_official 146:f64d43ff0c18 560 EXPORT DAC0_IRQHandler [WEAK]
mbed_official 146:f64d43ff0c18 561 EXPORT MCG_IRQHandler [WEAK]
mbed_official 146:f64d43ff0c18 562 EXPORT LPTimer_IRQHandler [WEAK]
mbed_official 146:f64d43ff0c18 563 EXPORT PORTA_IRQHandler [WEAK]
mbed_official 146:f64d43ff0c18 564 EXPORT PORTB_IRQHandler [WEAK]
mbed_official 146:f64d43ff0c18 565 EXPORT PORTC_IRQHandler [WEAK]
mbed_official 146:f64d43ff0c18 566 EXPORT PORTD_IRQHandler [WEAK]
mbed_official 146:f64d43ff0c18 567 EXPORT PORTE_IRQHandler [WEAK]
mbed_official 146:f64d43ff0c18 568 EXPORT SWI_IRQHandler [WEAK]
mbed_official 146:f64d43ff0c18 569 EXPORT SPI2_IRQHandler [WEAK]
mbed_official 146:f64d43ff0c18 570 EXPORT UART4_RX_TX_IRQHandler [WEAK]
mbed_official 146:f64d43ff0c18 571 EXPORT UART4_ERR_IRQHandler [WEAK]
mbed_official 146:f64d43ff0c18 572 EXPORT UART5_RX_TX_IRQHandler [WEAK]
mbed_official 146:f64d43ff0c18 573 EXPORT UART5_ERR_IRQHandler [WEAK]
mbed_official 146:f64d43ff0c18 574 EXPORT CMP2_IRQHandler [WEAK]
mbed_official 146:f64d43ff0c18 575 EXPORT FTM3_IRQHandler [WEAK]
mbed_official 146:f64d43ff0c18 576 EXPORT DAC1_IRQHandler [WEAK]
mbed_official 146:f64d43ff0c18 577 EXPORT ADC1_IRQHandler [WEAK]
mbed_official 146:f64d43ff0c18 578 EXPORT I2C2_IRQHandler [WEAK]
mbed_official 146:f64d43ff0c18 579 EXPORT CAN0_ORed_Message_buffer_IRQHandler [WEAK]
mbed_official 146:f64d43ff0c18 580 EXPORT CAN0_Bus_Off_IRQHandler [WEAK]
mbed_official 146:f64d43ff0c18 581 EXPORT CAN0_Error_IRQHandler [WEAK]
mbed_official 146:f64d43ff0c18 582 EXPORT CAN0_Tx_Warning_IRQHandler [WEAK]
mbed_official 146:f64d43ff0c18 583 EXPORT CAN0_Rx_Warning_IRQHandler [WEAK]
mbed_official 146:f64d43ff0c18 584 EXPORT CAN0_Wake_Up_IRQHandler [WEAK]
mbed_official 146:f64d43ff0c18 585 EXPORT SDHC_IRQHandler [WEAK]
mbed_official 146:f64d43ff0c18 586 EXPORT ENET_1588_Timer_IRQHandler [WEAK]
mbed_official 146:f64d43ff0c18 587 EXPORT ENET_Transmit_IRQHandler [WEAK]
mbed_official 146:f64d43ff0c18 588 EXPORT ENET_Receive_IRQHandler [WEAK]
mbed_official 146:f64d43ff0c18 589 EXPORT ENET_Error_IRQHandler [WEAK]
mbed_official 146:f64d43ff0c18 590
mbed_official 146:f64d43ff0c18 591 DMA0_IRQHandler ; DMA Channel 0 Transfer Complete
mbed_official 146:f64d43ff0c18 592 DMA1_IRQHandler ; DMA Channel 1 Transfer Complete
mbed_official 146:f64d43ff0c18 593 DMA2_IRQHandler ; DMA Channel 2 Transfer Complete
mbed_official 146:f64d43ff0c18 594 DMA3_IRQHandler ; DMA Channel 3 Transfer Complete
mbed_official 146:f64d43ff0c18 595 DMA4_IRQHandler ; DMA Channel 4 Transfer Complete
mbed_official 146:f64d43ff0c18 596 DMA5_IRQHandler ; DMA Channel 5 Transfer Complete
mbed_official 146:f64d43ff0c18 597 DMA6_IRQHandler ; DMA Channel 6 Transfer Complete
mbed_official 146:f64d43ff0c18 598 DMA7_IRQHandler ; DMA Channel 7 Transfer Complete
mbed_official 146:f64d43ff0c18 599 DMA8_IRQHandler ; DMA Channel 8 Transfer Complete
mbed_official 146:f64d43ff0c18 600 DMA9_IRQHandler ; DMA Channel 9 Transfer Complete
mbed_official 146:f64d43ff0c18 601 DMA10_IRQHandler ; DMA Channel 10 Transfer Complete
mbed_official 146:f64d43ff0c18 602 DMA11_IRQHandler ; DMA Channel 11 Transfer Complete
mbed_official 146:f64d43ff0c18 603 DMA12_IRQHandler ; DMA Channel 12 Transfer Complete
mbed_official 146:f64d43ff0c18 604 DMA13_IRQHandler ; DMA Channel 13 Transfer Complete
mbed_official 146:f64d43ff0c18 605 DMA14_IRQHandler ; DMA Channel 14 Transfer Complete
mbed_official 146:f64d43ff0c18 606 DMA15_IRQHandler ; DMA Channel 15 Transfer Complete
mbed_official 146:f64d43ff0c18 607 DMA_Error_IRQHandler ; DMA Error Interrupt
mbed_official 146:f64d43ff0c18 608 MCM_IRQHandler ; Normal Interrupt
mbed_official 146:f64d43ff0c18 609 FTFE_IRQHandler ; FTFE Command complete interrupt
mbed_official 146:f64d43ff0c18 610 Read_Collision_IRQHandler ; Read Collision Interrupt
mbed_official 146:f64d43ff0c18 611 LVD_LVW_IRQHandler ; Low Voltage Detect, Low Voltage Warning
mbed_official 146:f64d43ff0c18 612 LLW_IRQHandler ; Low Leakage Wakeup
mbed_official 146:f64d43ff0c18 613 Watchdog_IRQHandler ; WDOG Interrupt
mbed_official 146:f64d43ff0c18 614 RNG_IRQHandler ; RNG Interrupt
mbed_official 146:f64d43ff0c18 615 I2C0_IRQHandler ; I2C0 interrupt
mbed_official 146:f64d43ff0c18 616 I2C1_IRQHandler ; I2C1 interrupt
mbed_official 146:f64d43ff0c18 617 SPI0_IRQHandler ; SPI0 Interrupt
mbed_official 146:f64d43ff0c18 618 SPI1_IRQHandler ; SPI1 Interrupt
mbed_official 146:f64d43ff0c18 619 I2S0_Tx_IRQHandler ; I2S0 transmit interrupt
mbed_official 146:f64d43ff0c18 620 I2S0_Rx_IRQHandler ; I2S0 receive interrupt
mbed_official 146:f64d43ff0c18 621 UART0_LON_IRQHandler ; UART0 LON interrupt
mbed_official 146:f64d43ff0c18 622 UART0_RX_TX_IRQHandler ; UART0 Receive/Transmit interrupt
mbed_official 146:f64d43ff0c18 623 UART0_ERR_IRQHandler ; UART0 Error interrupt
mbed_official 146:f64d43ff0c18 624 UART1_RX_TX_IRQHandler ; UART1 Receive/Transmit interrupt
mbed_official 146:f64d43ff0c18 625 UART1_ERR_IRQHandler ; UART1 Error interrupt
mbed_official 146:f64d43ff0c18 626 UART2_RX_TX_IRQHandler ; UART2 Receive/Transmit interrupt
mbed_official 146:f64d43ff0c18 627 UART2_ERR_IRQHandler ; UART2 Error interrupt
mbed_official 146:f64d43ff0c18 628 UART3_RX_TX_IRQHandler ; UART3 Receive/Transmit interrupt
mbed_official 146:f64d43ff0c18 629 UART3_ERR_IRQHandler ; UART3 Error interrupt
mbed_official 146:f64d43ff0c18 630 ADC0_IRQHandler ; ADC0 interrupt
mbed_official 146:f64d43ff0c18 631 CMP0_IRQHandler ; CMP0 interrupt
mbed_official 146:f64d43ff0c18 632 CMP1_IRQHandler ; CMP1 interrupt
mbed_official 146:f64d43ff0c18 633 FTM0_IRQHandler ; FTM0 fault, overflow and channels interrupt
mbed_official 146:f64d43ff0c18 634 FTM1_IRQHandler ; FTM1 fault, overflow and channels interrupt
mbed_official 146:f64d43ff0c18 635 FTM2_IRQHandler ; FTM2 fault, overflow and channels interrupt
mbed_official 146:f64d43ff0c18 636 CMT_IRQHandler ; CMT interrupt
mbed_official 146:f64d43ff0c18 637 RTC_IRQHandler ; RTC interrupt
mbed_official 146:f64d43ff0c18 638 RTC_Seconds_IRQHandler ; RTC seconds interrupt
mbed_official 146:f64d43ff0c18 639 PIT0_IRQHandler ; PIT timer channel 0 interrupt
mbed_official 146:f64d43ff0c18 640 PIT1_IRQHandler ; PIT timer channel 1 interrupt
mbed_official 146:f64d43ff0c18 641 PIT2_IRQHandler ; PIT timer channel 2 interrupt
mbed_official 146:f64d43ff0c18 642 PIT3_IRQHandler ; PIT timer channel 3 interrupt
mbed_official 146:f64d43ff0c18 643 PDB0_IRQHandler ; PDB0 Interrupt
mbed_official 146:f64d43ff0c18 644 USB0_IRQHandler ; USB0 interrupt
mbed_official 146:f64d43ff0c18 645 USBDCD_IRQHandler ; USBDCD Interrupt
mbed_official 146:f64d43ff0c18 646 Reserved71_IRQHandler ; Reserved interrupt 71
mbed_official 146:f64d43ff0c18 647 DAC0_IRQHandler ; DAC0 interrupt
mbed_official 146:f64d43ff0c18 648 MCG_IRQHandler ; MCG Interrupt
mbed_official 146:f64d43ff0c18 649 LPTimer_IRQHandler ; LPTimer interrupt
mbed_official 146:f64d43ff0c18 650 PORTA_IRQHandler ; Port A interrupt
mbed_official 146:f64d43ff0c18 651 PORTB_IRQHandler ; Port B interrupt
mbed_official 146:f64d43ff0c18 652 PORTC_IRQHandler ; Port C interrupt
mbed_official 146:f64d43ff0c18 653 PORTD_IRQHandler ; Port D interrupt
mbed_official 146:f64d43ff0c18 654 PORTE_IRQHandler ; Port E interrupt
mbed_official 146:f64d43ff0c18 655 SWI_IRQHandler ; Software interrupt
mbed_official 146:f64d43ff0c18 656 SPI2_IRQHandler ; SPI2 Interrupt
mbed_official 146:f64d43ff0c18 657 UART4_RX_TX_IRQHandler ; UART4 Receive/Transmit interrupt
mbed_official 146:f64d43ff0c18 658 UART4_ERR_IRQHandler ; UART4 Error interrupt
mbed_official 146:f64d43ff0c18 659 UART5_RX_TX_IRQHandler ; UART5 Receive/Transmit interrupt
mbed_official 146:f64d43ff0c18 660 UART5_ERR_IRQHandler ; UART5 Error interrupt
mbed_official 146:f64d43ff0c18 661 CMP2_IRQHandler ; CMP2 interrupt
mbed_official 146:f64d43ff0c18 662 FTM3_IRQHandler ; FTM3 fault, overflow and channels interrupt
mbed_official 146:f64d43ff0c18 663 DAC1_IRQHandler ; DAC1 interrupt
mbed_official 146:f64d43ff0c18 664 ADC1_IRQHandler ; ADC1 interrupt
mbed_official 146:f64d43ff0c18 665 I2C2_IRQHandler ; I2C2 interrupt
mbed_official 146:f64d43ff0c18 666 CAN0_ORed_Message_buffer_IRQHandler ; CAN0 OR'd message buffers interrupt
mbed_official 146:f64d43ff0c18 667 CAN0_Bus_Off_IRQHandler ; CAN0 bus off interrupt
mbed_official 146:f64d43ff0c18 668 CAN0_Error_IRQHandler ; CAN0 error interrupt
mbed_official 146:f64d43ff0c18 669 CAN0_Tx_Warning_IRQHandler ; CAN0 Tx warning interrupt
mbed_official 146:f64d43ff0c18 670 CAN0_Rx_Warning_IRQHandler ; CAN0 Rx warning interrupt
mbed_official 146:f64d43ff0c18 671 CAN0_Wake_Up_IRQHandler ; CAN0 wake up interrupt
mbed_official 146:f64d43ff0c18 672 SDHC_IRQHandler ; SDHC interrupt
mbed_official 146:f64d43ff0c18 673 ENET_1588_Timer_IRQHandler ; Ethernet MAC IEEE 1588 Timer Interrupt
mbed_official 146:f64d43ff0c18 674 ENET_Transmit_IRQHandler ; Ethernet MAC Transmit Interrupt
mbed_official 146:f64d43ff0c18 675 ENET_Receive_IRQHandler ; Ethernet MAC Receive Interrupt
mbed_official 146:f64d43ff0c18 676 ENET_Error_IRQHandler ; Ethernet MAC Error and miscelaneous Interrupt
mbed_official 146:f64d43ff0c18 677 DefaultISR
mbed_official 146:f64d43ff0c18 678
mbed_official 146:f64d43ff0c18 679 B .
mbed_official 146:f64d43ff0c18 680
mbed_official 146:f64d43ff0c18 681 ENDP
mbed_official 146:f64d43ff0c18 682
mbed_official 146:f64d43ff0c18 683
mbed_official 146:f64d43ff0c18 684 ALIGN
mbed_official 146:f64d43ff0c18 685 END