Checker core

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

Checker core

547 Views
mehmetkaradag
Contributor II

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 Kudos
3 Replies

535 Views
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 Kudos

528 Views
mehmetkaradag
Contributor II

hi,

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

thanks your help. 

0 Kudos

522 Views
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 Kudos