FreeRTOS + TCP and STM32CUBE

Is there a way to configure FreeRTOS + TCP in STM32CubeMX environment?

Don’t think so. Maybe a feature request to ST😉

I also don’t think that FreeRTOS+TCP is already included in the CUBE libraries.
But you can always add the library to your CUBE project.

You can also have a look here, where you find two STM32Fx demos. I run them using ST System Workbench. Each of the projects has a Makefile and a config.mk.

Thanks a lot. Will try.