Silica

STM32F2x7_ETH_LwIP_V1.0.2_Xynergy

# 0
Posted on: 2011 2011-11-23 23 13:46

registered since: 23.11.2011
Posts: 3

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

 

# 1
Posted on: 2011 2011-11-23 23 14:04

registered since: 23.11.2011
Posts: 3

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

# 2
Posted on: 2011 2011-11-23 23 15:56

registered since: 23.11.2011
Posts: 3

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