6502.org Forum  Projects  Code  Documents  Tools  Forum
It is currently Sun Sep 29, 2024 9:23 am

All times are UTC




Post new topic Reply to topic  [ 184 posts ]  Go to page Previous  1 ... 9, 10, 11, 12, 13  Next
Author Message
PostPosted: Sat Dec 15, 2012 10:28 pm 
Offline

Joined: Wed Sep 19, 2012 6:19 pm
Posts: 122
Location: England
The problem is that the pinout is different from the ones needed for the UK101. The one I have is 64K.


Top
 Profile  
Reply with quote  
PostPosted: Sat Dec 15, 2012 10:35 pm 
Offline
User avatar

Joined: Mon Aug 08, 2011 2:48 pm
Posts: 808
Location: Croatia
The 28c64b is a 64 kilobit memory, 64K=(8K x 8 ), but it has only 8 kilobytes.
the 28c256, is a 256 kilobit chip, and it has 32 kilobytes of memory.

As for pinouts, all of this chips share the same generic pinout, and only as size increases address pins stack from the bottom up, but the rest is unchanged.


Top
 Profile  
Reply with quote  
PostPosted: Sat Dec 15, 2012 10:48 pm 
Offline

Joined: Wed Sep 19, 2012 6:19 pm
Posts: 122
Location: England
Thank you! Will purchase another one next week.


Top
 Profile  
Reply with quote  
PostPosted: Sat Dec 15, 2012 10:56 pm 
Offline
User avatar

Joined: Mon Aug 08, 2011 2:48 pm
Posts: 808
Location: Croatia
Np.
You can probably find it in the local store, but it will be more expensive than ebay.
As for ebay, anything ordered, will arrive in January.


Top
 Profile  
Reply with quote  
PostPosted: Sat Dec 15, 2012 11:13 pm 
Offline

Joined: Wed Sep 19, 2012 6:19 pm
Posts: 122
Location: England
I found a UK seller. My only worry is programming the thing.


Top
 Profile  
Reply with quote  
PostPosted: Sat Dec 15, 2012 11:28 pm 
Offline
User avatar

Joined: Mon Aug 08, 2011 2:48 pm
Posts: 808
Location: Croatia
If you get a free afternoon during Christmas, I could try to enter your computer via Teamviewer, and then we could take a look together on what is happening with your contraption.


Top
 Profile  
Reply with quote  
PostPosted: Wed Dec 19, 2012 2:51 pm 
Offline

Joined: Wed Sep 19, 2012 6:19 pm
Posts: 122
Location: England
Dajgoro wrote:
The 28c64b is a 64 kilobit memory, 64K=(8K x 8 ), but it has only 8 kilobytes.
the 28c256, is a 256 kilobit chip, and it has 32 kilobytes of memory.


It seems I was trying to write a 32Kb image onto an 8Kb ROM. No wonder it didn't work! However, I wrote some test-images of less than 1K and the writing/reading works perfectly with the Arduino-contraption. I only need to add an extra wire (since the address bus of the 32K ROM is 14 bit wide, not 13) and modify two lines of code. That's it. Also, it seems I have to rewire a couple of address wires on the SBC. The new EEPROM is coming this week. The uk101 was made for EPROMs which have slightly different pinout than the Atmel EEPROM I'm getting.


Top
 Profile  
Reply with quote  
PostPosted: Wed Dec 19, 2012 5:38 pm 
Offline
User avatar

Joined: Fri Aug 30, 2002 1:09 am
Posts: 8521
Location: Southern California
Quote:
I only need to add an extra wire (since the address bus of the 32K ROM is 14 bit wide, not 13)

Er, make that two extra wires.
8KB --> 13 bits
16KB --> 14 bits
32KB --> 15 bits
64KB --> 16 bits

_________________
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: Wed Dec 19, 2012 5:53 pm 
Offline

Joined: Wed Sep 19, 2012 6:19 pm
Posts: 122
Location: England
Good point, thanks!


Top
 Profile  
Reply with quote  
PostPosted: Wed Dec 19, 2012 9:31 pm 
Offline
User avatar

Joined: Mon Aug 08, 2011 2:48 pm
Posts: 808
Location: Croatia
I am glad that it all works now. Let us know how the SBC perform when you get the new EEPROM.


Top
 Profile  
Reply with quote  
PostPosted: Fri Dec 21, 2012 1:35 pm 
Offline

Joined: Wed Sep 19, 2012 6:19 pm
Posts: 122
Location: England
Just done the NOP test and indeed, as I moved the probe from A0 to A14 the frequency gradually decreased. Gave up trying to burn the EEPROM, the contraption is not working. At least I know that the SBC will work!


Top
 Profile  
Reply with quote  
PostPosted: Fri Dec 21, 2012 5:16 pm 
Offline

Joined: Wed Sep 19, 2012 6:19 pm
Posts: 122
Location: England
Off topic: I was chatting with a fellow Hungarian friend about ROM programming. I remembered him telling a story about how his dad built an Altair clone that he eventually painted purple. I asked him where did his dad purchase Intel-stuff? At the time the West embargoed export of high tech and electronics to the countries behind the Iron Curtain (the so called 'CoCom-list'). He said, clones and black market. That also reminded me stories I read about Soviet clones of Intel microprocessors, Hungarian scientists building PDP8 reverse engineered from the manual(!), Apple I. clones manufactured in Bulgaria, East German MicroVAX II. clone, or the Polish K-202 16 bit minicomputer that competed with the Data General Supernova. Fascinating! Back to topic.


Top
 Profile  
Reply with quote  
PostPosted: Fri Dec 21, 2012 5:34 pm 
Offline
User avatar

Joined: Sat Dec 01, 2012 10:31 pm
Posts: 16
Location: England.
if you send me the ROM Binary file, I`ll be happy to burn it onto a 27C256 for you, it won`t be a Fast ROM, but should do up to 4MHz without a problem, if that`s any help to you send me a DM ;)

_________________
Also on Twitter as "YT2095".


Top
 Profile  
Reply with quote  
PostPosted: Fri Dec 21, 2012 5:36 pm 
Offline
User avatar

Joined: Mon Aug 08, 2011 2:48 pm
Posts: 808
Location: Croatia
Quote:
Gave up trying to burn the EEPROM, the contraption is not working.

Haven't you said that it worked a few posts before?


Top
 Profile  
Reply with quote  
PostPosted: Fri Dec 21, 2012 5:43 pm 
Offline

Joined: Wed Sep 19, 2012 6:19 pm
Posts: 122
Location: England
No, it's very hectic. It's driving me crazy.


Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 184 posts ]  Go to page Previous  1 ... 9, 10, 11, 12, 13  Next

All times are UTC


Who is online

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