You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/* Do not access the CM85 ITCM, DTCM, I-Cache, or D-Cache during voltage scaling change. */
2488
+
/* Disable CM85 I-Cache allocations and invalidate for later coherence. */
2489
+
SCB_DisableICache();
2490
+
2491
+
/* Disable CM85 I-Cache and D-Cache lookups and allocations. D-Cache should already be clean and allocations disabled, so no cache maintenance required. */
0 commit comments