mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
PORTENTA: Set RNG clock source.
This commit is contained in:
parent
4405fb3ea7
commit
0b0c8eaeea
@ -109,6 +109,7 @@
|
||||
|
||||
// Clock Sources
|
||||
#define OMV_OSC_USB_CLKSOURCE RCC_USBCLKSOURCE_HSI48
|
||||
#define OMV_OSC_RNG_CLKSOURCE RCC_RNGCLKSOURCE_HSI48
|
||||
#define OMV_OSC_ADC_CLKSOURCE RCC_ADCCLKSOURCE_PLL3
|
||||
#define OMV_OSC_SPI123_CLKSOURCE RCC_SPI123CLKSOURCE_PLL3
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user