title: K6x4008 SRAM title_de: K6x4008 SRAM description: Connecting an K6x4008 SRAM to an ATmega2560 description_de: K6x4008 SRAM an ATmega2560 verwenden parent: xyrobot position: 1 comments: true flattr: true github: https://github.com/xythobuz/xyRobot/blob/master/lib/mem.c
My xyRobot uses a K6x4008 512K SRAM to store pictures from it’s Gameboy Camera. It is accessed via two shift registers, saving some pins. You still need two full byte ports to access the RAM.
Code in the xyRobot GitHub repository
lang: de
Der K6x4008 512K SRAM dient meinem xyRobot als Zwischenspeicher für Bilder der Gameboy Kamera. Die Ansteuerung findet relativ pinsparend über zwei Schieberegister (74xx573) statt. Dennoch werden zwei komplette Byteports benötigt.