diff --git a/ilg.gnuarmeclipse.templates.stm/templates/originals/STM32F37x_DSP_StdPeriph_Lib_V1.0.0/README.txt b/ilg.gnuarmeclipse.templates.stm/templates/originals/STM32F37x_DSP_StdPeriph_Lib_V1.0.0/README.txt index 8ca2c2480..047c9acba 100644 --- a/ilg.gnuarmeclipse.templates.stm/templates/originals/STM32F37x_DSP_StdPeriph_Lib_V1.0.0/README.txt +++ b/ilg.gnuarmeclipse.templates.stm/templates/originals/STM32F37x_DSP_StdPeriph_Lib_V1.0.0/README.txt @@ -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 @@ -13,8 +13,8 @@ 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 @@ -22,7 +22,7 @@ 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.