STM32H7 Ethernet intended use of second RX Buffer
What is the idea behind the possibility of having two RX Buffers on the same RX Descriptor?In the Cube HAL Driver only one buffer is used. What would be the advantage of having two buffers on one descriptor instead of just using two descriptors for t...