Hi everyone,I have an odd behaviour here. I got a STM32L496 with FreeRTOS on it. The CPU is very busy (15 task running, flash size is almost 1MB). I am using the latest STM32CubeIDE 1.14.1.Now I'd like to remove something from a std::vector, so I do ...