Page MenuHomePhabricator

Memory region miss-configuration
Closed, ResolvedPublic

Description

In TF-M project if TFM_LVL=3 then MPU is miss-configured:

  • All memory region is configured as "Device".
  • Some of them(code/data/stack/heap) should be "Normal"
  • This cause i.e.: Unaligned access exception when CPU tries to read write from non 4 bytes aligned address. This is supported by architecture if memory is configured as "Normal", but prohibited if memory is configured as "Device"

Event Timeline

tamasban triaged this task as Normal priority.Nov 23 2018, 11:51 AM
tamasban created this task.
wmnt reassigned this task from wmnt to KenLSoft.Jan 8 2019, 8:06 AM
wmnt added a subscriber: wmnt.
KenLSoft closed this task as Resolved.Jun 3 2019, 3:32 AM