Skip to main content
baev_al
Associate III
November 20, 2014
Question

STM32F4-discovery httpsever

  • November 20, 2014
  • 2 replies
  • 558 views
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.
    This topic has been closed for replies.

    2 replies

    Tesla DeLorean
    Guru
    November 20, 2014
    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 (See Profile) Up vote any posts that you find helpful, it shows what's working..
    baev_al
    baev_alAuthor
    Associate III
    November 23, 2014
    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?