Search found 5 matches

by nbrok
Mon Mar 15, 2021 1:30 pm
Forum: Newbies
Topic: 6502 + at28c256 always reading wrong data
Replies: 17
Views: 2410

Re: 6502 + at28c256 always reading wrong data

Hi,

Reading your schematic diagram I found two mistakes. The OE pins of your RAM and ROM must be tied to the inverted R/!W of the 6502 nanded with the phi2 clock.


_________ _________
| 1| | &|
R/!W -------| |O--------------| |
|_______| | |O-------- !RD
| |
PHI2 ...
by nbrok
Wed Mar 10, 2021 6:02 pm
Forum: Newbies
Topic: Need help communicating with ST7920 LCD in SPI mode
Replies: 8
Views: 1996

Re: Need help communicating with ST7920 LCD in SPI mode

My SPI display has in SPI the following lines: CS, CLK and MOSI. Without CS the display won't work. I assumed that it is the same as on your display. The delays in write only mode are needed as John West told already.
I hope after changing the instruction given by him and using the given delays it ...
by nbrok
Wed Mar 10, 2021 6:36 am
Forum: Newbies
Topic: Need help communicating with ST7920 LCD in SPI mode
Replies: 8
Views: 1996

Re: Need help communicating with ST7920 LCD in SPI mode

Hi,

I think you are confusing some things.

When using SPI you need to know the following:
MOSI (Master Out Slave In) is the bit output from CPU to the LCD, MISO (Master IN Slave Out) is the bit input from the LCD to the CPU. CLK is the shift clock output to the display, CS is the chipselect for ...
by nbrok
Sat Mar 06, 2021 12:30 pm
Forum: Newbies
Topic: Want to build a 65816 system
Replies: 4
Views: 1094

Re: Want to build a 65816 system

This is the corrected version, thanks to Handyandy. Remarks still welcome.
by nbrok
Sat Mar 06, 2021 7:51 am
Forum: Newbies
Topic: Want to build a 65816 system
Replies: 4
Views: 1094

Want to build a 65816 system

Hello,

I'm Nick and have a lot of experience building 68xx and Z80 microcomputers. I found a 65C816 while cleaning up my hobby-room. I tried to design a schematic that should give a working computer, but after reading some posts in this forum I am confused. I think it will not work at all. See ...