My static website generator using poole https://www.xythobuz.de
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

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