Memory expansion
Chen
Posts: 15
Anyone with any experience on the expansion of program memory of Basic Stamp? The space is limited. And, if there is someone who once did program expansion with Microchip PIC microcontrollers? Or any web link to introduction of such material as big memory programming? Do I have to use microprocessors for expansion?
Your opinions count.
Your opinions count.
Comments
https://forums.parallax.com/discussion/download/114447/StampMem_Manual_v1_1.pdf
That's cool.
I read the manual and now I'm curious as to why you can use the 27939 with a stamp but you can't use an external serial flash? Is the stamp too slow?
The StampMem that erco mentions is a peripheral device with its own controller. It listens for and interprets serial commands that allow it to use memory attached to the controller (probably a PIC of some sort).
As Mike pointed out, the 'p series Stamps have extended memory. For example, my favorite, the BS2pe, comes with 16 banks of 2048 bytes, and 8 of those can store program code, and you can chain code from one bank to another. The other 8 banks are for data storage only.
Cool, thanks for clearing that up.