You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For an Hello World project, build 119 shows 32k size which is fine because the default stack size on SRAM2 is 32k. For build 120 it shows 96k size which is wrong for an empty project, it should show about 32k. The online compiler UI program size info panel shows wrong RAM size data.
I tested the available heap memory (mbed 120) and I can allocate the available 96k before memory allocation fails.