??? 03/06/06 17:26 Read: times |
#111409 - serial FLASH parallel SRAM? Responding to: ???'s previous message |
Richard Erlacher said:
These flash+SRAM devices so far tend to have less SRAM than FLASH. The Simtek/ZMD parts DO have the same amount of FLASH as SRAM. You even won't notice there is some FLASH, you simply use it as a SRAM. Upon powerup it automatically transfers the content of FLASH to SRAM (it is massively parallel, so you don't need to wait for it at all) and upon powerdown it writes the current content of SRAM to FLASH. Works like a charm, a superb replacement for battery-backed SRAMs. But they ARE small so they won't fit your requirement. Richard Erlacher said:
What I need is the same amount of RAM. If we had time to build a new set of boards and get 'em approved, it would be different, but I have to use the existing board, which already can support the configuration I'm after.
The shadowing concept occurred to me at the outset, but, due to space limitations, there's really no place where I can "scab-on" an extra batch of RAM atop the FLASH because of board clearance issues. Couldn't you replace the FLASH by SRAMs (they should have quite similar pinout) and then plug somewhere in a serial FLASH to be copied into the FLASH at the bootup? Jan Waclawek |