Why STM32Cube_FW_H7_V1.2.0 ethernet sample code not run in nucleo-h743zi board
Hi all:
STM32Cube_FW_H7_V1.2.0 ethernet sample is using DHCP, I want use static IP address. So I change the DHCP definition to 0 in lwipopts.h.
&sharpdefine LWIP_DHCP 0
After comple the code and download to board, but I can not ping to board. What is wrong?
Thanks.
#stm32h7-ethernet #stm32h
