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 Original file line number Diff line number Diff line change 2
2
-------
3
3
4
4
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.
6
6
with the following changes:
7
7
8
8
- none
@@ -13,16 +13,16 @@ Startup
13
13
14
14
The original multiple assembly startup files were replaced by
15
15
- 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)
18
18
19
19
20
20
Application interrupt handlers
21
21
------------------------------
22
22
23
23
It is recommended that interrupt handlers redefined by applications
24
24
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
26
26
system handlers are already defined in the vectors_stm32f30x.c file.
27
27
28
28
You can’t perform that action at this time.
0 commit comments