Page 1 of 2
65C02 in PLCC - pinout differences with Rockwell vs WDC
Posted: Wed Jun 29, 2022 7:38 am
by BigEd
A useful learning experience
reported in the steckschwein project: Rockwell's 65C02 in PLCC has a slightly different pinout from WDC's offering.
In this case, the Rockwell parts were relabelled as WDC, and sold as WDC, which is the sort of thing we discuss often enough, as a risk when buying from marketplaces.
Re: 65C02 in PLCC - pinout differences with Rockwell vs WDC
Posted: Wed Jun 29, 2022 7:57 am
by GARTHWILSON
Wow! That (the difference in pinout) is a whole lot more serious than the situation with the DIPs!
Re: 65C02 in PLCC - pinout differences with Rockwell vs WDC
Posted: Wed Jun 29, 2022 7:51 pm
by BigDumbDinosaur
Well, that sucks! Fortunately, it seems likely nothing else on the board was damaged.
Once again, I must remind everyone that the only safe sources for genuine WDC product are their authorized distributors. With a few exceptions, that does not include eBay sellers.
Re: 65C02 in PLCC - pinout differences with Rockwell vs WDC
Posted: Tue Sep 20, 2022 4:13 pm
by ArnoldLayne
A useful learning experience
reported in the steckschwein project: Rockwell's 65C02 in PLCC has a slightly different pinout from WDC's offering.
In this case, the Rockwell parts were relabelled as WDC, and sold as WDC, which is the sort of thing we discuss often enough, as a risk when buying from marketplaces.
Wow, cool, always nice to see that our site is actually being read!

And yes, that one hit very hard after hours of debugging. Also, debugging is still in progress as the wrong CPU is not the only problem with the new board.. a long way indeed.
Re: 65C02 in PLCC - pinout differences with Rockwell vs WDC
Posted: Tue Sep 20, 2022 6:37 pm
by BigDumbDinosaur
A useful learning experience
reported in the steckschwein project: Rockwell's 65C02 in PLCC has a slightly different pinout from WDC's offering.
In this case, the Rockwell parts were relabelled as WDC, and sold as WDC, which is the sort of thing we discuss often enough, as a risk when buying from marketplaces.
Wow, cool, always nice to see that our site is actually being read!

I went to revisit that page to refresh my memory on what happened and instead got a 404.
Re: 65C02 in PLCC - pinout differences with Rockwell vs WDC
Posted: Tue Sep 20, 2022 6:50 pm
by hoglet
I went to revisit that page to refresh my memory on what happened and instead got a 404.
https://www.steckschwein.de/post/its-a- ... emory-top/
Re: 65C02 in PLCC - pinout differences with Rockwell vs WDC
Posted: Wed Sep 21, 2022 5:40 am
by ArnoldLayne
Yep, thanks. We redid our Site recently.
Re: 65C02 in PLCC - pinout differences with Rockwell vs WDC
Posted: Wed Sep 21, 2022 6:03 pm
by BigDumbDinosaur
And yes, that one hit very hard after hours of debugging. Also, debugging is still in progress as the wrong CPU is not the only problem with the new board.. a long way indeed.
That’s why the good Lord gave us logic probes, oscilloscopes and coffee (sorry, tea just doesn't cut it).
Re: 65C02 in PLCC - pinout differences with Rockwell vs WDC
Posted: Wed Sep 21, 2022 6:24 pm
by ArnoldLayne
And yes, that one hit very hard after hours of debugging. Also, debugging is still in progress as the wrong CPU is not the only problem with the new board.. a long way indeed.
That’s why the good Lord gave us logic probes, oscilloscopes and coffee (sorry, tea just doesn't cut it).
We got logic probes, we got oscilloscopes, we got coffee. What we (I) need is time and patience. I was really hoping for the CPU pinout to be the only problem.
Fortunately, we are already a little bit further as we discovered the /OE signal is somehow off. Which is the reason the CPU is reading garbage from the EEPROM.
/OE is generated by the CPLD, so at least this shoud be fixable without making a new board..
Re: 65C02 in PLCC - pinout differences with Rockwell vs WDC
Posted: Wed Sep 21, 2022 7:02 pm
by BigEd
(If you haven't yet looked into @hoglet's
6502 protocol decoder, I recommend you do so. For some kinds of bugs, it's just the thing.)
Re: 65C02 in PLCC - pinout differences with Rockwell vs WDC
Posted: Wed Sep 21, 2022 7:38 pm
by BigDumbDinosaur
Fortunately, we are already a little bit further as we discovered the /OE signal is somehow off. Which is the reason the CPU is reading garbage from the EEPROM.
In what way is /OE “off?” Is this a timing issue?
Re: 65C02 in PLCC - pinout differences with Rockwell vs WDC
Posted: Thu Sep 22, 2022 7:51 am
by ArnoldLayne
Fortunately, we are already a little bit further as we discovered the /OE signal is somehow off. Which is the reason the CPU is reading garbage from the EEPROM.
In what way is /OE “off?” Is this a timing issue?
We haven't quite pinpointed what exactly is wrong, and if /OE is the only problem (since that was my first attempt at anything in VHDL, anything could be wrong). For the time being, "timing problem" is what we are suspecting. Also, maybe a 7ns XC9572 is just too much faster than the 74HCTxxx and GAL stuff we used before.
Re: 65C02 in PLCC - pinout differences with Rockwell vs WDC
Posted: Thu Sep 22, 2022 8:06 am
by ArnoldLayne
(If you haven't yet looked into @hoglet's
6502 protocol decoder, I recommend you do so. For some kinds of bugs, it's just the thing.)
As it seems to support the Saleae Logic 16 Logic analyzers we use, this seems exactly what we need. Thanks for the hint!
Re: 65C02 in PLCC - pinout differences with Rockwell vs WDC
Posted: Tue Oct 25, 2022 6:59 pm
by ArnoldLayne
Fortunately, we are already a little bit further as we discovered the /OE signal is somehow off. Which is the reason the CPU is reading garbage from the EEPROM.
In what way is /OE “off?” Is this a timing issue?
To wrap this up - we found the culprit. As a first, we listened to advice and added 74HCT245 buffers between the CPU Board components and the rest of the system...
And that's where I screwed up. The experienced viewer will notice that I tied the /CE pin for the data bus buffer to ground, having it drive the bus when r/w is high.
That's what you get for skipping the breadboarding part.
Re: 65C02 in PLCC - pinout differences with Rockwell vs WDC
Posted: Fri Jun 28, 2024 8:16 pm
by BigDumbDinosaur
A little bump. I periodically look at the Steckschwein project to see how it’s coming along. Only thing is reading the schematics is tough with all that color. 