Other Parts Discussed in Thread: TMS320F2812
Hi I'm Aaron,
I'm working with eZdsp TMS320F2812 in control motrol, and my software generates an interrupt according to the Event Manager module, I mean:
PieVectTable.T1UFINT = &MainISR;
I use the underflow of timer1 to generate the interrupt each 2KHz, and I generate a pwm pulse of 1KHz period with timer3. The period is easily configurable with the instruction "pwm1.PeriodMax". The problem I found is the interrupt is not syncronized with the generation of pwm.
For this reason, I would like to generate an interrupt that could be in syncronization with the generation of pwm pulses and I don't find the way to do it. I don't know which is the way to generate interrupts by myself.
Someone could help me?