6502.org Forum  Projects  Code  Documents  Tools  Forum
It is currently Sun Oct 06, 2024 8:26 pm

All times are UTC




Post new topic Reply to topic  [ 19 posts ]  Go to page 1, 2  Next
Author Message
 Post subject: 35ns EPROM
PostPosted: Sat Oct 14, 2017 5:33 pm 
Offline
User avatar

Joined: Mon May 12, 2014 6:18 pm
Posts: 365
Have any of you had luck with 35ns OTP EPROMs? I found these two "obsolete" models:

https://www.usbid.com/assets/datasheets/75/m27c4001.pdf
http://pdf.datasheetcatalog.com/datashe ... 081_DS.pdf


Top
 Profile  
Reply with quote  
 Post subject: Re: 35ns EPROM
PostPosted: Sun Oct 15, 2017 12:38 am 
Offline
User avatar

Joined: Thu May 28, 2009 9:46 pm
Posts: 8415
Location: Midwestern USA
Druzyek wrote:
Have any of you had luck with 35ns OTP EPROMs? I found these two "obsolete" models:

https://www.usbid.com/assets/datasheets/75/m27c4001.pdf
http://pdf.datasheetcatalog.com/datashe ... 081_DS.pdf

I've used Atmel's 45ns OTP ROM in POC V1.1 at 15 MHz. I've not used any ROMs made by ST.

_________________
x86?  We ain't got no x86.  We don't NEED no stinking x86!


Top
 Profile  
Reply with quote  
 Post subject: Re: 35ns EPROM
PostPosted: Sun Oct 15, 2017 4:51 am 
Offline
User avatar

Joined: Mon May 12, 2014 6:18 pm
Posts: 365
Neat! How did you program it?

If I understand right this looks like a 25ns EPROM (though only 2k):
https://media.digikey.com/pdf/Data%20Sh ... 7C245A.pdf

This also got me thinking. 25ns nvSRAM. Not available in DIP but it might be neat with an adapter. Apparently it doesn't need a backup battery:
http://www.cypress.com/file/44406/download


Top
 Profile  
Reply with quote  
 Post subject: Re: 35ns EPROM
PostPosted: Mon Oct 16, 2017 3:59 am 
Offline
User avatar

Joined: Thu May 28, 2009 9:46 pm
Posts: 8415
Location: Midwestern USA
Druzyek wrote:
Neat! How did you program it?

In my TOP853 burner using the AMD 27C256 algorithm. There's nothing special about it.

Quote:
If I understand right this looks like a 25ns EPROM (though only 2k):
https://media.digikey.com/pdf/Data%20Sh ... 7C245A.pdf

It is an EPROM, but at only 2K you'll be pretty limited for anything other than a very tightly written boot loader.

Quote:
This also got me thinking. 25ns nvSRAM. Not available in DIP but it might be neat with an adapter. Apparently it doesn't need a backup battery:
http://www.cypress.com/file/44406/download

It needs an external capacitor to power it during the automatic data store operation. You will need about 22 dollars US to purchase one of these SRAMs. A 45ns OTP ROM is a lot cheaper.

_________________
x86?  We ain't got no x86.  We don't NEED no stinking x86!


Top
 Profile  
Reply with quote  
 Post subject: Re: 35ns EPROM
PostPosted: Mon Oct 16, 2017 10:24 pm 
Offline

Joined: Sat Jun 04, 2016 10:22 pm
Posts: 483
Location: Australia
If you're after speed, you could go for an F-RAM. I'm under the impression that those are quite fast, and that they come as 5V parallel parts, although the selection among those is limited.
(I have no numbers; I'm working off of memory)


Top
 Profile  
Reply with quote  
 Post subject: Re: 35ns EPROM
PostPosted: Mon Oct 16, 2017 10:31 pm 
Offline
User avatar

Joined: Mon May 12, 2014 6:18 pm
Posts: 365
Quote:
It needs an external capacitor to power it during the automatic data store operation. You will need about 22 dollars US to purchase one of these SRAMs. A 45ns OTP ROM is a lot cheaper.
Ya, it is really expensive. I thought it was neat because it doesn't store anything unless you have written at least one byte to it. You could write to it once like an EPROM and then you wouldn't have to worry about store operations unless you wanted to write to it again.

Quote:
If you're after speed, you could go for an F-RAM.
That's interesting. The only 5v DIP parts I have found are 130ns IIRC.


Top
 Profile  
Reply with quote  
 Post subject: Re: 35ns EPROM
PostPosted: Mon Oct 16, 2017 11:16 pm 
Offline

Joined: Sat Jun 04, 2016 10:22 pm
Posts: 483
Location: Australia
Maybe I'm running off of bad recollections...

I found this one, which is 70ns: http://au.mouser.com/Semiconductors/Memory/F-RAM/_/N-488wv?P=1z0vhtuZ1z0w7ueZ1z0wtznZ1z0wu68&Keyword=F-RAM&FS=True


Top
 Profile  
Reply with quote  
 Post subject: Re: 35ns EPROM
PostPosted: Mon Oct 16, 2017 11:57 pm 
Offline
User avatar

Joined: Mon May 12, 2014 6:18 pm
Posts: 365
Quote:
Oh neat.

I can't find the DIP part I was thinking about.


Top
 Profile  
Reply with quote  
 Post subject: Re: 35ns EPROM
PostPosted: Tue Oct 17, 2017 12:15 am 
Offline

Joined: Sat Jun 04, 2016 10:22 pm
Posts: 483
Location: Australia
Apologies on that one, those are SMDs.
Personally, I find SOICs aren't too hard to solder pin-by-pin if you solder the two diagonal pins, and then the rest. Best to use a conical tip for that, though...


Top
 Profile  
Reply with quote  
 Post subject: Re: 35ns EPROM
PostPosted: Tue Oct 17, 2017 12:38 am 
Offline
User avatar

Joined: Mon May 12, 2014 6:18 pm
Posts: 365
Do you mean dead bugging? I've only tried that once with an SMD part but it was pretty tough. I might give it another try for fast memory though.

EDIT: This is what I had found before: https://www.digikey.com/product-detail/en/cypress-semiconductor-corp/FM16W08-PG/FM16W08-PG-ND/4090347
Looks like it is 130ns write time but maybe 70ns for reading.


Last edited by Druzyek on Tue Oct 17, 2017 12:42 am, edited 2 times in total.

Top
 Profile  
Reply with quote  
 Post subject: Re: 35ns EPROM
PostPosted: Tue Oct 17, 2017 12:39 am 
Offline

Joined: Sat Jun 04, 2016 10:22 pm
Posts: 483
Location: Australia
What's dead bugging? I've never heard of it before.


Top
 Profile  
Reply with quote  
 Post subject: Re: 35ns EPROM
PostPosted: Tue Oct 17, 2017 12:47 am 
Offline
User avatar

Joined: Mon May 12, 2014 6:18 pm
Posts: 365
Quote:
What's dead bugging? I've never heard of it before.
Turning a chip on its back and gluing it to the board then soldering each leg individually. Some people are really impressive at it but it was pretty darn hard when I tried.

Edit: how do I make the pictures smaller?

Random images from Google:
Image
Image
Image


Top
 Profile  
Reply with quote  
 Post subject: Re: 35ns EPROM
PostPosted: Tue Oct 17, 2017 12:50 am 
Offline

Joined: Sat Jun 04, 2016 10:22 pm
Posts: 483
Location: Australia
Ok, no, I was thinking of on a proper pcb, but that is at the top end of the hobby, so...


Top
 Profile  
Reply with quote  
 Post subject: Re: 35ns EPROM
PostPosted: Tue Oct 17, 2017 2:13 am 
Offline
User avatar

Joined: Fri Aug 30, 2002 1:09 am
Posts: 8521
Location: Southern California
DerTrueForce wrote:
Personally, I find SOICs aren't too hard to solder pin-by-pin if you solder the two diagonal pins, and then the rest. Best to use a conical tip for that, though...

You can do them about the same way as SOJs. I have my method written up at viewtopic.php?p=48875#p48875, and the picture that goes with them is in BDD's post two posts above it. I don't do one pin at a time.

_________________
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  
 Post subject: Re: 35ns EPROM
PostPosted: Tue Oct 17, 2017 3:13 am 
Offline
User avatar

Joined: Mon May 12, 2014 6:18 pm
Posts: 365
Quote:
Ok, no, I was thinking of on a proper pcb, but that is at the top end of the hobby, so...
Ya, I'm not on that level yet. I thought you meant dead bugging since you said pin by pin instead of a bunch at once like Garth was saying.

Garth, that picture looks really good.


Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 19 posts ]  Go to page 1, 2  Next

All times are UTC


Who is online

Users browsing this forum: No registered users and 42 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: