cancel
Showing results for 
Search instead for 
Did you mean: 

STM32F746 Discovery transfer data via Ethernet

spatpatia
Associate
Posted on November 10, 2016 at 19:39

Greetings!

We are having a project in our class where we are using a  STM32F746 touch system. We have programmed a code where we store some data on a file. I am wondering if anyone could guide me to how to transfer the data or the file over the ethernet.

Maybe we need to make a code for that? We are maybe thinking using one STM32F746 as a server and other as a client?. Anyways we need some help to get started on how to communicate and send data.

1 REPLY 1
Walid FTITI_O
Senior II
Posted on November 11, 2016 at 10:37

Hi patpatia.sundeep, 

Welcome to our Cummunity.

To develop applications on with LwIP TCP/IP stack you should refer to the user manual

http://www.st.com/content/ccc/resource/technical/document/user_manual/65/e8/20/db/16/36/45/f7/DM00103685.pdf/files/DM00103685.pdf/jcr:content/translations/en.DM00103685.pdf

(  part 6.  Using LWIP applications).

You refer also to LWIP examples in

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

at this path STM32Cube_FW_F7_V1.5.1\Projects\STM32756G_EVAL\Applications\LwIP

-Hannibal-