2021-03-24 06:08 AM
Hello erverbody,
I had a Projekt, build with FreeRTOS and Ac6 plugin and Eclipse.
Know I try to figure out if the stack size of the task is set correctly.
For this i generate the .elf file and the .su file with the eclipse/Ac6 setup.
Is there a way to load .su Files and .elf files in the stack analyzer which is serverd with the STCubeIDE?
2021-05-28 03:29 AM
Hello @Julian Müller,
you could perform a stack analysis or activate stack overflow detection in your RTOS in order to rule out a stack issue.
Please refer to this reference which may help you.
BeST Regards,
Walid
2021-05-28 05:53 AM
Why still rely on AC6 stuff ? STM32CubeIDE is fully importing and converting such AC6 legacy. You'll benefit of all services then.
2021-05-28 06:56 AM
Thank you @Cartu38 OpenDev for pointing this. Indeed, CubeIDE would be an improvement. It is possible to import SW4STM32 projects directly into CubeIDE.