READ_BIT(heth->Instance->DMABMR, ETH_DMABMR_SR) is not change
Hi i'm trying tcp server with stm32f427 which combined LAN8720A phy chipI got a problem with this codeHAL_StatusTypeDef HAL_ETH_Init(ETH_HandleTypeDef *heth) { uint32_t tickstart; if (heth == NULL) { return HAL_ERROR; } if (heth->gSta...