S32kx interrupt routing config disabled

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

S32kx interrupt routing config disabled

283 Views
Dev15
Contributor III

Hello Team,

I'm trying to configure pwm module and build the project. The build is getting failed due to below

/main/main.c:112:5: error: implicit declaration of function 'IntCtrl_Ip_ConfigIrqRouting' [-Werror=implicit-function-declaration]
112 | IntCtrl_Ip_ConfigIrqRouting(&IntCtrlConfig_0);

 

SDK used is 3.0.0

 

Please help to resolve it

 

Dev15_1-1710092904636.png

 

 

Dev15_0-1710092840605.png

 

 

0 Kudos
5 Replies

234 Views
Robin_Shen
NXP TechSupport
NXP TechSupport

Hi

Function 'IntCtrl_Ip_ConfigIrqRouting' does not exist in RTD3.0.0, please call IntCtrl_Ip_Init.

Best Regards,
Robin
-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!

- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------

0 Kudos

229 Views
Dev15
Contributor III

hi @Robin_Shen ,

Thank you for your response.

We are already calling IntCtrl_Ip_Init(), but the ISR is not getting invoked. We are trying to test UART and PWM modules through ISR.

Please guide us here

 

Dev15_0-1710223449406.png

Thank you

Tags (1)
0 Kudos

226 Views
Robin_Shen
NXP TechSupport
NXP TechSupport
0 Kudos

214 Views
Dev15
Contributor III

hi @Robin_Shen ,

The file is not available to download from the link.

Please share the project if you have it.

Thank you

0 Kudos

254 Views
Dev15
Contributor III

@Senlent , Can please clarify on this interrupt configuration ?

Thank you

Tags (1)
0 Kudos