We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a921810 commit f115280Copy full SHA for f115280
targets/TARGET_NXP/TARGET_MCUXpresso_MCUS/TARGET_MIMXRT1050/TARGET_EVK/specific.c
@@ -134,7 +134,7 @@ void ClockSetToOverDriveRun(void)
134
LPM_EnterCritical();
135
SwitchSystemClocks(LPM_PowerModeLowPowerRun);
136
LPM_ExitCritical();
137
- ClockSelectXtalOsc();
+ //ClockSelectXtalOsc();
138
139
/* Init ARM PLL */
140
CLOCK_SetDiv(kCLOCK_ArmDiv, 1);
@@ -428,7 +428,7 @@ void ClockSetToLowPowerIdle(void)
428
429
430
431
- ClockSelectRcOsc();
+ //ClockSelectRcOsc();
432
433
/* Deinit ARM PLL */
434
CLOCK_DeinitArmPll();
0 commit comments