analogdevicesinc / msdk

Software Development Kit for Analog Device's MAX-series microcontrollers
Apache License 2.0
60 stars 75 forks source link

feat(CMSIS): Enable SPIXF cache controller (SFCC) in SystemInit for MAX32572 #930

Closed sihyung-maxim closed 4 months ago

sihyung-maxim commented 4 months ago

Description

The performance of the ME55 is greatly diminished with the SPIXF cache controller disabled when using the external flash. This change will enable the SFCC by default in SystemInit.

Checklist Before Requesting Review