How do I know how much space I have left - LMM?
pmrobert
Posts: 673
My quest is pretty much defined by the subject line. The .map file, I'm fairly sure, has the info I'm looking but I am requesting some help on interpreting it. I've changed the size of some arrays I'm referencing just to see what, if any, change this has on the image(ELF) size and it's obvious that the array space requested does not directly reflect in the size of the image.
-Mike
-Mike
Comments
Look at the dec column. It can't be bigger than 32k. The remaining space is 32k - dec. Don't be fooled by the propeller-load download size: that doesn't include variable space.
-Mike