Skip to content

Commit

Permalink
feat(CMSIS): Enable SPIXF cache controller (SFCC) in SystemInit for M…
Browse files Browse the repository at this point in the history
…AX32572 (#930)
  • Loading branch information
sihyung-maxim authored Feb 23, 2024
1 parent dd18bc8 commit c7dc246
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,9 @@ __weak void SystemInit(void)
/* Make sure interrupts are enabled. */
__enable_irq();

/* Enable SPIXF cache */
MXC_SFCC_Enable();

/* Enable FPU on Cortex-M4, which occupies coprocessor slots 10 & 11 */
/* Grant full access, per "Table B3-24 CPACR bit assignments". */
/* DDI0403D "ARMv7-M Architecture Reference Manual" */
Expand Down

0 comments on commit c7dc246

Please sign in to comment.