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 5a3362a commit efd64fcCopy full SHA for efd64fc
MAX/Libraries/CMSIS/Device/Maxim/MAX32572/Source/system_max32572.c
@@ -147,6 +147,10 @@ __weak void SystemInit(void)
147
MXC_SYS_Clock_Select(MXC_SYS_CLOCK_IPO);
148
SystemCoreClockUpdate();
149
150
+ /* Set CTB clock frequency to match ISO (full speed). */
151
+ /* On reset, GCR_CLKCTRL.crpytoclk_duv is set to 1 (ISO/2). */
152
+ MXC_GCR->clkctrl &= ~(MXC_F_GCR_CLKCTRL_CRYPTOCLK_DIV);
153
+
154
MXC_SYS_ClockEnable(MXC_SYS_PERIPH_CLOCK_GPIO0);
155
MXC_SYS_ClockEnable(MXC_SYS_PERIPH_CLOCK_GPIO1);
156
MAX/msdk_sha
@@ -1 +1 @@
1
-6a13b39e4b721f46278ba38faef4381875e4b987
+69cc1f00235752af4d81d63283e74692d9bc7c20
0 commit comments