Question
How to do heap monitoring while debugging a bare metal application using STM32CubeIDE?
I saw __heapstats() that for ARM compiler and backtrace().
Theoretically using gcc the backtrace function should be available including <execinfo.h> but this generate an build error.
Does someone have suggestions?
Thank you
Marco