BS1 extra EEPROM ?
Sasha
Posts: 35
Hie to everybody,
I need to add an extra EEPROM to BS1·to store some values (PINS directives) like this:
A:
PINS = %01111100
PINS = %01111110
PINS = %00110011
PINS = %00110011
PINS = %00110011
PINS = %01111110
PINS = %01111100
PINS = %00000000
B:
....
....
C:
....
etc.....
And after use this values in the BS1·like this:
main:
use value·"A" from external EEPROM
PAUSE 10
use value·"B" from external EEPROM
GOTO main
So, can you tell me what EEPROM to choose for external storage, circuit between BS1 and EEPROM and some simply source to learn and figured how it works
·Thank’s
·
I need to add an extra EEPROM to BS1·to store some values (PINS directives) like this:
A:
PINS = %01111100
PINS = %01111110
PINS = %00110011
PINS = %00110011
PINS = %00110011
PINS = %01111110
PINS = %01111100
PINS = %00000000
B:
....
....
C:
....
etc.....
And after use this values in the BS1·like this:
main:
use value·"A" from external EEPROM
PAUSE 10
use value·"B" from external EEPROM
GOTO main
So, can you tell me what EEPROM to choose for external storage, circuit between BS1 and EEPROM and some simply source to learn and figured how it works
·Thank’s
·
Comments
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Chris Savage
Parallax Tech Support