Memory Protection for Dual core S32k322 Controller

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Memory Protection for Dual core S32k322 Controller

698件の閲覧回数
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 返答(返信)

676件の閲覧回数
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 件の賞賛
返信

568件の閲覧回数
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 件の賞賛
返信

473件の閲覧回数
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 件の賞賛
返信

665件の閲覧回数
Lisha
Contributor III

Thank You @davidtosenovjan I look into that

 

BR,

Lisha

0 件の賞賛
返信