I'm currently working with a Piccolo ControlSTICK to get a sin-waveform out of the ePWM module using IQmath, but it`s my first microcontroller.
Anyone kwons how to configure a ePWM module and the interruptions?
Follow my code below:
#include "DSP2802x_Device.h" // DSP2802x Headerfile update =1; //==================================================================== for(i=0; i < 512; i++)
interrupt void cpu_timer0_isr(void) |
Best Regards
Gustavo Rodrigues