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_stm32f103xe.s |
2 | ;* File Name : startup_stm32f103xe.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 : STM32F103xE Performance Line Devices vector table for EWARM toolchain. |
6 | ;* Description : STM32F103xE Performance Line Devices vector table for EWARM toolchain. |
7 | ;* This module performs: |
7 | ;* This module performs: |
8 | ;* - Set the initial SP |
8 | ;* - Set the initial SP |
9 | ;* - Set the initial PC == __iar_program_start, |
9 | ;* - Set the initial PC == __iar_program_start, |
10 | ;* - Set the vector table entries with the exceptions ISR |
10 | ;* - Set the vector table entries with the exceptions ISR |
Line 14... | Line 14... | ||
14 | ;* calls main()). |
14 | ;* calls main()). |
15 | ;* After Reset the Cortex-M3 processor is in Thread mode, |
15 | ;* After Reset the Cortex-M3 processor is in Thread mode, |
16 | ;* priority is Privileged, and the Stack is set to Main. |
16 | ;* priority is Privileged, and the Stack is set to Main. |
17 | ;******************************************************************************** |
17 | ;******************************************************************************** |
18 | ;* |
18 | ;* |
19 | ;* <h2><center>© COPYRIGHT(c) 2015 STMicroelectronics</center></h2> |
19 | ;* <h2><center>© COPYRIGHT(c) 2016 STMicroelectronics</center></h2> |
20 | ;* |
20 | ;* |
21 | ;* Redistribution and use in source and binary forms, with or without modification, |
21 | ;* Redistribution and use in source and binary forms, with or without modification, |
22 | ;* are permitted provided that the following conditions are met: |
22 | ;* are permitted provided that the following conditions are met: |
23 | ;* 1. Redistributions of source code must retain the above copyright notice, |
23 | ;* 1. Redistributions of source code must retain the above copyright notice, |
24 | ;* this list of conditions and the following disclaimer. |
24 | ;* this list of conditions and the following disclaimer. |