Skip to main content
osiauhwa
Associate
April 30, 2019
Question

LWIP on stm32 M0 using MX cube

  • April 30, 2019
  • 1 reply
  • 618 views

Hi,

Wondering if it is possible to set LWIP on any microcontroller whihc doesn;t have Ethernet ...

Thank you

This topic has been closed for replies.

1 reply

Piranha
Principal III
April 30, 2019

https://savannah.nongnu.org/projects/lwip/

This makes lwIP suitable for use in embedded systems with tens of kilobytes of free RAM and room for around 40 kilobytes of code ROM.

And I can confirm it being true in real life. Therefore it is possible in general, if You do real programming, but it's not possible to click-ify it with CubeMX. ST has (awfully flawed) lwIP implementations for a MCU series, which has Ethernet peripheral, but for a custom hardware You have to implement lwIP driver on Your own anyway!