declaration of a LCU function

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

declaration of a LCU function

跳至解决方案
148 次查看
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 项奖励
回复
1 解答
132 次查看
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 项奖励
回复
1 回复
133 次查看
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 项奖励
回复