Skip to content

Commit dbf1d58

Browse files
NeilChen93kartben
authored andcommitted
soc: mcxa156: update systick clock frequency to 96MHz
MCXA156 max frequeny is 96MHz Signed-off-by: Neil Chen <cheng.chen_1@nxp.com>
1 parent caf466a commit dbf1d58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

soc/nxp/mcx/mcxa/Kconfig.defconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ config NUM_IRQS
99
config SYS_CLOCK_HW_CYCLES_PER_SEC
1010
default 1000000 if MCUX_OS_TIMER
1111
default 16000 if MCUX_LPTMR_TIMER
12-
default 150000000 if CORTEX_M_SYSTICK
12+
default 96000000 if CORTEX_M_SYSTICK
1313

1414
# Set to the minimal size of data which can be written.
1515
config FLASH_FILL_BUFFER_SIZE

0 commit comments

Comments
 (0)