S32kx interrupt routing config disabled

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

S32kx interrupt routing config disabled

1,532 次查看
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 项奖励
回复
5 回复数

1,483 次查看
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 项奖励
回复

1,478 次查看
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

标记 (1)
0 项奖励
回复

1,475 次查看
Robin_Shen
NXP TechSupport
NXP TechSupport
0 项奖励
回复

1,463 次查看
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 项奖励
回复

1,503 次查看
Dev15
Contributor III

@Senlent , Can please clarify on this interrupt configuration ?

Thank you

标记 (1)
0 项奖励
回复