Other Parts Discussed in Thread: C2000WARE
Hi,
I would like to check the SYSCLKOUT that is being used. Is there a register or any other component where the value can be seen.
I am trying to keep it to 200 MHz.
Could you help me with the lines in InitSysCtrl(); functions of C2000Ware that might be modifying my clock.
As per my understanding below line sets it to 200MHz,
InitSysPll(XTAL_OSC,IMULT_40,FMULT_0,PLLCLK_BY_2);
I have also written SysCtl_setEPWMClockDivider(SYSCTL_EPWMCLK_DIV_1); in my EPWM initialization.
However, my EPWM output is not as expected.
Is there any other code as part of system initialization that might be altering EPWM clock? I have set the clock.lo to 200MHz in app.cfg too as I am using SYS/BIOS
Regards,
Rashmitha