Skip to main content
Visitor II
August 21, 2020
Question

ethernet dma rx descriptor not changes

  • August 21, 2020
  • 0 replies
  • 769 views

my program is stuck below this point

so never received ethernet frame

 if(((heth->RxDesc->Status & ETH_DMARXDESC_OWN) == (uint32_t)RESET))

in HAL_ETH_GetReceivedFrame function

    This topic has been closed for replies.