Skip to main content
Duygu A
Visitor II
December 11, 2017
Question

NUCLEO H743ZI ETHERNET COMMUNICATION PROBLEM

  • December 11, 2017
  • 2 replies
  • 642 views
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?
    This topic has been closed for replies.

    2 replies

    ST Technical Moderator
    December 11, 2017
    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

    In order to give better visibility on the answered topics, please click on 'Best answer' on the reply which solved your issue or answered your question. Thanks
    MX_Master
    Associate
    January 3, 2019

    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.