Dmitry, Thank you for the stack tips.
>Concerning TCP/IP port: >- The code area, including web page static data takes ~11.5K >- Global vars area is about 970 bytes. >- Max stack size required is 6 bytes in InsertDynamicValues(). Excellent. Thanks! > Ok, > - the basic FP support is a part of GCC or a library found in msp430-libc > (which compiles to libm.a and can be linked with -lm) > > - It includes basic math operations (+-/*, compare, negative, abs) and > type converter. > > - Only single precision (4 bytes) FP supported. And I doubt doubles will > help much anybody with this MCU :) > > - No any math functions written yet (of course they are, but not > especially for mspgcc) Okay, now I know better about what I may be getting into. > - Anybody is welcome to write _any_ support! It sounds like a fun project to work on. Thank you for the great info! -Ed
