Need some clarification regarding Interrupt Controller - eMios

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

Need some clarification regarding Interrupt Controller - eMios

Jump to solution
249 Views
kyf
Contributor V

Hello NXP team!

 

Regarding the screenshot bellow:

kyf_0-1672926456795.png

 

1. Is EMIOS0_0_IRQn refered to eMios 0 channel 0 ?? or this is an other interrupt ?

2. Is there any document where I can find descriptions regarding the eMios interrupts except reference manual ?

3. Is interrupt priority set only withing the "peripheral tool" ?

4. Is there any handler for handling the priorities of the interrupts and their priorities ? OR this is done by hardware ?

 

 

Kind regards,

kyf

0 Kudos
1 Solution
242 Views
PetrS
NXP TechSupport
NXP TechSupport

Hi,

1) four channle's interrupt requests are ored into single vector in eMIOS and EMIOS0_0_IRQn belongs to channels 23,22,21,20
2) it is in S32K3xx_interrupt_map.xlsx attached to the RM, also visible in project 

PetrS_0-1672993794891.png

3-4) priority is set either in the component you shown or a IntCtrl_Ip_SetPriority function can be used, i think.

BR, Petr

 

View solution in original post

2 Replies
234 Views
kyf
Contributor V

Thank you @PetrS for your input.

 

Kind regards,

kyf

0 Kudos
243 Views
PetrS
NXP TechSupport
NXP TechSupport

Hi,

1) four channle's interrupt requests are ored into single vector in eMIOS and EMIOS0_0_IRQn belongs to channels 23,22,21,20
2) it is in S32K3xx_interrupt_map.xlsx attached to the RM, also visible in project 

PetrS_0-1672993794891.png

3-4) priority is set either in the component you shown or a IntCtrl_Ip_SetPriority function can be used, i think.

BR, Petr