[lwip-users] LWIP and STM32H7 driver

2022-03-29 Thread Dave Nadler
Hi all - Hoping someone can give me some current info. 2-3 years ago I did a small project using STM32 and the STM-provided drivers were very, very, very, really, really bad. Lots of bugs. I've seen more than a few queries like "Why doesn't LWIP work on STM32H7" and I'm wondering: Has anyone had

Re: [lwip-users] LWIP and STM32H7 driver

2022-03-30 Thread Jarno Malmari
On Wed, 30 Mar 2022 at 00:45, Dave Nadler wrote: > Has anyone had recent experience with LWIP on STM32H7? > > Success or still lots of trouble? > Can be done but there are bugs and quirks: - ST HAL only allows handling of rx descriptors of a single packet at a time. Most likely the packet must be

Re: [lwip-users] LWIP and STM32H7 driver

2022-03-30 Thread Jan Waclawek
Some food for more thoughts: https://community.st.com/s/question/0D50XBOtfhnSQB/how-to-make-ethernet-and-lwip-working-on-stm32 https://community.st.com/s/question/0D50XC6eNNSSQ2/bug-fixes-stm32h7-ethernet https://community.st.com/s/question/0D53W1Gi9BoSAJ/ethernet-hal-driver-reworked-b

Re: [lwip-users] LWIP and STM32H7 driver

2022-03-30 Thread Matt Walker
I definitely wouldn't call it plug'n'play yet. Alister's patches to the ST Ethernet HAL makes the integration easier, and they had a great integration document somewhere in the ST forums detailing what changes might be considered when integrating his patches. ST has also recently updated the HAL to