2014-11-20 11:35 AM
Hello friends.
Is there some example or resource of ethernet application for stm32f429-discovery? Where should I start to dig? Thanks.2014-11-20 12:43 PM
Ethernet is broken out-of-the-box with the STM32F429I-DISCO, so don't expect to see a whole lot of examples.
STM32F4x7_ETH_LwIP_V1.1.0\Project\Standalone\httpserver Or go look at the resources for the STM32F4x9I-EVAL? For the STM32F4-DISCO, try the STM32F4-DIS-BB examples.2014-11-23 11:42 AM
In this example STM32F4x7_ETH_LwIP_V1.1.0\Project\Standalone\httpserver
I can choose RMII or MII connection. I have ENC28j60 module (SPI ethernet module). How should I connect this module to the board to use with example project?