Skip to main content
LMI2
Senior III
November 22, 2016
Question

Where to find a simple HTTP server for the STM32F746 Discovery?

  • November 22, 2016
  • 2 replies
  • 743 views
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 topic has been closed for replies.

    2 replies

    Walid FTITI_O
    Visitor II
    November 23, 2016
    Posted on November 23, 2016 at 11:01

    Hi mich.lei, 

    You woul refer to LWIP example in the

    http://www.st.com/content/st_com/en/products/embedded-software/mcus-embedded-software/stm32-embedded-software/stm32cube-embedded-software/stm32cubef7.html

    : 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\LwIP

    Further 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-

    LMI2
    LMI2Author
    Senior III
    November 23, 2016
    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