-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Closed
Labels
platform: STM32ST Micro STM32ST Micro STM32
Description
are these caches are enabled or disabled by zephyr for the STM32 MCU line?
By default, the instruction cache and the data cache are both disabled.
The Arm® CMSIS library provides two functions that enable data and instruction caches:
• SCB_EnableICache() to enable the instruction cache
• SCB_EnableDCache() to enable and invalidate the data cache
Metadata
Metadata
Assignees
Labels
platform: STM32ST Micro STM32ST Micro STM32