STM32F4-discovery httpsever
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2014-11-20 11:35 AM
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 discussion is locked. Please start a new topic to ask your question.
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2014-11-20 12:43 PM
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..
Up vote any posts that you find helpful, it shows what's working..
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2014-11-23 11:42 AM
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?