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
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.
-------------------------------------------------------------------------------
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
Thank you
Please refer to the project in https://community.nxp.com/t5/S32-Design-Studio/PWM-interrupt-not-hitting/m-p/1825713#M12011
hi @Robin_Shen ,
The file is not available to download from the link.
Please share the project if you have it.
Thank you