Checker core

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

Checker core

1,839 次查看
mehmetkaradag
Contributor III

Hi,

i want to control with interrupt using fccu whether checker core is enable or not. How can i implement that? 

i need your help.

thank you in advance for your help.

 

0 项奖励
回复
3 回复数

1,827 次查看
petervlna
NXP TechSupport
NXP TechSupport

Hello,

Since you didnt share device you are refering to, I will answer generally.

You have status bit for lock step core in SSCM module  SSCM_UOPS register:

petervlna_0-1675752410197.png

I am bit confused what you  want to achieve, could you please explain it in details?

Best regards,

Peter

 

0 项奖励
回复

1,820 次查看
mehmetkaradag
Contributor III

hi,

the devise i use is mpc5777. i wanna know with interrupt whether checker core is enable.

thanks your help. 

0 项奖励
回复

1,814 次查看
petervlna
NXP TechSupport
NXP TechSupport

Hello,

If you want to trigger interrupt on FCCU fault.

 1. Enable the ALARM timeout in the NCF_TOEn register.
 2. Enable the reaction on fault in the NCF_En register.
 3. Enable the alarm interrupt in the IRQ_ALARM_ENn register.

You can refer to :

https://www.nxp.com/docs/en/application-note/AN5284.pdf

Then configure INTC module and interrupt routines according to reference manual for this particular interrupt.

Best regards,

Peter

0 项奖励
回复