Doveal
Doveal

Reputation: 21

How can I configure MPU(Memory Protection Unit) for an OS_Task in Vector AUTOSAR Conguration Tool?

I want to protect an OS_Task using MPU in Vector AUTOSAR Conguration Tool. How can I do?

Upvotes: 0

Views: 2277

Answers (1)

Lkaf Temravet
Lkaf Temravet

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

Related Questions