BS2PE - Help cant send to EEPROM
skynugget
Posts: 172
hey all im using a bs2pe and for some reason, it runs the code i last sent to it, but i cant reprogram it anymore.
im using a professional development board and editor 2.3.9 that seems to work with my other bs2s fine.
i have nothing else hooked to the stamp except fro what the board uses by default.
any ideas?
thanks!
im using a professional development board and editor 2.3.9 that seems to work with my other bs2s fine.
i have nothing else hooked to the stamp except fro what the board uses by default.
any ideas?
thanks!
Comments
this goofy bs2pe does get reset by the editor, but after that it scans and finds nothing.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Chris Savage
Parallax Tech Support
I have another question regarding the EEPROM. I have the same basic stamp. I am working on my college senior design and the i am kind of running out of programming memory. I was wondering if I can replace the EEPROM on the development board with another one that has a bigger memory.
Thanks
Hussein
It's usually fairly easy to save on program space. There are often commonly used code sequences that can be turned into subroutines. There are often long DEBUG statements that can be shortened or eliminated. There are often simpler ways to do things that can save on space.
The BS2pe has additional "slots" of program memory that can sometimes be used depending on the structure of your program. There's an article on multi-slot programming in the Nuts and Volts series of columns that goes into this in detail. I don't have a link handy.