2017-12-11 05:04 AM
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 '
'. I make same things but I havent succeeded. I was also careful about ETH pins. What can be the problem?2017-12-11 07:21 AM
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
2019-01-03 01:08 AM
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.