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
1,697 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
Reply
1 Solution
1,690 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

3 Replies
1,330 Views
Vijay98
Contributor II

Hi, PetrS,

We are getting an error - "Undefined reference to emios0_3_irq" while generating code in MBDT with S32DS for generating variable frequency and variable duty cycle PWM pulse.

Kindly help me for resolving this error.

Thanks & Regards, 

Esakki

0 Kudos
Reply
1,682 Views
kyf
Contributor V

Thank you @PetrS for your input.

 

Kind regards,

kyf

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