Skip to content

Commit fb92f3f

Browse files
authored
Merge pull request #2376 from NXPmicro/HEXIWEAR_Clock_Fix
Fix the clock setup for the K64 HEXIWEAR board
2 parents e9cebde + f7948f6 commit fb92f3f

File tree

1 file changed

+1
-1
lines changed
  • hal/targets/hal/TARGET_Freescale/TARGET_KSDK2_MCUS/TARGET_K64F/TARGET_HEXIWEAR

1 file changed

+1
-1
lines changed

hal/targets/hal/TARGET_Freescale/TARGET_KSDK2_MCUS/TARGET_K64F/TARGET_HEXIWEAR/fsl_clock_config.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ const clock_config_t g_defaultClockConfigRun = {
106106

107107
.pll0Config =
108108
{
109-
.enableMode = 0U, .prdiv = 0x13U, .vdiv = 0x18U,
109+
.enableMode = 0U, .prdiv = 0x3U, .vdiv = 0x10U,
110110
},
111111
},
112112
.simConfig =

0 commit comments

Comments
 (0)