cancel
Showing results for 
Search instead for 
Did you mean: 

stm32f10x_vector and crt0_stm32x

Posted on December 12, 2008 at 05:48

stm32f10x_vector and crt0_stm32x

3 REPLIES 3
Posted on May 17, 2011 at 12:56

Hi,

I have ride 7, and with it I work at new design,

not Eval-Board.

I think about files: stm32f10x_vector and crt0_stm32x,

which I should use at my project? ST examples use stm32f10x_vector

file by join to project, when I wanted to use this file:

stm32f10x_vector, linker, for all that, is linking crt0_stm32x file

by automatic (I don't know where is set place for this ?).

Please for answer, if crt0_stm32x file is correct for not Eval-Board

project?

best regards

[ This message was edited by: piotr.kajpust on 11-12-2008 16:59 ]

st3
Associate II
Posted on May 17, 2011 at 12:56

Quote:

I have ride 7

This is very much a tool-specific area - you should see your Raisonance documentation and/or contact Raisonance Support for specific advice.

Quote:

I think about files: stm32f10x_vector and crt0_stm32x,

which I should use at my project?

Why do you think they are mutually exclusive?

Quote:

linker, for all that, is linking crt0_stm32x file

by automatic (I don't know where is set place for this ?).

Again, that is tool-specific - see you RIDE documentation, and/or ask Raisonance.

Quote:

Please for answer, if crt0_stm32x file is correct for not Eval-Board

project?

Whether it's an Eval Board or your own custom design is entirely irrelevant!

[ This message was edited by: piotr.kajpust on 11-12-2008 16:59 ]

Posted on May 17, 2011 at 12:56

Thank you,

crt0_stm32x is default file and when I want join

stm32f10x_vector to project I must set to ''NO''

the option - ''Use Default Startup'' in Ride7

in LD Linker section.

best regards