2025-08-08 2:57 AM
Hello,
I am using an STM32F777 with FreeRTOS and LwIP. A web server is running in a task, which has been working so far.
Now I have updated to the CubeF7 firmware package 1.17.3 and migrated the firmware. Now there are build errors. In STM32CubeMX, the LWIP_SOCKET entry is disabled. It can no longer be activated because, as I have discovered, the entry NO_SYS=OS Not Used is set, even though I am using FreeRTOS. This was activated previously with CubeF7 firmware 1.17.2. However, I can no longer activate it.
How can I switch LwIP to OS and activate sockets?
I would appreciate some help.