cancel
Showing results for 
Search instead for 
Did you mean: 

LWIP

Rohit.1
Associate II

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.

7 REPLIES 7
Ozone
Lead

FTP ?

Home-grown protocol ?

Hello Ozone,

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

Ons KOOLI
Senior III

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.

Hello Ons KOOLI,

This location contains LwIP_HTTP_Server_Netconn_RTOS application.

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.

Thank You Ons.

Today, I will check it.

Hi Rohit.1,

You are welcome and do not hesitate to ask any question, we are here to help you.

Please do not forget to mark this question as solved by selecting the best answer if you've got a response to your issue. This way, you will help other customers who have the same issue as yours.

Best Regards,

Ons.