Another IDE option.
LoopyByteloose
Posts: 12,537
I keep looking at the 24LC256 with the 3 grounded address lines [noparse][[/noparse]logically 0-0-0] and I wonder if I hook more than one 24LC256 to the same I2C bus, what would happen?
Could [noparse][[/noparse]or does] the IDE provide for multiple EEPROMs with different addresses and allow the processor to select to reboot amongst the choices?· Or, do I have to provide another I2C bus and a driver Object for that?
I suppose this isn't needed right away, but it would be nice.· I suspect that Mr. LaMothe would like it as a way to jump from one game to another.· But, it could also be used to completely change the 'personality' of a keyboard, a mouse, or other I/O features.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
"When all think alike, no one is thinking very much.' - Walter Lippmann (1889-1974)
······································································ Warm regards,····· G. Herzog [noparse][[/noparse]·黃鶴 ]·in Taiwan
Could [noparse][[/noparse]or does] the IDE provide for multiple EEPROMs with different addresses and allow the processor to select to reboot amongst the choices?· Or, do I have to provide another I2C bus and a driver Object for that?
I suppose this isn't needed right away, but it would be nice.· I suspect that Mr. LaMothe would like it as a way to jump from one game to another.· But, it could also be used to completely change the 'personality' of a keyboard, a mouse, or other I/O features.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
"When all think alike, no one is thinking very much.' - Walter Lippmann (1889-1974)
······································································ Warm regards,····· G. Herzog [noparse][[/noparse]·黃鶴 ]·in Taiwan
Comments
(I believe a I2C object was recently uploaded here?)
If you REALLY want to make the Propeller boot from another EEPROM, you'll have to connect the EEPROMs Address-pins to some sort of latch and have the program on the Propeller change that before doing a ReBoot.
Of course, making certain that the latches defaults to 000(or whatever you prefer) after a power on is the difficult part.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Don't visit my new website...
Still, I am facinated by how I might share the I2C buss for use with a Real Time Clock chip [noparse][[/noparse]Phillips has one with 240bytes of BU RAM] and maybe an I2C port expander to provide 8 bits of I/O for the ones lost to a few peripherals.
I get so caught up in dreaming how to make things better that I never get anything built.
I am still dreaming of a 3.3volt BasicStamp that will be fast, but with low power -- maybe call it 'Cold Chili' after the 40pin SX set up.
I will definitely take a look at the I2C object. I envy all you guys that have had one of these for a month or more.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
"When all think alike, no one is thinking very much.' - Walter Lippmann (1889-1974)
······································································ Warm regards,····· G. Herzog [noparse][[/noparse]·黃鶴 ]·in Taiwan
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Jon Williams
Applications Engineer, Parallax
I will be writing an object this week for the MCP23016 I2C bus expander - watch this space!
James
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
"When all think alike, no one is thinking very much.' - Walter Lippmann (1889-1974)
······································································ Warm regards,····· G. Herzog [noparse][[/noparse]·黃鶴 ]·in Taiwan