2018-05-08 07:33 AM
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
Solved! Go to Solution.
2018-05-08 08:22 AM
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
fimware package that you can download from ST website: STM32Cube_FW_F4_V1.0\Projects\STM32F429ZI-Nucleo\Applications\LwIPThis 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:
-
Application note“LwIP TCP/IP stack demonstration for STM32F4x7 microcontrollers�?-
: “Developing applications on STM32Cube with LwIP TCP/IP stack�?Hope this helps you.
Best Regards,
Imen
2018-05-08 08:22 AM
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
fimware package that you can download from ST website: STM32Cube_FW_F4_V1.0\Projects\STM32F429ZI-Nucleo\Applications\LwIPThis 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:
-
Application note“LwIP TCP/IP stack demonstration for STM32F4x7 microcontrollers�?-
: “Developing applications on STM32Cube with LwIP TCP/IP stack�?Hope this helps you.
Best Regards,
Imen
2018-05-08 10:36 AM
Hello Imen
Thank you so much for your quick reply and support.
Nada
2018-05-08 10:40 AM
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
2018-05-10 03:29 AM
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
2020-02-02 12:40 AM
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
2020-02-02 04:10 AM
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.