Difference between revisions of "LB-MEM-02"

From Land Boards Wiki
Jump to navigation Jump to search
Line 75: Line 75:
 
* SRAM passes in TL866 in SRAM test mode
 
* SRAM passes in TL866 in SRAM test mode
 
* Test using [https://raw.githubusercontent.com/douggilliland/Retro-Computers/master/6809/LB-6809/ramLoop/ramLoop.asm ramLoop.asm] software
 
* Test using [https://raw.githubusercontent.com/douggilliland/Retro-Computers/master/6809/LB-6809/ramLoop/ramLoop.asm ramLoop.asm] software
** Works on [http://6809.uk/ 6809 Emulator]
+
** Code works on [http://6809.uk/ 6809 Emulator]
 
*** Forcing an error works
 
*** Forcing an error works
 
** Check on card without SRAM
 
** Check on card without SRAM

Revision as of 15:23, 7 September 2024

LB-MEM-02 P1660-720px.jpg


Features

  • 32KB SRAM
  • 16KB EPROM
    • Headers to select PROM bank
  • Connects to Address/Data and Memory control lines
  • 50x75mm card

Design

SRAM

LB-MEM-02-SRAM.PNG

EPROM

LB-MEM-02-PROM.PNG

  • LB-65CXX-01 card has 16 KB PROM from 0xC000-0xFFFF
  • LB-6802-01 card has 16 KB PROM from 0xC000-0xFFFF
  • LB-6809-01 card has 16 KB PROM from 0xC000-0xFFFF
  • LB-Z80-01 card has 8KB PROM from 0x0000-0x1FFF (upper 8KB is not used)

Parts/Jumpers

LB-MEM-02 REV1 MECH Ann.png

27C256/27C512 EPROMs

  • Card has a 16KB size from the CPU
  • 27C256 (32KB) and 27C512 (64KB) Flash EPROMs are commonly available
  • Jumpers allow firmware banks to be selected
    • 2 banks in 27C256
    • 4 banks in 27C512

LB-MEM-03 EPROM 27C256 512.PNG

Backplane Connector

LB-MEM-02-BKPL.PNG

Mechanicals

Rev 3

Rev 2

LB-MEM-02 Rev2 MECH.PNG

Rev 1

LB-MEM-02 REV1 MECH.PNG

Checkout

Rev 3

  • Adds PWR and GND on U1 (74HC04)

Rev 2

  • Flips 74HC04
  • Missing PWR and GND on U1 (74HC04)

Rev 1

  • Missing PWR and GND on U1 (74HC04)
    • Added PWR and GND wires to nearest pins with PWR and GND
  • SRAM passes in TL866 in SRAM test mode
  • Test using ramLoop.asm software
    • Code works on 6809 Emulator
      • Forcing an error works
    • Check on card without SRAM
      • Controls/data look OK

Assembly Sheet

Rev 1