Other Parts Discussed in Thread: TMS320F28027
Hi everyone, i'm a beginer, i have decided to ask in my own post about this topic.
In order to undertake my exersise, the following changes on register are made:
EPwm1Regs.TBTCR=0x0000; // Clear timer counter
and this is the cuestion:
EPwm1Regs.TBPRD=6000;// <== to set the timer period at T=1/10KHz
6000? is a correct value to configure 10 KHz PWM1???
There is an example in page (101/141) of spruge9e.pdf
Am I right?
if i supose the base Clock period of my microcontroller is (1/60MHz)
the calculatios is just (60MHz divided by 6000=10KHz)???, Am I right?
and is just to put EPwm1Regs.TBPRD=6000;// <== to set the timer period at T=1/10KHz ¿?¿?
help me please, i have to finish my exercises in septembre 2nd, i hope so..
I have also taken into account the following table:

