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_stm32f101xg.s
2
;* File Name          : startup_stm32f101xg.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        : STM32F101xG Devices vector table for MDK-ARM toolchain. 
6
;* Description        : STM32F101xG 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 13... Line 13...
13
;*                        calls main()).
13
;*                        calls main()).
14
;*                      After Reset the Cortex-M3 processor is in Thread mode,
14
;*                      After Reset the Cortex-M3 processor is in Thread mode,
15
;*                      priority is Privileged, and the Stack is set to Main.
15
;*                      priority is Privileged, and the Stack is set to Main.
16
;********************************************************************************
16
;********************************************************************************
17
;*
17
;*
18
;* COPYRIGHT(c) 2015 STMicroelectronics
18
;* COPYRIGHT(c) 2016 STMicroelectronics
19
;*
19
;*
20
;* Redistribution and use in source and binary forms, with or without modification,
20
;* Redistribution and use in source and binary forms, with or without modification,
21
;* are permitted provided that the following conditions are met:
21
;* are permitted provided that the following conditions are met:
22
;*   1. Redistributions of source code must retain the above copyright notice,
22
;*   1. Redistributions of source code must retain the above copyright notice,
23
;*      this list of conditions and the following disclaimer.
23
;*      this list of conditions and the following disclaimer.