cancel
Showing results for 
Search instead for 
Did you mean: 

STM32F4-discovery httpsever

baev_al
Associate II
Posted on November 20, 2014 at 20:35

Hello friends.

Is there some example or resource of ethernet application for stm32f429-discovery? Where should I start to dig?

Thanks.
2 REPLIES 2
Posted on November 20, 2014 at 21:43

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.

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
baev_al
Associate II
Posted on November 23, 2014 at 20:42

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?