Read FCCU faults S32G3

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

Read FCCU faults S32G3

跳至解决方案
1,526 次查看
Harish_R
Contributor III

Hi Team,

Just a quick question. 

How to read FCCU faults. is there any global variable or any register bits updated when the fault is detected.

 

BR

Harish R

0 项奖励
回复
1 解答
1,459 次查看
carlos_o
NXP TechSupport
NXP TechSupport

Hi @Harish_R 

It will depend on your configuration, because you can enable the FCCU to triggers an IRQ to solve the fault, if that happen the register clear the NCF fault at the register. You could review the flow of a fault in the Figure 591. Single fault signal flow

 

carlos_o_0-1749760941396.png

[S32G3 Reference Manual, Rev. 4, 02/2024, page 4126]

Also, keep in mind that you need to clear a software-recoverable non-critical faults

carlos_o_1-1749761348772.png

 

 

在原帖中查看解决方案

0 项奖励
回复
3 回复数
1,507 次查看
carlos_o
NXP TechSupport
NXP TechSupport

Hi @Harish_R,

The registers you want to read is the 67.7.1.7 Non-critical Fault Status (NCF_S0 - NCF_S3) at the S32G2.

carlos_o_0-1749589076421.png

carlos_o_1-1749589091600.png

[S32G2 Reference Manual, Rev. 8, February 2024, page 3896]

0 项奖励
回复
1,479 次查看
Harish_R
Contributor III

Hi @carlos_o 

Thanks for the info!

so, which means this register should be checked in cyclic to find the reported fault right?

 

Br

Harish R

0 项奖励
回复
1,460 次查看
carlos_o
NXP TechSupport
NXP TechSupport

Hi @Harish_R 

It will depend on your configuration, because you can enable the FCCU to triggers an IRQ to solve the fault, if that happen the register clear the NCF fault at the register. You could review the flow of a fault in the Figure 591. Single fault signal flow

 

carlos_o_0-1749760941396.png

[S32G3 Reference Manual, Rev. 4, 02/2024, page 4126]

Also, keep in mind that you need to clear a software-recoverable non-critical faults

carlos_o_1-1749761348772.png

 

 

0 项奖励
回复