Resolved! STM32H723 HAL example raises HAL_ETH_ErrorCallback on every packet, but still works!
Hi!when I run the HAL example code LwIP_HTTP_Server_Netconn_RTOS I get HAL_ETH_ErrorCallback() called on every packet, but the program seems to work fine.its this bit that gets called (so something hapenning with DMA)if((HAL_ETH_GetDMAError(heth) & E...