简体   繁体   English

如何在 Vector AUTOSAR 配置工具中为 OS_Task 配置 MPU(内存保护单元)?

[英]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.我想在 Vector AUTOSAR 配置工具中使用 MPU 保护 OS_Task。 How can I do?我能怎么做?

For a configured task, you configure OsTaskMemoryProtectionIdentifier to specify a memory protection identifier for the task.对于已配置的任务,您可以配置OsTaskMemoryProtectionIdentifier以指定任务的 memory 保护标识符。 you set the protection ID.您设置了保护 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.如果未设置此参数但所有者 OS-Application 具有指定的 memory 保护标识符,则此值将用于任务。

Memory protection identifier are configured inside Os/OsPublishedInformation/OsDerivativeInformation/OsMemoryRegionSpecifics Memory 保护标识符在Os/OsPublishedInformation/OsDerivativeInformation/OsMemoryRegionSpecifics中配置

Depending on the used platform protection identifiers are also referred as PID (MPC), ASID (RH850) or protection sets (TriCore)根据使用的平台保护标识符也称为 PID (MPC)、ASID (RH850) 或保护集 (TriCore)

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM