Skip to content

Commit 2e1756a

Browse files
committed
F37x README fixed
1 parent 787e04c commit 2e1756a

File tree

1 file changed

+4
-4
lines changed
  • ilg.gnuarmeclipse.templates.stm/templates/originals/STM32F37x_DSP_StdPeriph_Lib_V1.0.0

1 file changed

+4
-4
lines changed

ilg.gnuarmeclipse.templates.stm/templates/originals/STM32F37x_DSP_StdPeriph_Lib_V1.0.0/README.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Content
22
-------
33

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

88
- none
@@ -13,16 +13,16 @@ Startup
1313

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

1919

2020
Application interrupt handlers
2121
------------------------------
2222

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

2828

0 commit comments

Comments
 (0)