declaration of a LCU function

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

declaration of a LCU function

Jump to solution
117 Views
sagar991
Contributor II

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.

0 Kudos
1 Solution
101 Views
VaneB
NXP TechSupport
NXP TechSupport

Hi @sagar991 

To be able to use the function Lcu_Ip_SetSyncOutputEnable() is required to enable the LCU SYNC functions in Config Tools. 

VaneB_0-1717700240755.png

B.R.

VaneB

View solution in original post

0 Kudos
1 Reply
102 Views
VaneB
NXP TechSupport
NXP TechSupport

Hi @sagar991 

To be able to use the function Lcu_Ip_SetSyncOutputEnable() is required to enable the LCU SYNC functions in Config Tools. 

VaneB_0-1717700240755.png

B.R.

VaneB

0 Kudos