emac_dm9051: no mem for receive buffer
Posted: Tue Dec 05, 2023 9:30 am
while using ethernet in esp32 wrover I module
in between in the running network suddenly i get the below given error
emac_dm9051: no mem for receive buffer
what does that mean? how do i handle the scenario ?
have set the below macro range
ETH_MAX_PAYLOAD_LEN 1500
and the rx tx buffer sizes are as given below
CONFIG_ETH_DMA_RX_BUFFER_NUM=5
CONFIG_ETH_DMA_TX_BUFFER_NUM=5
kindly let me know the route cause that can generate the error
in between in the running network suddenly i get the below given error
emac_dm9051: no mem for receive buffer
what does that mean? how do i handle the scenario ?
have set the below macro range
ETH_MAX_PAYLOAD_LEN 1500
and the rx tx buffer sizes are as given below
CONFIG_ETH_DMA_RX_BUFFER_NUM=5
CONFIG_ETH_DMA_TX_BUFFER_NUM=5
kindly let me know the route cause that can generate the error