Help needed regarding static data storage
ben88
Posts: 2
Hi all
My group is currently doing a project using Basic Stamp and we are quite new to it. Our supervisor wanted us to use static data storage in our programming. Does it mean by using values stored in global array, we are using static data storage?
thanks.
My group is currently doing a project using Basic Stamp and we are quite new to it. Our supervisor wanted us to use static data storage in our programming. Does it mean by using values stored in global array, we are using static data storage?
thanks.
Comments
You might want to post this in the BasicStamp forum for more specific help. There is global RAM that will erase when turned off. So I suspect your idea of a global array may not work.
One thing you could use is a DS1302 Time chip to save data that will be kept at power down of the Basic Stamp
If your supervisor want this done on the Basic Stamp then what Loop Byte Loose said would hold true
What type of static data storage and what is the Part # of the chip that are you using ?
I hope this helps
It would be a shame to use a DS1302 Time chip just for data storage. Static storage could also be referring to SRAM (http://en.wikipedia.org/wiki/Static_random-access_memory) but I don't know if the Basic Stamp is fast enough to communicate with such a chip.
Hope this helps