Skip to content

Commit 28d0aba

Browse files
committed
[F1xxx] LSI typical value is 40kHz
Fix stm32duino#270 Signed-off-by: Frederic.Pillon <[email protected]>
1 parent 3c66de7 commit 28d0aba

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

variants/BLUEPILL_F103C8/stm32f1xx_hal_conf.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
* @brief Internal Low Speed oscillator (LSI) value.
115115
*/
116116
#if !defined (LSI_VALUE)
117-
#define LSI_VALUE 32000U /*!< LSI Typical Value in Hz */
117+
#define LSI_VALUE 40000U /*!< LSI Typical Value in Hz */
118118
#endif /* LSI_VALUE */ /*!< Value of the Internal Low Speed oscillator in Hz
119119
The real value may vary depending on the variations
120120
in voltage and temperature. */

variants/DISCO_F100RB/stm32f1xx_hal_conf.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
* @brief Internal Low Speed oscillator (LSI) value.
115115
*/
116116
#if !defined (LSI_VALUE)
117-
#define LSI_VALUE 32000U /*!< LSI Typical Value in Hz */
117+
#define LSI_VALUE 40000U /*!< LSI Typical Value in Hz */
118118
#endif /* LSI_VALUE */ /*!< Value of the Internal Low Speed oscillator in Hz
119119
The real value may vary depending on the variations
120120
in voltage and temperature. */

variants/MAPLEMINI_F103CB/stm32f1xx_hal_conf.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
* @brief Internal Low Speed oscillator (LSI) value.
115115
*/
116116
#if !defined (LSI_VALUE)
117-
#define LSI_VALUE 32000U /*!< LSI Typical Value in Hz */
117+
#define LSI_VALUE 40000U /*!< LSI Typical Value in Hz */
118118
#endif /* LSI_VALUE */ /*!< Value of the Internal Low Speed oscillator in Hz
119119
The real value may vary depending on the variations
120120
in voltage and temperature. */

variants/NUCLEO_F103RB/stm32f1xx_hal_conf.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
* @brief Internal Low Speed oscillator (LSI) value.
115115
*/
116116
#if !defined (LSI_VALUE)
117-
#define LSI_VALUE 32000U /*!< LSI Typical Value in Hz */
117+
#define LSI_VALUE 40000U /*!< LSI Typical Value in Hz */
118118
#endif /* LSI_VALUE */ /*!< Value of the Internal Low Speed oscillator in Hz
119119
The real value may vary depending on the variations
120120
in voltage and temperature. */

0 commit comments

Comments
 (0)