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_stm32f105xc.s |
3 | * @file startup_stm32f105xc.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 STM32F105xC Devices vector table for Atollic toolchain. |
7 | * @brief STM32F105xC 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 14... | Line 14... | ||
14 | * calls main()). |
14 | * calls main()). |
15 | * After Reset the Cortex-M3 processor is in Thread mode, |
15 | * After Reset the Cortex-M3 processor is in Thread mode, |
16 | * priority is Privileged, and the Stack is set to Main. |
16 | * priority is Privileged, and the Stack is set to Main. |
17 | ****************************************************************************** |
17 | ****************************************************************************** |
18 | * |
18 | * |
19 | * <h2><center>© COPYRIGHT(c) 2015 STMicroelectronics</center></h2> |
19 | * <h2><center>© COPYRIGHT(c) 2016 STMicroelectronics</center></h2> |
20 | * |
20 | * |
21 | * Redistribution and use in source and binary forms, with or without modification, |
21 | * Redistribution and use in source and binary forms, with or without modification, |
22 | * are permitted provided that the following conditions are met: |
22 | * are permitted provided that the following conditions are met: |
23 | * 1. Redistributions of source code must retain the above copyright notice, |
23 | * 1. Redistributions of source code must retain the above copyright notice, |
24 | * this list of conditions and the following disclaimer. |
24 | * this list of conditions and the following disclaimer. |