2025-02-28 9:50 PM
Hi everyone,
How can I use the LwIP stack to enable Ethernet on the STM32N6 board? I found a tutorial, but it was for the H5 series. Additionally, I couldn't find the LwIP middleware component in the STM32CubeN6 folder.
Thanks in advance!
2025-03-10 3:00 AM
Will there be any updates for this??
2025-03-10 6:32 AM
Hello @athern27,
The LWIP is not included in the STM32CubeN6 firmware. However, the AZURE NetXDuo networking stack is supported for the N6 series.
You can find examples of its implementation in our Cube firmware here: STM32CubeN6/Projects/NUCLEO-N657X0-Q/Applications/NetXDuo at main · STMicroelectronics/STM32CubeN6
With Regards,
2025-03-10 6:38 AM
@ASEHST wrote:The LWIP is not included in the STM32CubeN6 firmware
@athern27 but LwIP is an independent 3rd-party open-source project - so there's nothing to stop you doing your own port, if you specifically want LwIP:
https://savannah.nongnu.org/projects/lwip/