cancel
Showing results for 
Search instead for 
Did you mean: 

NUCLEO H743ZI ETHERNET COMMUNICATION PROBLEM

Duygu A
Associate
Posted on December 11, 2017 at 14:04

I have a NUCLEO H743ZI board and I want to communicate pc and nucleo-board by using LAN8742 on NUCLEO-H743ZI. I tried many of times but I havent succeeded this. I made communication between pc and STM746VGT6 microcontroller by reference '

https://www.youtube.com/watch?v=gjyDW2a_uuU

'. I make same things but I havent succeeded. I was also careful about ETH pins. What can be the problem?
2 REPLIES 2
Imen.D
ST Employee
Posted on December 11, 2017 at 16:21

Hello,

I recommend that you take a look to the LwIP example in STM32CubeH7 which can help you as an implementation example to develop your own application :

STM32Cube_FW_H7_V1.1.0\Projects\STM32H743ZI-Nucleo\Applications\LwIP

Best Regards

Imen

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

Hi, I made a new example project using STM32Cube_FW_H7_V1.3.0. You can find it here

https://github.com/MX-Master/STM32H7_Nucleo-H743ZI_Ethernet_LwIP

This project uses LwIP stack without RTOS. There is a HTTPD (web server) example too.

Configuration info can be found in the README.