cancel
Showing results for 
Search instead for 
Did you mean: 

Need help to run Ethernet communication correctly with STM32H7 nucleo?

Bilge
Associate III

 Is there anybody who can ran ethernet communication correctly with stm32h7 nucleo?

43 REPLIES 43

Thanks

OK

Jack3
Senior II

Hi @Bilge​ ,

I think this is missing before the main loop:

 /* Http webserver Init */

 udp_echoserver_init();

Did you get it working?

Regards,

Jack.

CodesMagic
Associate II

Hi dear Imen,

I'm using STM32Cube_FW_H7_V1.4.0 and still I'm not able to ping my board.

I've disabled DHCP, and I'm not using RTOS.

Most of the settings were left at their defaults. However, to enable the webserver, the following

options were enabled: LWIP_HTTPD, LWIP_HTTPD_CGI and LWIP_HTTPD_SSI. Because the Nucleo

board has bucket loads of memory, the maximum tag length (LWIP_HTTPD_MAX_TAG_NAME_LEN)

was increased from 8 to 16 characters.

May I ask you to help me by providing step by step instruction?

Hi dear Imen,

I'm using STM32Cube_FW_H7_V1.4.0 and still I'm not able to ping my board.

I've disabled DHCP, and I'm not using RTOS.

Most of the settings were left at their defaults. However, to enable the webserver, the following

options were enabled: LWIP_HTTPD, LWIP_HTTPD_CGI and LWIP_HTTPD_SSI. Because the Nucleo

board has bucket loads of memory, the maximum tag length (LWIP_HTTPD_MAX_TAG_NAME_LEN)

was increased from 8 to 16 characters.

May I ask you to help me by providing step by step instruction?

CodesMagic
Associate II

I've attached my project.

Please let me know how can I solve my problem.

Thank you in advance.

:loudly_crying_face:

Hi dear KR

May I ask you to upload your file (without rtos) ?

I can't ping my board yet.

Thank you in advance.

Bilge
Associate III

Hi @Jack​  ,

I can ping to my board without packet losses. My current goal is to send and receive packets with udp protocol.

Regards,

Bilge.

Bilge
Associate III
  • Hi,@Imen DAHMEN​ 
  • I don't ask new question on the st community web page .I get an error message " You can't add new topics, so select existing topics for your post " .

Hi @Bilge​ ,

Community members are not able to create new topics ( topic = tag). Only ST employees and moderators can do that.

If you want to add/edit your Topic, you should use the existing one.

Best Regards,

Imen

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