IPM problem using EMIOS_ic

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

IPM problem using EMIOS_ic

Jump to solution
982 Views
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

Labels (1)
0 Kudos
1 Solution
971 Views
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

View solution in original post

1 Reply
972 Views
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