-----------------------
System: Windows XP SP3
Maple Device: Rev 3 red
Version: 0.6.0
-----------------------
Question #1 On compile the data and total is still the same.(see below)
I need to know how much ram and flash is left?
Question #2 I thought there was 128k Flash/20K Ram with 100K Flash/17 K Ram with the Maple/Arduino overhead?
Your statment (below) says I only have "NOW" 61K maximum <-----? Out of 128/100 K Flash?
Check out the printout for the 0.5.0 version below?
Question #3 Same program but the compile size went up between versions?
-----------------------
Compile printout 0.6.0
-----------------------
Going to build using 'make' (ARM)
Compiling core...
Compiling any libs...
Compiling the sketch...
In function 'void loop()':
running linker asynchronously...
running obj copy asynchronously...
running size asynchronously...
C:\DOCUME~1\HP_ADM~1.H_A\LOCALS~1\Temp\build8175210946962840332.tmp\Instruction_Test_R7.cpp.bin :
section size addr
.data 17216 0
Total 17216
Binary sketch size is reported above. Check it against a 61000 byte maximum.
-----------------------
Compile printout 0.5.0
-----------------------
Going to build using 'make' (ARM)
Compiling core...
Compiling any libs...
Compiling the sketch...
In function 'void loop()':
running linker asynchronously...
running obj copy asynchronously...
running size asynchronously...
C:\DOCUME~1\HP_ADM~1.H_A\LOCALS~1\Temp\build4998156161998757564.tmp\Instruction_Test_R7.cpp.bin :
section size addr
.data 15464 0
Total 15464
Binary sketch size is reported above. Check it against a 100000 byte maximum.
-----------------------------------------------------------------------------------------------