Main Config: ... have some not configured or wrong parameter values[FREERTOS]

I was running a project in STM32CubeIDE with 4 Tasks and it ran fine. Now I wanted to add a fifth task and after adding it and the oly thing I had changed was the Name (Task05 instead of myTask05) I got an alert box when saving the .ioc file:

grafik

I did not let generate code, instead went here to ask what to do. Where can I lookup, what’s run wrong? Here is some more information on version etc. :

I must say that the cause doesn’t seem to be the newly added Task, since, when I revert to the already working 4 tasks, I’m getting the same error/warning. So it must be something that had been introduced during the past 2 years when I didn’t touch the project but may have updated the STM32CubeIDE environment (1.19.0, that’s not the latest but I’m intentionally not with the latest because they dropped the CubeMX-Editor integration).

That sounds like a question for STMicro, and isn’t related to FreeRTOS.

Looking at the image you shared, it seems like an issue with the heap options:

Check those and see if you can find what is wrong there.

Thanks. Following your hint, I can reveal this:

Am I doing something mean? :slight_smile: Too little heap space?

Here another piece of information, FWIW: