|
Hi group! Is it possible to connect SRAM/EEPROM directly, i.e. WITHOUT ANY glue logic, to the data/address bus of the 68HC11F1? For example using Program Chip-Select as chip select for the the EEPROM ($8000-$FFFF) and address line 15 as chip select for 32k-SRAM located from $0000-$7FFF ? Can Chip-Select lines and Output Enable pins be connected ? Thank you, Ingo. |
|
|
|
The PSD devices for STMicroelectronics (containing both flash memory and ram) can be
directly connected to your microcontroller. Theo. > -----Original Message----- > From: ingo68hc11 [mailto:] > Sent: Wednesday, June 26, 2002 8:03 AM > To: > Subject: [m68HC11] RAM/EEPROM on the 68HC11F1 > Hi group! > > Is it possible to connect SRAM/EEPROM directly, > i.e. WITHOUT ANY glue logic, to the data/address bus > of the 68HC11F1? > For example using Program Chip-Select as chip select > for the the EEPROM ($8000-$FFFF) and address line 15 > as chip select for 32k-SRAM located from $0000-$7FFF ? > > Can Chip-Select lines and Output Enable pins be connected ? > > Thank you, > Ingo. > ------------------------ Yahoo! Groups Sponsor > ---------------------~--> > Free $5 Love Reading > Risk Free! > http://us.click.yahoo.com/3PCXaC/PfREAA/Ey.GAA/dN_tlB/TM > -------------------------------------------------------------- > -------~-> > > To unsubscribe from this group, send an email to: > > > |
|
Ingo> Is it possible to connect SRAM/EEPROM directly, >Ingo> i.e. WITHOUT ANY glue logic, to the data/address bus >Ingo> of the 68HC11F1? Theoretically YES. It has been done. Some examples, http://www.pmb.co.nz/index.html http://www.aspisys.com/f1.htm >Ingo> For example using Program Chip-Select as chip select >Ingo> for the the EEPROM ($8000-$FFFF) and address line 15 >Ingo> as chip select for 32k-SRAM located from $0000-$7FFF ? I'm not sure, I tried it, but doesn't work for me >Ingo> Can Chip-Select lines and Output Enable pins be connected ? Yes. But then again maybe not for all. On 68HC11F1, u can use CSGEN for RAM Chip Select and CSPROG for EEPROM chip select. (Check out the schematics in the pmb.cp.nz homepage.) (I'm not getting commission of any sort). Best regards, Kheng Teong |
|
|
|
> On 68HC11F1, u can use CSGEN for RAM Chip Select and CSPROG for EEPROM chip > select. > (Check out the schematics in the pmb.cp.nz homepage.) It's "pmb.co.nz" - a typo. I have one of Paul Bealing's boards - nice. Clifford Heath |