Hi!
I'm using the Stellaris LM4F120H5QR LaunchPad with the Energia framework.
I'm facing an issue with my project: it freezes just when calling a function with parameters. I suspect a memory leak somewhere.
My question is: How to measure the free available SRAM?
As for many other MCUs, I guess it is a difference between the stack and the heap addresses. I've looked around but haven't found anything so far.
Thank you for your help.