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_stm32f103xg.s
2
;* File Name          : startup_stm32f103xg.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        : STM32F103xG Performances Line Devices vector table for EWARM 
6
;* Description        : STM32F103xG Performances Line Devices vector table for EWARM 
7
;*                      toolchain.
7
;*                      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,
11
;*                      - Set the vector table entries with the exceptions ISR address,
11
;*                      - Set the vector table entries with the exceptions ISR address,
12
;*                      After Reset the Cortex-M3 processor is in Thread mode,
12
;*                      After Reset the Cortex-M3 processor is in Thread mode,
13
;*                      priority is Privileged, and the Stack is set to Main.
13
;*                      priority is Privileged, and the Stack is set to Main.
14
;********************************************************************************
14
;********************************************************************************
15
;* 
15
;* 
16
;* <h2><center>&copy; COPYRIGHT(c) 2015 STMicroelectronics</center></h2>
16
;* <h2><center>&copy; COPYRIGHT(c) 2016 STMicroelectronics</center></h2>
17
;* 
17
;* 
18
;* Redistribution and use in source and binary forms, with or without modification,
18
;* Redistribution and use in source and binary forms, with or without modification,
19
;* are permitted provided that the following conditions are met:
19
;* are permitted provided that the following conditions are met:
20
;*   1. Redistributions of source code must retain the above copyright notice,
20
;*   1. Redistributions of source code must retain the above copyright notice,
21
;*      this list of conditions and the following disclaimer.
21
;*      this list of conditions and the following disclaimer.