K82 : MPU hit due process identifier

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

K82 : MPU hit due process identifier

1,102件の閲覧回数
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 返信

1,001件の閲覧回数
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