My static website generator using poole https://www.xythobuz.de
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

k6x4008.md 1.4KB

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

compat: sram

Photo 1

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.

Schematic

Code in the xyRobot GitHub repository

lang: de

Photo 1

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.

Schematic

Dazugehöriger Code im xyRobot GitHub Repository