cancel
Showing results for 
Search instead for 
Did you mean: 

Connect 2 board to each other with Ethernet Protocol

hamrgh
Associate II
Posted on September 19, 2016 at 16:50

hi

I working with stmf429 board with cubemx and HAL driver and i must run ethernet protocol (with LWIP or without)

I want to connect 2 boards to each other 

(for example press key and led light up in other board)

 I do not know where to start 

Anyone who knows please help me .

thanks

#stm32f4 #cubemx #ethernet
2 REPLIES 2
slimen
Senior
Posted on September 19, 2016 at 17:32

Hi,

You'll probably want to review Ethernet examples as you can find available in the

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

package:

STM32Cube_FW_F4_V1.13.0\Projects\STM324x9I_EVAL\Applications\LwIP

You can refer to this

http://www.st.com/content/ccc/resource/technical/document/reference_manual/3d/6d/5a/66/b4/99/40/d4/DM00031020.pdf/files/DM00031020.pdf/jcr:content/translations/en.DM00031020.pdf

it provides complete information on how to use the STM32F4xx microcontroller memory and peripherals.

Have a look to these documents:

-

http://www.st.com/content/ccc/resource/technical/document/user_manual/79/6e/5f/d4/5c/25/43/96/DM00103145.pdf/files/DM00103145.pdf/jcr:content/translations/en.DM00103145.pdf

, it maybe helpful as it provides a full description of how to implement In-Application Programming (IAP) using Ethernet communication.

-

http://www.st.com/content/ccc/resource/technical/document/application_note/fd/5d/64/cf/7c/38/4c/30/DM00036052.pdf/files/DM00036052.pdf/jcr:content/translations/en.DM00036052.pdf

''LwIP TCP/IP stack demonstration for STM32F4x7 microcontrollersâ€�  .

-

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

is a user manual about “Developing applications on STM32Cube with LwIP TCP/IP stack� which can help you a lot to go further in your application.

Regards

hamrgh
Associate II
Posted on September 20, 2016 at 10:51

thank you for your answer!

Things that you mentioned include too much subjects for me 

I do not have much time for drive ETH 

I just want to connect 2 board for run led & key connection.

If you know which of the available program can do it directly ، Notify me

thanks again