2019-08-01 02:53 AM
Hello,
So I've been trying to send a raw ethernet frame using only stm32f7 hal ethernet driver without LWIP. The frame is sent, however it is always sent with a duplicate. I need to send only one frame.
Is there a solution for this ?
Thanks.
2019-08-01 03:09 AM
Nevermind, the problem was in ETH_TXBUFNB it was set to one instead of four.
2019-08-03 04:56 AM
This means that the code is failing when all descriptors are used. It will happen with any number of descriptors when software is sending faster than hardware.