cancel
Showing results for 
Search instead for 
Did you mean: 

Can The Static Stack Analyser from CubeIDE used manually

JMüll.2
Associate II

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?

3 REPLIES 3

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

Cartu38 OpenDev
Lead II

Why still rely on AC6 stuff ? STM32CubeIDE is fully importing and converting such AC6 legacy. You'll benefit of all services then.

Thank you @Cartu38 OpenDev​  for pointing this. Indeed, CubeIDE would be an improvement. It is possible to import SW4STM32 projects directly into CubeIDE.