6502.org Forum  Projects  Code  Documents  Tools  Forum
It is currently Fri May 17, 2024 12:40 am

All times are UTC




Post new topic Reply to topic  [ 13 posts ] 
Author Message
 Post subject: Very small 6502 project.
PostPosted: Wed Sep 12, 2018 8:19 pm 
Offline

Joined: Mon May 25, 2015 1:12 pm
Posts: 92
What's the smallest package 6502 that can be bought, not necessarily still in production?


Top
 Profile  
Reply with quote  
PostPosted: Wed Sep 12, 2018 8:24 pm 
Offline
User avatar

Joined: Wed Aug 17, 2005 12:07 am
Posts: 1207
Location: Soddy-Daisy, TN USA
Maybe QFP-44?

https://www.mouser.com/ProductDetail/We ... Ez72ae0%3d

_________________
Cat; the other white meat.


Top
 Profile  
Reply with quote  
PostPosted: Wed Sep 12, 2018 8:26 pm 
Offline

Joined: Mon Mar 02, 2009 7:27 pm
Posts: 3258
Location: NC, USA
PLCC-44?

https://www.ebay.com/itm/W65C02S8PL-10- ... SwDN1UNf6v

Unfortunately, WDC does not spec the size of each but looking @ another manufacturers website for 44-pin QFP and PLCC, I found that the PLCC package is 17.4mm square edge of pin to edge of pin. The 44-pin QFP package is 12mm square edge of pin to edge of pin. So cbmeeks was correct.

This was the spec sheet I was looking at.

_________________
65Org16:https://github.com/ElEctric-EyE/verilog-6502


Top
 Profile  
Reply with quote  
PostPosted: Thu Sep 13, 2018 5:37 am 
Offline

Joined: Mon May 25, 2015 1:12 pm
Posts: 92
12mm a side is pretty good! I could make a pocket computer with one of those at a reasonable size, that doesn't give me a funny gait.


Top
 Profile  
Reply with quote  
PostPosted: Thu Sep 13, 2018 5:49 am 
Offline
User avatar

Joined: Fri Aug 30, 2002 1:09 am
Posts: 8438
Location: Southern California
Remember you can put parts on both sides of the board too, nearly doubling the density.

_________________
http://WilsonMinesCo.com/ lots of 6502 resources
The "second front page" is http://wilsonminesco.com/links.html .
What's an additional VIA among friends, anyhow?


Top
 Profile  
Reply with quote  
PostPosted: Thu Sep 13, 2018 9:16 am 
Offline

Joined: Mon May 25, 2015 1:12 pm
Posts: 92
A very good point indeed, and I've also seen boards made slimmer by cutting a hole for a QFP chip to sit in down side up too. All this helps with challenging design envelopes.


Last edited by JenniferDigital on Thu Sep 13, 2018 2:09 pm, edited 1 time in total.

Top
 Profile  
Reply with quote  
PostPosted: Thu Sep 13, 2018 12:18 pm 
Offline
User avatar

Joined: Wed Aug 17, 2005 12:07 am
Posts: 1207
Location: Soddy-Daisy, TN USA
DigitalDunc wrote:
A very good point indeed, and I've also seen boards made slimmer by cutting a hole for a QFP chip to sit in down side up too. All this helos with challenging design envelopes.


In a hundred years I wouldn't have thought of that. Now that is an interesting idea!

However, I think you would need bigger boards if you did that with too many IC's. But a great idea if you want slim.

_________________
Cat; the other white meat.


Top
 Profile  
Reply with quote  
PostPosted: Thu Sep 13, 2018 6:54 pm 
Offline

Joined: Sat Dec 13, 2003 3:37 pm
Posts: 1004
There may well be embedded 6502s on very small chips as well, only exposing the pins that they care to extend.

As well as simulator cores on small micro controllers.

Guess it depends on what the real goal is.


Top
 Profile  
Reply with quote  
PostPosted: Wed Sep 19, 2018 9:44 am 
Offline

Joined: Wed Mar 02, 2016 12:00 pm
Posts: 343
And you have very small cpld's that can accomodate a 6502 core. The MachXO3-1300 can be supplied in a 36-ball package of 2.5mm x 2.5mm...

Although not so easy to solder, it has 8KiB of RAM inside.


Top
 Profile  
Reply with quote  
PostPosted: Fri Sep 21, 2018 4:01 pm 
Offline

Joined: Mon May 25, 2015 1:12 pm
Posts: 92
Well, my QFP 6502's came yesterday. :D

I did give soft-core 6502's consideration and I think in this instance, I'll be happier with the WDC part. Doing 6502 on CPLD or FPGA should be further down the line for me after I had my confidence knocked the other day. It took me a while longer than it should have to draw the library part as I couldn't quickly find any reference to it's footprint, which is on a 0.8mm pitch.

I'll happily post a copy of the library part (warts and all) when I've finished tarting it up should anyone want it as their starting point. These shouldn't be hard to solder after all the trouble I wen't to with the STM32's I've been using on some other stuff I've been doing.


Top
 Profile  
Reply with quote  
PostPosted: Fri Nov 09, 2018 1:15 am 
Offline

Joined: Tue Nov 01, 2016 12:28 pm
Posts: 59
might be worthwhile to use http://www.westerndesigncenter.com/wdc/ ... s-chip.cfm since you get the 6502/rom/ram all in one to same more space.


Top
 Profile  
Reply with quote  
PostPosted: Fri Nov 09, 2018 3:41 am 
Offline
Site Admin
User avatar

Joined: Fri Aug 30, 2002 1:08 am
Posts: 280
Location: Northern California
DigitalDunc wrote:
12mm a side is pretty good! I could make a pocket computer with one of those at a reasonable size, that doesn't give me a funny gait.

The Mitsubishi M38869FFAHP is also a 12x12mm package (datasheet page 109) but it's a microcontroller that has 60K flash, 2K RAM, and built-in peripherals like GPIO, UART, and I2C on a single chip. I found this chip in a car radio (photos). It uses a Mitsubishi 740 family core, which has a superset of the NMOS 6502 instruction set. It will run normal 6502 code or you can use the extra instructions. It's low on RAM for a general purpose computer but the datasheet says it has a mode where external RAM can be connected. It is available from surplus dealers and I bought some from Utsource a few months ago. They were USD$8.22/each. I've tested a couple of them and they were functional.

_________________
- Mike Naberezny (mike@naberezny.com) http://6502.org


Top
 Profile  
Reply with quote  
PostPosted: Sat Dec 29, 2018 9:49 am 
Offline

Joined: Mon May 25, 2015 1:12 pm
Posts: 92
Firstly, my apologies to everyone for not logging on in quite a while. Mike Naberezny, I find that Mitsubishi part quite intriguing and I thank you for the link.

I shall take a good look at it over the next few days.


Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 13 posts ] 

All times are UTC


Who is online

Users browsing this forum: No registered users and 7 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to: