hello, everyone:
I want to use eMIOS_0[13] generate PWM(30 ms), and to use eMIOS_0[12] as input capture in interrupt mode(120 ms). How should it to be implemented?
Hi,
you can refer to emios demo example within S32DS and modify it per your need
PetrS_0-1629789237793.png
BR, Petr
Hi Petr,
Thank you for your reply. And I wonder if I can implement this feature directly using the SDK ?
yes, the SDK driver can be used as well and "ic", "pwm" examples are available too
PetrS_0-1629800521359.png