Skip to content

Commit e5a12ea

Browse files
author
Erwan GOURIOU
committed
[STM32F4][DISCO-F429ZI] LSE not soldered. Use LSI RTC
1 parent 2afce67 commit e5a12ea

File tree

1 file changed

+2
-1
lines changed
  • hal/targets/hal/TARGET_STM/TARGET_STM32F4/TARGET_DISCO_F429ZI

1 file changed

+2
-1
lines changed

hal/targets/hal/TARGET_STM/TARGET_STM32F4/TARGET_DISCO_F429ZI/device.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@
4848
#define DEVICE_SPISLAVE 1
4949

5050
#define DEVICE_RTC 1
51-
#define DEVICE_RTC_LSI 0
51+
#define DEVICE_RTC_LSI 1
52+
/* LSE not soldered by default : RTC date backup not guaranteed */
5253

5354
#define DEVICE_PWMOUT 1
5455

0 commit comments

Comments
 (0)