Subversion Repositories DashDisplay

Rev

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