Reputation: 21
I want to protect an OS_Task using MPU in Vector AUTOSAR Conguration Tool. How can I do?
Upvotes: 0
Views: 2277
Reputation: 993
For a configured task, you configure OsTaskMemoryProtectionIdentifier
to specify a memory protection identifier for the task. you set the protection ID.
If this parameter is not set but the owner OS-Application has a memory protection identifier specified this value will be used for the task.
Memory protection identifier are configured inside Os/OsPublishedInformation/OsDerivativeInformation/OsMemoryRegionSpecifics
Depending on the used platform protection identifiers are also referred as PID (MPC), ASID (RH850) or protection sets (TriCore)
Upvotes: 1