LwIP up-to-date examples
The examples and documentation provided with STM32CubeIDE are dated year 2015. Is there any repository with current versions examples? Could ST provide within STM32CubeIDE up-to-date examples?
I searched dozens of links into this forum and I am not able neither to find a decent LwIP RAW (NOSYS) example to be based on.
The most similar example is LwIP_TCP_Echo_Server, which is a bad example. In no way the application is manipulating the received data and showing how to send back a reply properly. At the very moment the data is received, the same pbuf is sent. This is by no way an approach to a decent application in which to be based to develop anything. The example is useless and obsolete to be used in any current STM32CubeIDE.
LwIP configuration has lots of parametres with very short description of them (indeed, it's the same created doxygen inline documentation). Can ST provide an updated AN on how to use LwIP (RAW and RTOS) with STM32? The UM1713 is out of date and confusing to develop using current STM32CubeIDE versions.
