Rev 2 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 2 | Rev 9 | ||
|---|---|---|---|
| Line 1... | Line 1... | ||
| 1 | ;******************** (C) COPYRIGHT 2017 STMicroelectronics ******************** |
1 | ;******************** (C) COPYRIGHT 2017 STMicroelectronics ******************** |
| 2 | ;* File Name : startup_stm32f100xe.s |
2 | ;* File Name : startup_stm32f100xe.s |
| 3 | ;* Author : MCD Application Team |
3 | ;* Author : MCD Application Team |
| 4 | ;* Version : V4.2.0 |
- | |
| 5 | ;* Date : 31-March-2017 |
- | |
| 6 | ;* Description : STM32F100xE Value Line Devices vector table |
4 | ;* Description : STM32F100xE Value Line Devices vector table |
| 7 | ;* for EWARM toolchain. |
5 | ;* for EWARM toolchain. |
| 8 | ;* This module performs: |
6 | ;* This module performs: |
| 9 | ;* - Set the initial SP |
7 | ;* - Set the initial SP |
| 10 | ;* - Set the initial PC == __iar_program_start, |
8 | ;* - Set the initial PC == __iar_program_start, |
| 11 | ;* - Set the vector table entries with the exceptions ISR |
9 | ;* - Set the vector table entries with the exceptions ISR |
| 12 | ;* address. |
10 | ;* address. |
| 13 | ;* After Reset the Cortex-M3 processor is in Thread mode, |
11 | ;* After Reset the Cortex-M3 processor is in Thread mode, |
| 14 | ;* priority is Privileged, and the Stack is set to Main. |
12 | ;* priority is Privileged, and the Stack is set to Main. |
| 15 | ;******************************************************************************** |
13 | ;******************************************************************************* |
| 16 | ;* |
14 | ;* @attention |
| 17 | ;* <h2><center>© COPYRIGHT(c) 2017 STMicroelectronics</center></h2> |
- | |
| 18 | ;* |
15 | ;* |
| 19 | ;* Redistribution and use in source and binary forms, with or without modification, |
- | |
| 20 | ;* are permitted provided that the following conditions are met: |
- | |
| 21 | ;* 1. Redistributions of source code must retain the above copyright notice, |
- | |
| 22 | ;* this list of conditions and the following disclaimer. |
- | |
| 23 | ;* 2. Redistributions in binary form must reproduce the above copyright notice, |
- | |
| 24 | ;* this list of conditions and the following disclaimer in the documentation |
- | |
| 25 | ;* and/or other materials provided with the distribution. |
16 | ;* <h2><center>© Copyright (c) 2017 STMicroelectronics. |
| 26 | ;* 3. Neither the name of STMicroelectronics nor the names of its contributors |
- | |
| 27 | ;* may be used to endorse or promote products derived from this software |
- | |
| 28 | ;* without specific prior written permission. |
17 | ;* All rights reserved.</center></h2> |
| 29 | ;* |
18 | ;* |
| 30 | ;* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" |
19 | ;* This software component is licensed by ST under BSD 3-Clause license, |
| 31 | ;* AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
- | |
| 32 | ;* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
- | |
| 33 | ;* DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE |
- | |
| 34 | ;* FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
- | |
| 35 | ;* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR |
20 | ;* the "License"; You may not use this file except in compliance with the |
| 36 | ;* SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER |
21 | ;* License. You may obtain a copy of the License at: |
| 37 | ;* CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
- | |
| 38 | ;* OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
- | |
| 39 | ;* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
22 | ;* opensource.org/licenses/BSD-3-Clause |
| 40 | ;* |
23 | ;* |
| 41 | ;******************************************************************************* |
24 | ;******************************************************************************* |
| 42 | ; |
25 | ; |
| 43 | ; |
26 | ; |
| 44 | ; The modules in this file are included in the libraries, and may be replaced |
27 | ; The modules in this file are included in the libraries, and may be replaced |
| 45 | ; by any user-defined modules that define the PUBLIC symbol _program_start or |
28 | ; by any user-defined modules that define the PUBLIC symbol _program_start or |