Skip to content

Commit 3561490

Browse files
committed
Leopard and Wonder Gecko boards had the wrong clock frequency defined.
1 parent 0cc42db commit 3561490

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

libraries/mbed/targets/hal/TARGET_Silicon_Labs/TARGET_EFM32/TARGET_EFM32LG_STK3600/device_peripherals.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
#define HFRCO_FREQUENCY CMU_HFRCOCTRL_BAND_14MHZ
6565

6666
#define LFXO_FREQUENCY 32768
67-
#define HFXO_FREQUENCY 32000000
67+
#define HFXO_FREQUENCY 48000000
6868

6969
#if (LOW_ENERGY_CLOCK_SOURCE == LFXO)
7070
#define LOW_ENERGY_CLOCK_FREQUENCY LFXO_FREQUENCY

libraries/mbed/targets/hal/TARGET_Silicon_Labs/TARGET_EFM32/TARGET_EFM32WG_STK3800/device_peripherals.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
#define HFRCO_FREQUENCY CMU_HFRCOCTRL_BAND_14MHZ
6565

6666
#define LFXO_FREQUENCY 32768
67-
#define HFXO_FREQUENCY 32000000
67+
#define HFXO_FREQUENCY 48000000
6868

6969
#if (LOW_ENERGY_CLOCK_SOURCE == LFXO)
7070
#define LOW_ENERGY_CLOCK_FREQUENCY LFXO_FREQUENCY

0 commit comments

Comments
 (0)