Skip to main content
LCE
Principal II
February 24, 2026
Solved

H7: instruction cache - what must be taken care of?

  • February 24, 2026
  • 1 reply
  • 174 views

Heyho,

when enabling the INSTRUCTION cache in STM32H7(33), what must be taken care of?

Any cache handling required? 

Any MPU settings required?

As far as I understood that's only required for DATA cache?

Best answer by TDK

No special settings, you just need to enable it. (Unless you are modifying your instructions in code, which would be very atypical.)

1 reply

TDK
TDKBest answer
Super User
February 24, 2026

No special settings, you just need to enable it. (Unless you are modifying your instructions in code, which would be very atypical.)

"If you feel a post has answered your question, please click ""Accept as Solution""."