Skip to main content
JMüll.2
Associate
March 24, 2021
Question

Can The Static Stack Analyser from CubeIDE used manually

  • March 24, 2021
  • 3 replies
  • 1906 views

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?

This topic has been closed for replies.

3 replies

Walid ZRELLI
Visitor II
May 28, 2021

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
Graduate II
May 28, 2021

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

Walid ZRELLI
Visitor II
May 28, 2021

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