STM32F2x7_ETH_LwIP_V1.0.2_Xynergy
Hi
I downloaded STM32F2x7_ETH_LwIP_V1.0.2_Xynergy.zip
In this Readme_WEB-Server.txt says
The WEB-Server-Application is located under the following directory:
...\STM32F2x7_ETH_LwIP_V1.0.2_Silica\Project\Standalone\Project.uvproj
The other Applications in this ZIP should work, but are not tested.
However there is no Project.uvproj in the Standalone directory?
The other examples seem to be for the STM322xG-EVAL board.
When I build and run them the debugger seems to indicate code sitting at
while (ETH_GetSoftwareResetStatus() == SET);
Which looks like a misconfiguration of the MAC/DMA/PHY?
Any ideas?
Peter
Actually I'm guessing it's the PHY/PHY interface being misconfigured as DM00022972.pdf from ST.com the User Manual for STM3220G-EVAL evaluation board talks about a PHY DP83848CVV (U5) and the Xynergy Schematics 200110905.pdf seem to refer to IC401 ST802RT1AFR
Is there an ethernet example using the Xynergy PHY?
p
My fault
I've just discovered the
\STM32F2x7_ETH_LwIP_V1.0.2_Xynergy\STM32F2x7_ETH_LwIP_V1.0.2_Silica\Project\Standalone\httpserver\MDK-ARM\Project.uvproj works

