Replies: 1 comment 5 replies
-
Have you looked into the memory protection design principles of Zephyr? https://docs.zephyrproject.org/latest/reference/usermode/memory_domain.html Depending on your needs, you may be able use memory domains/partitions. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The arm_mpu_config structure is currently set as a compile time configuration.
We are faced with a requirement of setting the mpu configuration at runtime.
extern const struct arm_mpu_config mpu_config;
Looking for inputs from the community if this can be made a runtime configuration.
Thanks,
Nachiketa
Beta Was this translation helpful? Give feedback.
All reactions