I am reading the specs and it says that the device has 62k of RAM. This is RAM in which I can allocate memory, correct? For instance, I could allocate 61k string, but a 63k string would fail, correct?
It also says that there is 148k of FLASH. Does that mean my application size must be 148k or less? I am assuming that does not include the .NET framework (e.g. Microsoft.SPOT.*, System.IO, etc…), but does include FezMini.GHIElectronics.NETMF.FEZ assembly? Does data that I place in Resources also count towards this total?
Finally, when I deploy the app to the device, I see this message:
Incrementally deploying assemblies to device
Deploying assemblies for a total size of 123268 bytes
Does this mean that I have about 25k to go before problems start?
Thanks.