Search found 33 matches

by WCMiller
Wed Jul 09, 2025 11:13 pm
Forum: Hardware
Topic: Help with reading NAND chips on a breadboard
Replies: 61
Views: 7146

Re: Help with reading NAND chips on a breadboard


WCMiller, congratulations on finding the issue. Hopefully the discussion above has helped in general terms too. I hate breadboards with a passion, to the extent of having designed a replacement which requires you to solder the chips and links in place; if you find it interesting I can post the ...
by WCMiller
Wed Jul 09, 2025 2:08 am
Forum: Hardware
Topic: Help with reading NAND chips on a breadboard
Replies: 61
Views: 7146

Re: Help with reading NAND chips on a breadboard

Just noticing in your last schematic that a lot of pins are to be tied to ground. Some breadboards are notorious for having lousy connections. It might be an idea to use a multimeter in continuity mode to ensure all those pins are well connected to pin 16. And/or use the meter on the Vdc function ...
by WCMiller
Tue Jul 08, 2025 2:14 am
Forum: Hardware
Topic: Help with reading NAND chips on a breadboard
Replies: 61
Views: 7146

Re: Help with reading NAND chips on a breadboard

Oh, to be clear I meant deciding between using (all) CMOS or TTL. Mixing them would be well beyond my ken.
by WCMiller
Mon Jul 07, 2025 10:09 pm
Forum: Hardware
Topic: Help with reading NAND chips on a breadboard
Replies: 61
Views: 7146

Re: Help with reading NAND chips on a breadboard

Also, if I'm understanding things correctly, the ONLY real practical differences between say, different TTL-level 74xx families would be speed and power consumption (and attendant side effects, like signal reflection at higher speeds or more heat with more power consumption)? While TTL vs CMOS for ...
by WCMiller
Mon Jul 07, 2025 9:16 pm
Forum: Hardware
Topic: Help with reading NAND chips on a breadboard
Replies: 61
Views: 7146

Re: Help with reading NAND chips on a breadboard


Regarding your test circuit:
- Ensure that you have power to your chip - ground to pin 16, 5v to pin 32. Remember that a DIP package starts with pin one at the top left and goes anticlockwise until you get to Vcc. According to the datasheet, pin one is marked with either a notch in the top edge ...
by WCMiller
Mon Jul 07, 2025 7:26 pm
Forum: Hardware
Topic: Help with reading NAND chips on a breadboard
Replies: 61
Views: 7146

Re: Help with reading NAND chips on a breadboard

Ok, first of all THANK YOU all for the responses; I'm so appreciative of the help y'all are giving me. Second, on reflection maybe this should be moved to the "Newbies" board, especially with some of the questions I'm going to be asking. I'll leave that up to the moderators. Now, to address people ...
by WCMiller
Mon Jul 07, 2025 5:31 am
Forum: Hardware
Topic: Help with reading NAND chips on a breadboard
Replies: 61
Views: 7146

Re: Help with reading NAND chips on a breadboard

barnacle wrote:
The obvious question: is there anything actually _in_ that rom? Or rather, does it have 0x00 at address 0x00000?

Neil
When I read it on my computer, it says that the value at 0x00000 is 0x19 (or 00011001), and that is what I wrote to it when I set it up initially.
by WCMiller
Mon Jul 07, 2025 3:49 am
Forum: Hardware
Topic: Help with reading NAND chips on a breadboard
Replies: 61
Views: 7146

Re: Help with reading NAND chips on a breadboard


* NC pins should be left unconnected.

Disconnected it, no change

* You have OE# and CE# connected to +5V which means they are disabled, they use low level logic according to the datasheet you linked.

Additionally some folks are color blind here, and it is easier for them to read your ...
by WCMiller
Mon Jul 07, 2025 1:13 am
Forum: Hardware
Topic: Help with reading NAND chips on a breadboard
Replies: 61
Views: 7146

Re: Help with reading NAND chips on a breadboard

Rough schematic. How's that?
by WCMiller
Mon Jul 07, 2025 12:49 am
Forum: Hardware
Topic: Help with reading NAND chips on a breadboard
Replies: 61
Views: 7146

Help with reading NAND chips on a breadboard

I've finally started taking steps to move my designs beyond paper to actual breadboard implementations... and I'm running into issues immediately. I'm a complete breadboard noob, so I apologize if my issue turns out to be overly basic.

Right now, I'm trying to build a simple NAND flash chip reader ...
by WCMiller
Mon Feb 03, 2025 6:11 am
Forum: Hardware
Topic: Vulcan-74 - A 6502 Powered Retro MegaProject
Replies: 923
Views: 329617

Re: Vulcan-74 - A 6502 Powered Retro MegaProject

Oneironaut wrote:
Well then, my 00111000 year old CPU still has a bit more dust to collect!
I wonder what the average age is here?

ATTENTION LURKERS - PLEASE ANSWER...

How old are you?
I'm 28 (in hexadecimal; 40 in regular old decimal. I think I prefer hex...)
by WCMiller
Mon May 13, 2024 2:00 am
Forum: Programmable Logic
Topic: Baby's First 16-Bit 6502 Idea
Replies: 14
Views: 6131

Re: Baby's First 16-Bit 6502 Idea

I definitely think writing an emulator would be the best first step. I might modify an existing 6502 one the get a minimal viable product (the typescript one listed in the emulation channel might be a good start for me, as it ties into my actual programming skill set).
by WCMiller
Sat May 11, 2024 8:11 pm
Forum: Hardware
Topic: 74HCT6526 - A MOS6526 implementation with 74xx ICs
Replies: 196
Views: 63118

Re: 74HCT6526 - A MOS6526 implementation with 74xx ICs

Eh, life happens. I'll be interested in seeing things when this project wakes up!
by WCMiller
Thu May 09, 2024 12:30 am
Forum: Programmable Logic
Topic: Baby's First 16-Bit 6502 Idea
Replies: 14
Views: 6131

Re: Baby's First 16-Bit 6502 Idea

@AndrewP, @John West, thanks for the... I guess validation of the "interesting-ness" of the opcode+memory mixing idea; it was the only part of this that I think actually had the potential to actually be "clever" and worth investigating and I'm encouraged that you two agreed! I'm really intrigued by ...
by WCMiller
Tue May 07, 2024 7:28 pm
Forum: Programmable Logic
Topic: Baby's First 16-Bit 6502 Idea
Replies: 14
Views: 6131

Re: Baby's First 16-Bit 6502 Idea

@AndrewP Right now, this is more in the "hey, this might be fun" stage than any actual plans (I'll need to do things like learn programming FPGAs, for one!), but eventually I think it'd be fun to make this an actual thing (or at least an emulated thing). I actually had some thoughts for an 816 ...