cancel
Showing results for 
Search instead for 
Did you mean: 

Ethernet interface with STM32F429zi Nucleo

Nada Ali
Associate II
Posted on May 08, 2018 at 16:33

Hi

Does Any one use the Ethernet interface on the STM32F429ZI nucleo board? Any example?

I want to use mbed online compiler.

Thank you

Nada

1 ACCEPTED SOLUTION

Accepted Solutions
Imen.D
ST Employee
Posted on May 08, 2018 at 17:22

Hello

nada.ali.1685

,

You may find theprovided Ethernet examples by mbedrelated to your board on this page

https://os.mbed.com/platforms/ST-Nucleo-F429ZI/

(

https://os.mbed.com/teams/ST/code/mbed-os-tcp-server-example/?platform=ST-Nucleo-F429ZI

)

In fact, you have many choices to develop on STM32 depends on your needs and what should use :

As example, you can refer to the LwIP example with

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

fimware package that you can download from ST website: STM32Cube_FW_F4_V1.0\Projects\STM32F429ZI-Nucleo\Applications\LwIP

This ready-to-use applciation can help you as an implementation example and get inspiration to achieve you goal.

You can also use STM32CubeMxtool to initialize peripherals, build and generate your starting Ethernet project with initialization C code.

I suggest that you take a look to the following ressources:

-

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

Application note“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/DM001036pdf/files/DM001036pdf/jcr:content/translations/en.DM001036pdf

: “Developing applications on STM32Cube with LwIP TCP/IP stack�?

Hope this helps you.

Best Regards,

Imen

When your question is answered, please close this topic by clicking "Accept as Solution".
Thanks
Imen

View solution in original post

6 REPLIES 6
Imen.D
ST Employee
Posted on May 08, 2018 at 17:22

Hello

nada.ali.1685

,

You may find theprovided Ethernet examples by mbedrelated to your board on this page

https://os.mbed.com/platforms/ST-Nucleo-F429ZI/

(

https://os.mbed.com/teams/ST/code/mbed-os-tcp-server-example/?platform=ST-Nucleo-F429ZI

)

In fact, you have many choices to develop on STM32 depends on your needs and what should use :

As example, you can refer to the LwIP example with

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

fimware package that you can download from ST website: STM32Cube_FW_F4_V1.0\Projects\STM32F429ZI-Nucleo\Applications\LwIP

This ready-to-use applciation can help you as an implementation example and get inspiration to achieve you goal.

You can also use STM32CubeMxtool to initialize peripherals, build and generate your starting Ethernet project with initialization C code.

I suggest that you take a look to the following ressources:

-

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

Application note“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/DM001036pdf/files/DM001036pdf/jcr:content/translations/en.DM001036pdf

: “Developing applications on STM32Cube with LwIP TCP/IP stack�?

Hope this helps you.

Best Regards,

Imen

When your question is answered, please close this topic by clicking "Accept as Solution".
Thanks
Imen
Nada Ali
Associate II
Posted on May 08, 2018 at 19:36

Hello Imen

Thank you so much for your quick reply and support. 

Nada

Nada Ali
Associate II
Posted on May 08, 2018 at 19:40

Hello Imen again

Sorry for bothering you. I want to ask if I have to do something with my network setting on my laptop or should I change any jumper on the board?

Best regard

Nada

Posted on May 10, 2018 at 10:29

Hi

nada.ali.1685

,

You shouldfollow the instructions on the readme files.

For the Cube example, you find a readme file providing more details on how to use it.

STM32Cube_FW_F4_V1.0\Projects\STM32F429ZI-Nucleo\Applications\LwIP\LwIP_HTTP_Server_Netconn_RTOS\readme.txt

For mbed use,you should

follow

the instruction on how to use the example.

Best Regards,

Imen

When your question is answered, please close this topic by clicking "Accept as Solution".
Thanks
Imen
ECrom.1
Associate III

hi Imen,

The readme.txt file does not detail how to connect and use

What IP does the STM get ?

How do I connect to it - does it need to be a stand alone system or connected to the internet

Eli

Piranha
Chief II

Ho about looking at the code? When using DHCP, look for the assigned IP address in DHCP server's (typically at router in a SOHO environment) configuration or alternatively do an IP scan.