Skip to content

Commit 6ff29c9

Browse files
Tim-Wang38liugang-gavin
authored andcommitted
targets: clock: change default core clock to 528M
change the clock config of the RT1050 to set the default core clock to 528M Signed-off-by: timwang <tim.wang@nxp.com>
1 parent 3ab72c7 commit 6ff29c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

targets/TARGET_NXP/TARGET_MCUXpresso_MCUS/TARGET_MIMXRT1050/TARGET_EVK/fsl_clock_config.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ called_from_default_init: true
139139
* Variables for BOARD_BootClockRUN configuration
140140
******************************************************************************/
141141
const clock_arm_pll_config_t armPllConfig_BOARD_BootClockRUN = {
142-
.loopDivider = 100, /* PLL loop divider, Fout = Fin * 50 */
142+
.loopDivider = 88, /* PLL loop divider, Fout = Fin * 44 */
143143
.src = 0, /* Bypass clock source, 0 - OSC 24M, 1 - CLK1_P and CLK1_N */
144144
};
145145
const clock_sys_pll_config_t sysPllConfig_BOARD_BootClockRUN = {

0 commit comments

Comments
 (0)