User Activity

Customized hardware with STM32H723 + LAN8740A for MII mode.LWIP Settings:#define NO_SYS 1#define LWIP_DHCP 1 #define LWIP_NETIF_HOSTNAME 1The DHCP client, UDP and TCP server and ICMP(Ping) are all working fine.But host name didn't show up on DHCP ser...
Using NUCLEO-H723ZG without freeROTS for Ethernet. The link looks working since plugging and unplugging cable indicating "Link Up" and "Link Down". However, the Ping is not working. Not sure any functions need to be called after MX_LWIP_Init()? JYI
FDCAN1 Settings:FDCAN_FRAME_CLASSIC;FDCAN_MODE_NORMAL;FDCAN_EXTENDED_ID;FDCAN_FILTER_MASK;TX/RX FIFO Enabled.Call Functions In sequency:MX_FDCAN1_Init(); hfdcan1.Init.NominalPrescaler = 5; hfdcan1.Init.NominalSyncJumpWidth = 3; hfdcan1.Init.NominalTi...
using STM32CubeIDE, the ETH and LWIP are enabled, but no init file eth.c generated.The main.c includes MX_LWIP_Init(), but not MX_ETH_Init().Is it right?Thanks.JYI
Installation the last version on Windows 11 successfully, but starting programmer get error "Missing .. dependency, check Javal ...". Trying installation twice, got the same error info.