Hello,
I don’t know if there is the good section for this question, but I try…
So, I have a VisualGDB project with an STM32F745 using FreeRTOS 10.2.1 and the Gnu ToolChain ARM with GCC 10.3.1.
All is working, I can debug, run my application, and do what I whant.
I have upgrade the Gnu ToolChain ARM with the latest version of GCC 12.3.1 delivred by VisualGDB.
Since this, with the same sources codes, my app working only 55ms…
After that, if I go in debug mode, my app still in Idle task… Like if all my tasks was suppressed or something like that.
I’ve tryed with the SEGGER viewer to check, and I found no task running.
I’ve also check and corrected all potential warning (in level Pedantic), but it’s the same.
Any one have any ideas ?
If I go back to the previous GCC 10.3.1, all is working fine. It’s a solution, but I would like to understand what is the difference and why I have this kind of probleme.
Thank to all for your help
Julien