Hi TI,
I am using LAUNCHXL2-570LC43 with lwIP demo. I have downloaded this demo project from the following link.
After I open the Project in CCS and Halcogen and do some modifications as per the descriptions from the page above. And everything is fine.
And my LDK is working as lwIP webServer perfectly.
But I want to change the Peripheral Clock frequency to 100MHz instead of 75MHz. So after making HCLK_Diver as 2 and VCLK1,VCLK2,VCLK3 Diver as 0, I can get All my HCLK, VCLK1, VCLK2, VCLK3 as 100MHz. And then I press F5 so that HalCoGen generates the code.
But In my CCS window, MDIO_FREQ_INPUT macro is still 32000000U. Why it is still remains in this value?
As per trm, VCLK3 should be divided down to get MDIO Clk as 1MHz or 2.5MHz. If so It should get changed to 100000000U automatically, right?
Why it is not happening?
Or else what is this MDIO_FREQ_INPUT clock among all the available clocks in TMS570LC4357?
Please anybody clarify me. I am in confusion.
Thanks in advance.
Regards,
Karthikeyan.K