[MPC5777C] MMU vs dual core

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

[MPC5777C] MMU vs dual core

307 Views
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 Kudos
Reply
2 Replies

295 Views
ORaissouni
Contributor III

thank you for the quick reply

0 Kudos
Reply

297 Views
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 Kudos
Reply