Skip to content

Commit

Permalink
F37x README fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
ilg-ul committed Nov 10, 2013
1 parent 787e04c commit 2e1756a
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Content
-------

The files copied to these folders are the original ones, from the
STM stsw-stm32108 stm32f30x_dsp_stdperiph_lib.zip archive.
STM stsw-stm32115 stm32f37x_dsp_stdperiph_lib.zip archive.
with the following changes:

- none
Expand All @@ -13,16 +13,16 @@ Startup

The original multiple assembly startup files were replaced by
- a portable startup_cm.c
- a family initialisation file (startup_stm32f30x.c)
- the interrupt vectors (vectors_stm32f30x.c)
- a family initialisation file (startup_stm32f37x.c)
- the interrupt vectors (vectors_stm32f37x.c)


Application interrupt handlers
------------------------------

It is recommended that interrupt handlers redefined by applications
to be located in the same files where the application drivers are;
there is no need to use the stm32f30x_it.* files, since the default
there is no need to use the stm32f37x_it.* files, since the default
system handlers are already defined in the vectors_stm32f30x.c file.


Expand Down

0 comments on commit 2e1756a

Please sign in to comment.