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:
![]()
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).




