Add core vbat to board config file.

This commit is contained in:
iabdalkader 2020-02-21 14:52:45 +02:00
parent b73576baeb
commit 6a50656d5a

View File

@ -73,6 +73,9 @@
#define OMV_OSC_PLL1VCO (RCC_PLL1VCOWIDE)
#define OMV_OSC_PLL1FRAC (0)
// Core VBAT for selftests
#define OMV_CORE_VBAT "3.3"
// PLL2 180MHz for FMC and QSPI.
#define OMV_OSC_PLL2M (3)
#define OMV_OSC_PLL2N (40)