Part Number: TMS320F28232
Other Parts Discussed in Thread: C2000WARE
Tool/software: Code Composer Studio
I am working in TMS320F28232 for Three Phase AC to DC PWM rectifier.
I have configured the PLL to operate in 150MHz. I have checked 37.5MHz frequency am getting in XCLKOUT pin.
It was configured as SYSCLKOUT / 4. so the operating frequency is 150MHz. Am i right??
My doubt is what is the cycle time??
i am doing toggle a IO pin like below.
GpioDataRegs.GPCDAT.bit.GPIO79 = 1;
VD = 3720;
GpioDataRegs.GPCDAT.bit.GPIO79 = 0;
I am getting 840ns between ON and OFF in the IO pin. Is that right???
Should cycle time be 6.67ns for 150MHz operating frequency???
In project properties -> optimization tab -> optimization level was set at 2 and speed was set at 5.
Please clarify my doubt and give some suggestion about this...
Thanks and Regards
Vasu