Hello,
I'm new in DSP. In this project for me is 3 Phase Full Wave SCR Rectifer.
DSP Board has already made. Configuration is shown below.
R ---> ECap1 for Zero crossing detection
S ---> ECap2 for Zero crossing detection
T ---> ECap3 for Zero crossing detection
3 ECaps capture R, S, T phase AC.
PWM1A ----> SCR Gating Pulse Transformer.
PWM2A ----> SCR Gating Pulse Transformer.
PWM3A ----> SCR Gating Pulse Transformer.
PWM4A ----> SCR Gating Pulse Transformer.
PWM5A ----> SCR Gating Pulse Transformer.
PWM6A ----> SCR Gating Pulse Transformer.
6 PWMs control 6 SCRs using pulse train.
Pulse frequency is set to 20 KHz (not changable, already fixed).
ECap can find period, half period, and frequency very well from Zero crossing circuit
Now what's the next step for me?
PWM is really useful in my case? I'm planning to use just cpu timer.
But, it's seems not so easy because DSP peripheral is not familiar with me...
Is there any example code or links for my case??
Thanks