Infinite loop when a first FreeRTOS thread generated from STM32CubeIDE is removed manually
Hi Community,
I encountered an interesting issue: I first generated multiple FreeRTOS threads (in which the first thread is the dummy thread) using STM32CubeIDE (CMSIS V1) and then copied them to a CMake project. It worked well I have added a few implementations and all were good until the time came to remove the dummy thread. When it is being removed, it goes to execute the first thread but then moves into an infinite loop (this is verified by debugging and single stepping), and because of the watchdog configured for 5 seconds, it resets. And it repeats.
Has anyone encountered this issue?
