K82 : MPU hit due process identifier

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

K82 : MPU hit due process identifier

1,021 Views
EugeneHiihtaja
Senior Contributor I

Hello !

"

In addition to the comparison of the reference address versus the region descriptor's start
and end addresses, the optional process identifier is examined against the region
descriptor's PID and PIDMASK fields. A process identifier hit term is formed as follows:
pid_hit = ~RGDn_Word2[MxPE] |
((current_pid |
RGDn_Word3[PIDMASK]) == (RGDn_Word3[PID] | RGDn_Word3[PIDMASK]))

"

But where I can set current_pid ?

Regards,

Eugene

1 Reply

920 Views
jingpan
NXP TechSupport
NXP TechSupport

Hi Eugene,

"current_pid" is handled by Process ID register in MCM module. Please see 20.2.8 Process ID Register(MCM_PID).

Regards,

Jing