STM32F7: new (2022-07) ethernet HAL - anybody tested it?
Heyho,
has someone already tested the new HAL ethernet driver for F7 ?
I have my F767 prototype up and running, raw lwIP with http server and PTP are working flawlessly.
After having done lots of other driver and user interface via http / REST stuff, I finally have to get data streaming via ethernet (TX) running.
The "old" HAL driver gave me a shock yesterday when I looked at it again after a few month:
- buffers are copied
- polling (really bad with TTSS on the TX side (getting PTP timestamp from hardware back into pbuf for PTP calculations) - which is mostly my fault because I added that)
So I hope that the new ethernet driver is taking better care of these problems, or at least gives me a better source to copy/edit from.
I really need the transmit rate close to 100M (I know that's not possible, but let the hardware get at least close to it, so that later on 50M will be no problem).
... and off to check the new files...
