Memory Protection for Dual core S32k322 Controller

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Memory Protection for Dual core S32k322 Controller

696 次查看
Lisha
Contributor III

Hi Team,

Could you please share any example project or reference material demonstrating the use of MPU (Memory Protection Unit) and PPU (Peripheral Protection Unit) for a dual-core setup on the S32K322 controller?

BR,

Lisha

标记 (1)
0 项奖励
回复
4 回复数

674 次查看
davidtosenovjan
NXP TechSupport
NXP TechSupport

The S32K322 does not include a module named 'PPU'. If you're referring to peripheral access protection, this is managed through the XRDC (Extended Resource Domain Controller), which allows you to configure access rights for peripherals and memory regions across the dual-core setup. Let us know if you were referring to a different concept or platform.

Example code you may find within RTD:

davidtosenovjan_1-1747741262600.png

RM_Example.. shows also XRDC setup example, Platform_.. contains MPU setup example

 

0 项奖励
回复

566 次查看
Lisha
Contributor III

Hi @davidtosenovjan ,

Thank you for the reference to the MPU example. However, I couldn't find an MPU example specifically for a dual-core setup. Could you please assist me with this?

BR,

Lisha 

标记 (1)
0 项奖励
回复

471 次查看
davidtosenovjan
NXP TechSupport
NXP TechSupport

There is no such example. Basically as multi-core projects are done separately for each core, and MPU is peripheral of the core, you would use two such projects. Configuration is however application specific.

0 项奖励
回复

663 次查看
Lisha
Contributor III

Thank You @davidtosenovjan I look into that

 

BR,

Lisha

0 项奖励
回复