forked from Archive/PX4-Autopilot
Enabled LSE clock for RTC, set clk drive strength to 3. Else the quarzt on the fmuv5x does not socillate reliabel.
This commit is contained in:
parent
a2442ffb48
commit
bb37fd2f29
|
@ -208,6 +208,8 @@ CONFIG_STM32F7_PHY_POLLING=y
|
|||
CONFIG_STM32F7_PROGMEM=y
|
||||
CONFIG_STM32F7_PWR=y
|
||||
CONFIG_STM32F7_RTC=y
|
||||
CONFIG_STM32F7_RTC_LSECLOCK_RUN_DRV_CAPABILITY=3
|
||||
CONFIG_STM32F7_RTC_LSECLOCK_START_DRV_CAPABILITY=3
|
||||
CONFIG_STM32F7_RTC_MAGIC_REG=1
|
||||
CONFIG_STM32F7_SAVE_CRASHDUMP=y
|
||||
CONFIG_STM32F7_SDMMC2=y
|
||||
|
|
Loading…
Reference in New Issue