*******************************************************************************************************
* Detailed Description:
The purpose of this demo application is to present some usage modes of the eMIOS for the S32K3xx MCU.
The application uses the eMios_Pwm driver as OPWMCB ( Center aligned Output PWM Buffered with dead time), OPWMB (Output Pulse Width Modulation Buffered) and OPWMT (Output Pulse Width Modulation Trigger) to generate waveforms.
PWM signal generated by EMIOS 0 CH 1 (OPWMCB mode), EMIOS 0 CH 2 (OPWMCB mode), EMIOS 0 CH 3 (OPWMB mode) and EMIOS 0 CH 4 (OPWMT mode).
Each waveform was manipulated to demonstrate a capability (dead time insertion and phase shift) of the configured mode.
The application also uses the eMios_Icu driver as ICU_MODE_SIGNAL_MEASUREMENT in SAIC (Single Action Input Capture) mode with interrupts and IPWM (Input Pulse Width Measurement) mode without interrupts to obtain the duty cycle of the captured signal.
PWM signal generated by EMIOS 2 CH 8 (OPWMB mode) measured by EMIOS 1 CH 5 (SAIC mode) AND CH 6 (IPWM mode).
* Test HW: S32K3X4EVB-T172
* MCU: S32K344
* Debugger: S32DS 3.5, OpenSDA
* Target: internal_FLASH
*******************************************************************************************************