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

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

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

1,170 次查看
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,148 次查看
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