Checking Core Configuration Mode on S32K344 Q172 EVB (Lockstep/Dual-Core)

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

Checking Core Configuration Mode on S32K344 Q172 EVB (Lockstep/Dual-Core)

1,091件の閲覧回数
Shivaprasad_sp
Contributor II

Hello,

I'm currently working on a project using the S32K344 Q172 EVB and I need to determine whether the MCU is configured in lockstep mode or dual-core mode. Is there a way to read or verify the core configuration mode that the S32K344 is set to? Any pointers on the registers or methods to check this information

タグ(3)
0 件の賞賛
返信
1 返信

1,069件の閲覧回数
VaneB
NXP TechSupport
NXP TechSupport

Hi @Shivaprasad_sp 

To check the chip's operating mode (Lockstep or Decoupled) you can read bit 29 (LOCKSTEP_EN) of the DCM_GPR -> DCMROF19 register. This bit returns the operation mode as configured in the DCF record (UTEST_MISC[LOCKSTEP_EN]).

 

BR, VaneB