Stm32F4 with ethernet phy
For my Joshua domotica bus i was looking for an new tcp/ip gateway and webserver to control everything from my smartphone.
The old gateway based on a Atmel mega32 was not powerfull enough to make nice looking webpages.
Searching the web i found a post from Jesper with a nice sample written with Coocox.
I was so disappointed about the performance , running on a 168mhz ARM the demo page loading took about 4 seconds including the images, my good old 8bit avr was even faster then that.
Also dynamic IP was not working, only dhcp, not that handy for my purpose.
To trying to get the problems solved i have updated most of the drivers in the project from version 1.0.0 to 1.1.0. After that everything was working fine.
The demo page loads now in a blink of an eye, even with IE and on an Ipad.
See for your self.
[wpdm_file id=3 ]
hello,
I am trying run this project but I am having problem.
My modyfications are only in “main.h”.
So, when I run this project and plug to my router I recived log in router :
“Send OFFER with ip 192.168.1.102”
“Recv DISCOVER from 34:33:6C:00:00:98”
So, router trying to give adress, but STM32 is silent. Do you help me ?
Hi, looks like you using DHCP
Did you Uncomment #define USE_DHCP
Please post wiring schematic.
Thank you.
Emil
Hi Emil,
You can find the schematic on Thomas Jesperen his page as mentioned it the post.