CMU interrupt in s32k3xx

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

CMU interrupt in s32k3xx

跳至解决方案
1,212 次查看
jhuang1
Contributor II

Hi, I'm adding CMU to my project aim to achive the asil-b level. The chip on my board is s32k312. I found CMU0_IRQ~ CMU2_IRQ in the interrupt map, but I havn't found the interrupt source of the 3 interrupts, do they have any relationship with FCCU?

0 项奖励
回复
1 解答
1,200 次查看
petervlna
NXP TechSupport
NXP TechSupport

Hello,

I havn't found the interrupt source of the 3 interrupts, do they have any relationship with FCCU?

No, I do not see FCCU faults related to CMU:

petervlna_0-1699883540426.png

They are related to CMU module dirrectly.

I never tested it, but I expect once CMU_0 interrupt is enabled and latched in Status Register (SR) of that CMU module interrupt is called.

petervlna_1-1699883918627.png

Since there is only one interrupt from these signals, you will read the Status Register (SR) of that CMU to find the root cause of that interrupt.

best regards,

Peter

Peter

 

 

在原帖中查看解决方案

0 项奖励
回复
1 回复
1,201 次查看
petervlna
NXP TechSupport
NXP TechSupport

Hello,

I havn't found the interrupt source of the 3 interrupts, do they have any relationship with FCCU?

No, I do not see FCCU faults related to CMU:

petervlna_0-1699883540426.png

They are related to CMU module dirrectly.

I never tested it, but I expect once CMU_0 interrupt is enabled and latched in Status Register (SR) of that CMU module interrupt is called.

petervlna_1-1699883918627.png

Since there is only one interrupt from these signals, you will read the Status Register (SR) of that CMU to find the root cause of that interrupt.

best regards,

Peter

Peter

 

 

0 项奖励
回复