Can you explain the F280x PWM module? It's somewhat overwhelming when you first look at it.
Submitted by Joe on Fri, 10/23/2009 - 21:05
There are 2 inputs to the VisSim ePWM block and when you right click there are many many options. Are there any other blocks or items that go with or belong with the epwm module or is everything self contained. I'm trying to sync a few modules and play with timing.
I downloaded the 100+ pages of TI epwm reference (SPRU791F) so this will keep me busy. Any recommendations or tips regarding this module? Thanks
Find more posts tagged with
Submitted by Anders89 on Sat, 09/01/2012 - 20:14.
You need to configure ePWM1 to send a sync pulse out and ePWM 2 to reset it's TBCTR counter reg on sync pulse input. The TI ePWM hardware allows you to perform a sync on each PWM count sequence. In addition it allows you to update a phase register (TBPHS) that can be added to the TBCNT counter on the sync pulse to modulate the phase of ePWM2 with respect to ePWM1. Just set it to zero if you don't want any phase difference. In the VisSim ePWM 1 Configuration screen, select the SYNCO (sync out) sync event: 'TBCTR = zero' is typical. Then in ePWM 2 select 'TBCTR = TBPHS on SYNCI pulse'. You can dynamically vary the phase between ePWM's if you want. Just select 'Change Phase Dynamically'. After you install ECD, there is a good example showing this in the ECD download. Look for menu itemEmbedded > Examples > Delfino > ePWM2833x
Submitted by LAVA on Thu, 07/30/2015 - 20:21.
Hi, I have a two sinusoids each out of phase with each other with 90 degrees,this is now given to an inverse clarke transform and then to SVM the output is a 3-phase voltage. Using this I want to generate a SINE MODULATED PWM ... Please help.... thanks in advance...
IN SHORT I HAVE A SINUSOIDAL VOLTAGE HOW CAN I CONVERT TO SIN MODULATED PWM
Hi...i am a new user here. I want to know Is there any difference between the Delfino and F2808 microcontroller as far as HRPWM module is concerned? Once I used normal PWM of F2808 for motor control. Can I also generate interrupts in each PWM cycle to update the duty cycle with PID regulator with HRPWM after 142nsecs? Can any of the ARM core microcontroller also do this job?
Submitted by Anders89 on Fri, 10/23/2009 - 21:12.
Yes, the PWM module on the F28x series is a bit daunting. TI's goal is to support every kind of inverter topology possible.
Tell us what you want to do, and we can recommend ePWM settings. Regards, Pete