cancel
Showing results for 
Search instead for 
Did you mean: 

How to use LwIP on STM32N6570-DK board

athern27
Associate III

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!

3 REPLIES 3
athern27
Associate III

Will there be any updates for this??

ASEHST
ST Employee

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,

If your question is answered, please close this topic by clicking "Accept as Solution".

@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/