Memory Expandsion is posible????
recently I made a project mixing different devices (datalloger, timmer, temperature sensor with BS2) and his proposed codes.
Unfortunatelly , the mixed code is too long, when only copied or optimizad, then I can't charged in the memory, same thing if you want to use too much variables
Exist a way to expand the memory capacity for alocate code or variables?
The only way is puchase a microprocessor better than BS2 ?
Unfortunatelly , the mixed code is too long, when only copied or optimizad, then I can't charged in the memory, same thing if you want to use too much variables
Exist a way to expand the memory capacity for alocate code or variables?
The only way is puchase a microprocessor better than BS2 ?
Comments
It's often very straightforward to do some simple optimizing of an existing program to make it all fit in a BS2. Variables can be shared between sections of a program dealing with different devices. This is particularly true for the datalogger which uses a lot of variable space when it's in immediate use.
You could also consider using a different microprocessor. The Propeller is certainly capable of handling several I/O devices, has much more memory and speed than a Stamp.