Ethernet with Azure RTOS on STM32H743ZI2
Hi there,
i recently started a new project with a Nucelo-H743ZI2 development board.
Previously i have worked with FreeRTOS, but i now i want to migrate to Azure RTOS.
My problem:
I can not get the ethernet interface to work.
It seems like there is no software error. The UDP package is built by the DHCP Client and calls
HAL_ETH_Transmit_IT(ð_handle, &TxPacketCfg)without error.
But i cannot see the package in wireshark.
If i try LwIP_HTTP_Server_Netconn_RTOS example, everything is working finde. I see the DHCP messages and the http server is reachable.
Btw: I started with the TCP Echo Client for Nucleo-H723ZG from https://github.com/STMicroelectronics/x-cube-azrtos-h7
I have attached my IOC file.
