Rev 2 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2 | Rev 5 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | ;******************** (C) COPYRIGHT 2015 STMicroelectronics ******************** |
1 | ;******************** (C) COPYRIGHT 2016 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.0.1 |
4 | ;* Version : V4.1.0 |
5 | ;* Date : 31-July-2015 |
5 | ;* Date : 29-April-2016 |
6 | ;* Description : STM32F100xE Value Line Devices vector table |
6 | ;* Description : STM32F100xE Value Line Devices vector table |
7 | ;* for EWARM toolchain. |
7 | ;* for EWARM toolchain. |
8 | ;* This module performs: |
8 | ;* This module performs: |
9 | ;* - Set the initial SP |
9 | ;* - Set the initial SP |
10 | ;* - Set the initial PC == __iar_program_start, |
10 | ;* - Set the initial PC == __iar_program_start, |
Line 12... | Line 12... | ||
12 | ;* address. |
12 | ;* address. |
13 | ;* After Reset the Cortex-M3 processor is in Thread mode, |
13 | ;* After Reset the Cortex-M3 processor is in Thread mode, |
14 | ;* priority is Privileged, and the Stack is set to Main. |
14 | ;* priority is Privileged, and the Stack is set to Main. |
15 | ;******************************************************************************** |
15 | ;******************************************************************************** |
16 | ;* |
16 | ;* |
17 | ;* <h2><center>© COPYRIGHT(c) 2015 STMicroelectronics</center></h2> |
17 | ;* <h2><center>© COPYRIGHT(c) 2016 STMicroelectronics</center></h2> |
18 | ;* |
18 | ;* |
19 | ;* Redistribution and use in source and binary forms, with or without modification, |
19 | ;* Redistribution and use in source and binary forms, with or without modification, |
20 | ;* are permitted provided that the following conditions are met: |
20 | ;* are permitted provided that the following conditions are met: |
21 | ;* 1. Redistributions of source code must retain the above copyright notice, |
21 | ;* 1. Redistributions of source code must retain the above copyright notice, |
22 | ;* this list of conditions and the following disclaimer. |
22 | ;* this list of conditions and the following disclaimer. |