How to setup a STM32CubeIDE project, using X-Cube-Cellular v5.2.0, to build and including the LWIP middleware variant? (SOLVED)
I need to start from DISCOL496_RD_Sequans (or BG96) project and to wstich to LWIP stack's socket by including the LWIP middleware.
As setting IDE Preprocessor USE_SOCKETS_TYPE=USE_SOCKETS_LWIP is not sufficient to include LWIP, as Eclipse generated makefile do not build LWIP sources at all.
Which are the steps needed to include it?
There are no out-of-the box project for STM32CubeIDE to use LWIP in the X-CUBE-CELLULAR v.5.2.0. Any reasons?
TYIA