Skip to content

Commit 5e9c13a

Browse files
MaureenHelmgalak
authored andcommitted
mimxrt1050_evk: Fix kernel timer frequency
The kernel timer frequency was incorrectly set to the system clock frequency (528 MHz) instead of the core clock frequency (600 MHz). Signed-off-by: Maureen Helm <[email protected]>
1 parent 104553d commit 5e9c13a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

boards/arm/mimxrt1050_evk/doc/mimxrt1050_evk.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ System Clock
126126
============
127127

128128
The MIMXRT1050 SoC is configured to use the 24 MHz external oscillator on the
129-
board with the on-chip PLL to generate a 528 MHz system clock.
129+
board with the on-chip PLL to generate a 600 MHz core clock.
130130

131131
Serial Port
132132
===========

boards/arm/mimxrt1050_evk/mimxrt1050_evk_defconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ CONFIG_UART_CONSOLE=y
1313
CONFIG_SERIAL=y
1414
CONFIG_CORTEX_M_SYSTICK=y
1515
CONFIG_GPIO=y
16-
CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC=528000000
16+
CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC=600000000
1717
CONFIG_OSC_EXTERNAL=y
1818
CONFIG_ARM_MPU_IMX_RT=y

0 commit comments

Comments
 (0)