CMU interrupt in s32k3xx

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

CMU interrupt in s32k3xx

Jump to solution
1,206 Views
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 Kudos
Reply
1 Solution
1,194 Views
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

 

 

View solution in original post

0 Kudos
Reply
1 Reply
1,195 Views
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 Kudos
Reply