I am trying to generate complimentry PWM using eMIOS and LCU. but upon building the project, the
implicit declaration of a function error is coming when using the Lcu_Ip_SetSyncOutputEnable() although i have properly included the Lcu_Ip header file. No erro is coming when using the Lcu_Ip_Init() function.
What is the cause of this error and how can it be solved ??
I have attached the project for reference, I am working on S32K3x4 - T172 board.
Solved! Go to Solution.
Hi @sagar991
To be able to use the function Lcu_Ip_SetSyncOutputEnable() is required to enable the LCU SYNC functions in Config Tools.
B.R.
VaneB
Hi @sagar991
To be able to use the function Lcu_Ip_SetSyncOutputEnable() is required to enable the LCU SYNC functions in Config Tools.
B.R.
VaneB