Rev 2 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2 | Rev 5 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | /** |
1 | /** |
2 | *************** (C) COPYRIGHT 2015 STMicroelectronics ************************ |
2 | *************** (C) COPYRIGHT 2016 STMicroelectronics ************************ |
3 | * @file startup_stm32f103xe.s |
3 | * @file startup_stm32f103xe.s |
4 | * @author MCD Application Team |
4 | * @author MCD Application Team |
5 | * @version V4.0.1 |
5 | * @version V4.1.0 |
6 | * @date 31-July-2015 |
6 | * @date 29-April-2016 |
7 | * @brief STM32F103xE Devices vector table for Atollic toolchain. |
7 | * @brief STM32F103xE Devices vector table for Atollic toolchain. |
8 | * This module performs: |
8 | * This module performs: |
9 | * - Set the initial SP |
9 | * - Set the initial SP |
10 | * - Set the initial PC == Reset_Handler, |
10 | * - Set the initial PC == Reset_Handler, |
11 | * - Set the vector table entries with the exceptions ISR address |
11 | * - Set the vector table entries with the exceptions ISR address |
Line 16... | Line 16... | ||
16 | * calls main()). |
16 | * calls main()). |
17 | * After Reset the Cortex-M3 processor is in Thread mode, |
17 | * After Reset the Cortex-M3 processor is in Thread mode, |
18 | * priority is Privileged, and the Stack is set to Main. |
18 | * priority is Privileged, and the Stack is set to Main. |
19 | ****************************************************************************** |
19 | ****************************************************************************** |
20 | * |
20 | * |
21 | * <h2><center>© COPYRIGHT(c) 2015 STMicroelectronics</center></h2> |
21 | * <h2><center>© COPYRIGHT(c) 2016 STMicroelectronics</center></h2> |
22 | * |
22 | * |
23 | * Redistribution and use in source and binary forms, with or without modification, |
23 | * Redistribution and use in source and binary forms, with or without modification, |
24 | * are permitted provided that the following conditions are met: |
24 | * are permitted provided that the following conditions are met: |
25 | * 1. Redistributions of source code must retain the above copyright notice, |
25 | * 1. Redistributions of source code must retain the above copyright notice, |
26 | * this list of conditions and the following disclaimer. |
26 | * this list of conditions and the following disclaimer. |