Bs2pe eeprom
I have a program that uses the DATA commands That stores to the EEPROM in a BS2.· The BS2 2K EEPROM has ram ou tof room.· I took theprogram ·source code and changed the stamp directive to a BS2P which has·8 X 2K EEPROM, but did not give me amy more EEPROM memory as the BS2.· The memory map shows 7FF using both the BS2 directive and the BS2P directive. How do I use the larger EEPROM in the BS2P to store more data than the EEPROM in the BS2.
Thanks Bob
Thanks Bob
Comments
Can I use the store command to switch memory location then use the DATA command to write to that memory location?
To read this data or to modify it or write additional data, you would use the STORE/READ/WRITE statements.