Currently trying to work out what is using RAM in my application (which seems to be my issue with SoftAP not working).
The following article on memory management mentions an "ELF file analyser":
Question: is it possible to generate the ELF file locally using the cloud compiler (ie CLI compile command)? Hoping that there is some hidden option....
@UMD, you can also locally compile to get access to both the MAP and ELF files. As for working RAM, the use of dynamic RAM allocation, as is done in SoftAP, may best be debugged using the hardware debugger.
Particle Workbench is pretty solid. Here is how to locally compile with it:
CMD - SHIFT - P to open the Workbench command executor.
Install the local compiler toolchain corresponding to your device OS you want. Particle: Install Local Compiler Toolchain