Skip to main content
Visitor II
March 4, 2021
Question

LWIP

  • March 4, 2021
  • 2 replies
  • 1861 views

I am having working tcp/ip project using lwip on STM32F7 using which I can send RAW data.

Now I want to send text file from SD card to local server.

How can I implement this.

    This topic has been closed for replies.

    2 replies

    Explorer
    March 4, 2021

    FTP ?

    Home-grown protocol ?

    Rohit.1Author
    Visitor II
    March 4, 2021

    Hello Ozone,

    Can you please give me some example code or documents to implement this?

    Visitor II
    March 4, 2021

    Hi Rohit.1,

    I can propose for you to take a look at the STM32CubeF7 Firmware Package under Projects\$Board_Name$\Applications\LwIP

    I hope this is helpful.

    Best Regards,

    Ons.

    Rohit.1Author
    Visitor II
    March 4, 2021

    Hello Ons KOOLI,

    This location contains LwIP_HTTP_Server_Netconn_RTOS application.

    Visitor II
    March 4, 2021

    Hi Rohit.1,

    Eval boards contain generally more examples and applications than other boards. So you can look in this directory: \Projects\STM32756G_EVAL\Applications\LwIP for example

    And then do a porting to the project you choose to your specific board.

    Best Regards,

    Ons.