[MPC5777C] MMU vs dual core

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

[MPC5777C] MMU vs dual core

390件の閲覧回数
ORaissouni
Contributor III

Hi all,

I have a short/simple question.
-The MMU entries configuration, is it one shared configuration among the both cores (core 0 and core 1) or is it a core specific configuration ?
- In case it is is a core specific configuration, could one modify the core 1 MMU entries from code executed from core 0 ? 

0 件の賞賛
返信
2 返答(返信)

378件の閲覧回数
ORaissouni
Contributor III

thank you for the quick reply

0 件の賞賛
返信

380件の閲覧回数
lukaszadrapa
NXP TechSupport
NXP TechSupport

Hi @ORaissouni 

Each core has own MMU:

lukaszadrapa_0-1707831023182.png

A core can acccess only own MMU. It's done via core registers (MAS0 - MAS6) and via asm instructions (like tlbwe - TLB write entry). There's no way to initialize MMU of core 1 by core 0.

 

https://community.nxp.com/t5/MPC5xxx-Knowledge-Base/MMU-Assist-Register-CONFIGURATOR/ta-p/1110436

 

Regards,

Lukas

0 件の賞賛
返信