Where to find a simple HTTP server for the STM32F746 Discovery?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2016-11-22 1:08 PM
Posted on November 22, 2016 at 22:08
I could use a simple HTTP server project to modify. I found some interesting LwIP projects for 4x7, but I have 746. It has only one useless example.
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
‎2016-11-23 2:01 AM
Posted on November 23, 2016 at 11:01
Hi mich.lei,
You woul refer to LWIP example in the : as the '' LwIP_HTTP_Server_Netconn_RTOS'' ready to use with STM32F746G-Discovery at this path: STM32Cube_FW_F7_V1.5.1\Projects\STM32746G-Discovery\Applications\LwIPFurther you find many example ready-to-user with STM32756G_EVAL at this path: STM32Cube_FW_F7_V1.5.1\Projects\STM32756G_EVAL\Applications\LwIP-Hannibal-Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2016-11-23 6:39 AM
Posted on November 23, 2016 at 15:39
Thank you.
Looks like I can finally post a comment inspite of the Forum SW. I have found the LwIP_HTTP_Server_Netconn_RTOS example and looked at the files. The problem is that I don't know where to start. I cannot find a simple HTML-page to modify. Or any HTML. I also have looked at the projects you sent a link to. I my opinion there is very little for ethernet. Atleast I could not find anything. The