Skip to content

STM32: I-cache & D-cache #33966

@manoj153

Description

@manoj153

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

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions