Hi,
I am using the MPC5744P chip now. I want to implement PWM capture on the C[4] pin.
I used the eTimer module to implement the PWM capture function. But the C[4] pin does not have an eTimer module.
I don't know how to use the PWM module to implement capture PWM.Could you give me an example to implement PWM capture with the PWM module? Thank you!
Solved! Go to Solution.
Hi,
the capture on teh FlexPWM works simiarly as on eTimer. I can share example for the MPC5643L, you can easily reuse it on the MPC5744P. Take a simple FlexPWM example for MPC5744P and add code for e-capture.
BR, Petr