Hi ,
We are using NXP CAN2CAN project. initially it is working fine but once we added few GPIO's and UART and Intrctrl module then this error is occured.
//-------------------------
Building file: ../generate/IntCtrl_Ip/IntCtrl_Ip_Cfg.c
../generate/src/Platform_Ipw_Cfg.c:101:6: error: 'intCtrlConfig' undeclared here (not in a function); did you mean 'IntCtrlConfig_0'?
101 | &intCtrlConfig,
| ^~~~~~~~~~~~~
| IntCtrlConfig_0
Building file: ../board/Siul2_Port_Ip_Cfg.c
//---------------------------------------------
Once replaced intCtrlConfig with IntCtrlConfig_0 then it is working. Why is this error is coming.
With this GPIO's and Uart1 is not working We enabled in GPIO in intrctrl for interrupt and uart1 irq handled also given in the list. but not working. for this error occurred then GPIO are not working and UART also not working. These are software changes after this array difference nothing working.
Regads,
Viswa