Part Number: TMS320F28379D
Other Parts Discussed in Thread: C2000WARE
Hi,
I am practicing to generate a PWM signal in TMS320F28379D Launchpad Development Kit.
I want to know the default PLLsystemClk to the PWM module and the Default TBCLK I will be getting from PWM pins.
I have configured the board to operated in 200MHz using PLL with 20Mhz External Oscillator.
I have the default values:
ClkCfgRegs.PERCLKDIVSEL[EPWMCLKDIV] = 2;
TBCTL[HSPCLKDIV] = 1;
TBCTL[CLKDIV] = 2;
If my system clock is 200Mhz, I will be getting 50Mhz as TBCLK after the Prescale divisors.
But my PWM frequency is only 25Mhz. Why?
Questions:
I want to know whether I am missing anything to configure more? why I am getting 25Mhz instead of 50Mhz?