Hi, it seems the reference project(Emios_Ocu) provided in S32 Design Studio only includes an example for emios single action output compare.
Is there a demo for S32K344 emios double action output compare(DAOC)? Thank you in advance.
Solved! Go to Solution.
yes, you can refer to the picture i provided and it's all up to you.
DAOC is just a one-pulse PWM and update A/B registers every period for continuous pulses.
Because DAOC can only generate a single pulse,so if you want to use DACO to generate a continuous PWM waveform, you need to call callback function periodically, so the DAOC interrupt must be turned on.
Hi @Senlent ,
Thanks a lot for the reply.