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_stm32f101x6.s |
2 | ;* File Name : startup_stm32f101x6.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 : STM32F101x6 Access Line Devices vector table for EWARM |
6 | ;* Description : STM32F101x6 Access 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 | ;* - Configure the clock system |
10 | ;* - Configure the clock system |
Line 13... | Line 13... | ||
13 | ;* address. |
13 | ;* address. |
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 | ;* <h2><center>© COPYRIGHT(c) 2015 STMicroelectronics</center></h2> |
18 | ;* <h2><center>© COPYRIGHT(c) 2016 STMicroelectronics</center></h2> |
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. |