Skip to content

Commit f115280

Browse files
committed
MXRT1050: Do not switch 24M source to reduce latency
Signed-off-by: Mahesh Mahadevan <[email protected]>
1 parent a921810 commit f115280

File tree

1 file changed

+2
-2
lines changed
  • targets/TARGET_NXP/TARGET_MCUXpresso_MCUS/TARGET_MIMXRT1050/TARGET_EVK

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ void ClockSetToOverDriveRun(void)
134134
LPM_EnterCritical();
135135
SwitchSystemClocks(LPM_PowerModeLowPowerRun);
136136
LPM_ExitCritical();
137-
ClockSelectXtalOsc();
137+
//ClockSelectXtalOsc();
138138

139139
/* Init ARM PLL */
140140
CLOCK_SetDiv(kCLOCK_ArmDiv, 1);
@@ -428,7 +428,7 @@ void ClockSetToLowPowerIdle(void)
428428
LPM_EnterCritical();
429429
SwitchSystemClocks(LPM_PowerModeLowPowerRun);
430430
LPM_ExitCritical();
431-
ClockSelectRcOsc();
431+
//ClockSelectRcOsc();
432432

433433
/* Deinit ARM PLL */
434434
CLOCK_DeinitArmPll();

0 commit comments

Comments
 (0)