cancel
Showing results for 
Search instead for 
Did you mean: 

STM32f10x_vector.c

gdiez
Associate II
Posted on November 30, 2010 at 16:56

STM32f10x_vector.c

4 REPLIES 4
lowpowermcu
Associate II
Posted on May 17, 2011 at 14:16

Hi Gerardo,

I think that you are using an old version of ST library. In the that I am working with there is no ''stm32f10x_lib'' etc....

Herzlich,

MCU Lüfter

gdiez
Associate II
Posted on May 17, 2011 at 14:16

I know it but I think that isn´t a great disaventage or trouble.

The ST library is the new. The way to access to it, it´s old. But it doesn´t matter. In the examples of IAR v5.4 we have STM32f10x_vector.c in code and in v6.10 examples there´s a new way of do it, but in concept is the same thing, done in different way. The ST library isn´t matter with it here lowpower.

1.-Does any one know about stm32f10x_vector.c?

2.-How can I do, or know to modify with differents microcontrollers?

I want to know which things in datasheet i have to see to modify this file.

Andrew Neil
Evangelist
Posted on May 17, 2011 at 14:16

''The ST library is the new. The way to access to it, it´s old.''

 

 

No!

The library is new and it has a new way to access it!

The file structure is (somewhat) different:  there are files that were in the old library, but are not in the new one - and vice versa.

I have been caught-out by this!
gdiez
Associate II
Posted on May 17, 2011 at 14:16

I´ve copied STM32f10xFWLIB complety. In the new examples, there is not stm32f10x_lib.h. In this file, the code includes some ST libraries header files, if they are been used, with stm32f10_conf.h. In the new one the own stm32f10_conf.h includes this header files.

But the src and inc folders of ST LIBRARIES why cant i use them???