IAR : system_stm32f10x and startup_stm32f10x_hd.s usage?

Status
Not open for further replies.

softy342

Newbie level 5
Joined
Jan 2, 2013
Messages
8
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Location
Delhi,India
Activity points
1,329
Hi,
What is the use of system_stm32f10x and startup_stm32f10x_hd.s files in the IAR workspace(Project).I have deleted both the files but still can see my project running just fine.I wanted to know this because I am porting a small project from IAR to Ride7 and wanted to know which files to exclude and which to include?And these two files are the reason of suspect.
Rgds,
Softy
 

If it still compiles, then you don't need them. Normally there is a C runtime which sets up the stack, and gets the microcontroller prepared
before jumping to 'main'. Your replacement compiler will have them too, but possibly a different name.
 

Status
Not open for further replies.

Similar threads

Cookies are required to use this site. You must accept them to continue using the site. Learn more…