Skip to content

Commit

Permalink
Enabling ICC.
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-gillespie committed Dec 6, 2024
1 parent 6d07949 commit 8c5cee3
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
#include "system_max32657.h"
#include "gcr_regs.h"
#include "mpc.h"
#include "icc.h"

#if defined(__ARM_FEATURE_CMSE) && (__ARM_FEATURE_CMSE == 3U)
#include "partition_max32657.h"
Expand Down Expand Up @@ -175,8 +176,8 @@ __weak void SystemInit(void)
/* Enable interrupts */
__enable_irq();

// TODO(ICC): Enable the internal cache controller after testing.
// MXC_ICC_Enable();
// Enable the internal cache controller.
MXC_ICC_Enable();

/* Change system clock source to the main high-speed clock */
MXC_SYS_Clock_Select(MXC_SYS_CLOCK_IPO);
Expand Down

0 comments on commit 8c5cee3

Please sign in to comment.