ETH_UpdateDescriptor() uses ETH_RX_BUF_SIZE define instead of user supplied value
Maashau opened this issue · 2 comments
Maashau commented
ETH_InitTypeDef has user supplied member RxBuffLen. In ETH_UpdateDescriptor() ETH_RX_BUF_SIZE is used instead:
Also in ETH_DMARxDescListInit():
This makes RxBuffLen cause confusion and makes it pretty useless as it has to be the same value as the define.
ASELSTM commented
ST Internal Reference: 157139