Question
ethernet dma rx descriptor not changes
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
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
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.