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 77a03b2 commit 969ff6fCopy full SHA for 969ff6f
soc/nxp/imx/imx9/imx93/m33/soc.c
@@ -17,5 +17,8 @@ void soc_early_init_hook(void)
17
GPIO2->PCNS = 0x0;
18
GPIO3->PCNS = 0x0;
19
GPIO4->PCNS = 0x0;
20
+
21
+ /* keep system tick work fine during idle task */
22
+ GPC_CTRL_CM33->CM_MISC &= ~GPC_CPU_CTRL_CM_MISC_SLEEP_HOLD_EN_MASK;
23
}
24
#endif
0 commit comments