mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
Add core vbat to board config file.
This commit is contained in:
parent
b73576baeb
commit
6a50656d5a
@ -73,6 +73,9 @@
|
|||||||
#define OMV_OSC_PLL1VCO (RCC_PLL1VCOWIDE)
|
#define OMV_OSC_PLL1VCO (RCC_PLL1VCOWIDE)
|
||||||
#define OMV_OSC_PLL1FRAC (0)
|
#define OMV_OSC_PLL1FRAC (0)
|
||||||
|
|
||||||
|
// Core VBAT for selftests
|
||||||
|
#define OMV_CORE_VBAT "3.3"
|
||||||
|
|
||||||
// PLL2 180MHz for FMC and QSPI.
|
// PLL2 180MHz for FMC and QSPI.
|
||||||
#define OMV_OSC_PLL2M (3)
|
#define OMV_OSC_PLL2M (3)
|
||||||
#define OMV_OSC_PLL2N (40)
|
#define OMV_OSC_PLL2N (40)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user