Home >
other > Stm32 source compile error (source in other people's computer no problem), need operation code
Stm32 source compile error (source in other people's computer no problem), need operation code
The wrong parts:
ARM Macro Assembler Page 1
1 00000000; * * * * * * * * * * * * * * * * * * * * (C) COPYRIGHT 2011 STMicroelectron
Ics * * * * * * * * * * * * * * * * * * * *
2, 00000000; * the File Name: startup_stm32f10x_hd. S
3, 00000000; * the Author: MCD Application Team
4 00000000; * Version: V3.5.0
5, 00000000; * the Date: 11 - March - 2011
6, 00000000; * Description: STM32F10x High Density Devices v
Ector table for MDK - ARM
7, 00000000; * toolchain.
8, 00000000; * This module performs:
9, 00000000; * - Set the initial SP
10, 00000000; * - Set the initial PC==Reset_Ha
Ndler
11 00000000; * - Set the vector table entries w
Ith the exceptions ISR address
12, 00000000; * - Configure the clock system and
Also configure the external
13, 00000000; * an SRAM mounted on STM3210E - EVAL
Board to be 2 as data
14, 00000000; * the memory (optional, to enable
D by the user)
15, 00000000; * - Branches to __main li in the C
Brary (which eventually
16, 00000000; * calls main ()).
17 00000000; * After Reset the CortexM3 process
Or is in the Thread mode,
18 00000000; * priority is ring, and the
The Stack is set to the Main.
19, 00000000; * & lt;