32F417: is there a very quick way to check if there is some ETH RX data available?
I am using a simple polled ETH RX process. The 10ms poll period limits data rate to 250kbytes/sec which is more than enough for the application, but it does introduce a latency of up to 10ms.Please don't tell me to use interrupt driven RX unless you ...