Hello TI community,
I am currently trying to modulate my pwm using CPU Timer interrupts. I am producing my modulated pwm frequency, however, my current issue is that there is about 20 seconds of delay before the modulation takes place. I initialized my pwm with it's counter frozen. I have also initialized my cpu timer with the counter also stopped. I have my cpu timer interrupting at the speed of the number of samples I want to modulate times the frequency of the sine wave I want to create. I think this is some sort of sync issue. It there a way to sync the epwm and cpu timer counters together?