Need help with variable space
clloyd
Posts: 31
I am using one of the STAMP microcontrollers however the program I am putting on it seems to need a lot of variable space, well it would be a lot more convenient than attempting to consistently use temporary variables. I was wondering if there was an easy way to either have an external memory with easy access to these variables or a way to access more variables through another method or something. The model we have is a B2SE. Any help for this would be greatly appreciated.
Comments
Best is to use the scratchpad RAM unless you want the values to "survive" a power failure.
Edit: Why, oh why do I take so long to post? Mike beat me... Until we meet again, good sir!
Post Edited (SRLM) : 10/23/2008 3:32:44 AM GMT