IPM problem using EMIOS_ic

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

IPM problem using EMIOS_ic

跳至解决方案
1,293 次查看
joãopaulo
Contributor III

Hello,

I'm trying to use EMIOS_IC component but it's not working..

I'd like to read the frequency of a square wave.

I have a DEVKIT-MPC5748G and use S32-Design with processor expert.

EMIOS_DRV_IC_InitInputCaptureMode(INST_EMIOS_MC1, 11, &eMIOS_Ic1_ICChnConfig0);

EMIOS_DRV_IC_GetLastMeasurement(INST_EMIOS_MC1, 11, &Period);

The input signal period is 50ms but 'Period' variable is always 0.

Config.PNG

Other doubt is if the emios_qd component works? If so, is there any example of how to use?

Thanks,

Best Regards

João Paulo

标签 (1)
0 项奖励
回复
1 解答
1,282 次查看
PetrS
NXP TechSupport
NXP TechSupport

Hi,

 

you can refer to "emios_ic_mpc5748g" demo example available in S32 Design Studio.

The eMIOS module on the MPC5748G does not support quad decode mode.

 

BR, Petr

在原帖中查看解决方案

1 回复
1,283 次查看
PetrS
NXP TechSupport
NXP TechSupport

Hi,

 

you can refer to "emios_ic_mpc5748g" demo example available in S32 Design Studio.

The eMIOS module on the MPC5748G does not support quad decode mode.

 

BR, Petr