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

All times are UTC




Post new topic Reply to topic  [ 184 posts ]  Go to page Previous  1 ... 8, 9, 10, 11, 12, 13  Next
Author Message
PostPosted: Sun Nov 18, 2012 11:42 am 
Offline

Joined: Wed Sep 19, 2012 6:19 pm
Posts: 122
Location: England
BigEd wrote:
Good tips!
How have you labelled the pins/posts?
Cheers
Ed



Paper strips glued to the board with Pritt Stick. https://docs.google.com/file/d/0B5VgMsm_YbEhTFd6WTR4bkgwQ28/edit


Top
 Profile  
Reply with quote  
PostPosted: Sun Nov 18, 2012 11:45 am 
Offline

Joined: Wed Sep 19, 2012 6:19 pm
Posts: 122
Location: England
BigDumbDinosaur wrote:
alkopop79 wrote:
- wire wrap (WW) might be more expensive than soldering but fast, reliable and can connections can be easily un-done. The tool can be purchased from Farnell and way cheaper than on Ebay ( http://uk.farnell.com/jsp/search/productdetail.jsp?sku=441089&CMP=i-bf9f-00001000 ).

That tool appears to be the same one I have, which I bought a long time ago.


The only problem I had with this tool is that it used to break the wires in the beginning. I think I had to 'break it', like a pair of new leather boots. After 30+ wrapping the sharp bits had been abraded and had no problem since then.


Top
 Profile  
Reply with quote  
PostPosted: Sun Nov 18, 2012 11:47 am 
Offline

Joined: Wed Sep 19, 2012 6:19 pm
Posts: 122
Location: England
Somone noted in a blog that WW is like meditation. I totally agree. You don't need the soldering iron, only a spool of kynar and the tool and it can be done while watching a movie. I already miss WW-ing. Gotta find an other SBC to build...


Top
 Profile  
Reply with quote  
PostPosted: Sun Nov 18, 2012 12:05 pm 
Offline

Joined: Wed Sep 19, 2012 6:19 pm
Posts: 122
Location: England
Also, I recommend using WW headers to distribute the power: http://spiratronics.com/product-39395.html One post is not enough to wire all the ICs to so I used four pairs (VCC+GND) of headers placed at different points of the board, all connected to one pair. Do not daisy chain!


Top
 Profile  
Reply with quote  
PostPosted: Sun Nov 18, 2012 3:21 pm 
Offline
User avatar

Joined: Mon Aug 08, 2011 2:48 pm
Posts: 808
Location: Croatia
alkopop79 wrote:
Gotta find an other SBC to build...

I have a 6802(my sbc was supposed to run with it, but i changed my mind for the 6502), and no plans for it. :D


Top
 Profile  
Reply with quote  
PostPosted: Fri Dec 07, 2012 7:23 am 
Offline

Joined: Wed Sep 19, 2012 6:19 pm
Posts: 122
Location: England
Gentlemen, is there anyone who could burn EEPROM for me in the UK? I've been struggling with a home made contraption and doesn't seem work properly.


Top
 Profile  
Reply with quote  
PostPosted: Fri Dec 07, 2012 6:12 pm 
Offline
User avatar

Joined: Thu Dec 11, 2008 1:28 pm
Posts: 10939
Location: England
If you mean a 28-pin DIP like the BBC micro's ROMs, I can probably help.


Top
 Profile  
Reply with quote  
PostPosted: Fri Dec 07, 2012 10:32 pm 
Offline

Joined: Wed Sep 19, 2012 6:19 pm
Posts: 122
Location: England
Indeed it's a 28 pin DIP however it only needs 5 volts for programming. Dajgoro is helping me debugging the EEPROM programmer contraption but if it fails I'll need your help. Thank you!


Top
 Profile  
Reply with quote  
PostPosted: Sat Dec 08, 2012 1:40 pm 
Offline

Joined: Wed Sep 19, 2012 6:19 pm
Posts: 122
Location: England
I read somewhere that ROMs have to erased before writing. I wonder if that stops me from being able to write my EEPROM? I checked the datasheet and the erasing waveform looks identical to the writing one except the erasing pulse takes longer (10ms as opposed to the 100ns of writing) and the output enable pin is 12 volts. Since I have the MCU and the breadboard set up for writing I wonder if I can just use a buffer/driver IC with 12V VCC? The input would come from the MCU, the output would go to the OE of the EEPROM. Would that work? Or should I just use a transistor to switch the 12V for erasing?


Top
 Profile  
Reply with quote  
PostPosted: Sat Dec 08, 2012 5:46 pm 
Offline
User avatar

Joined: Fri Dec 11, 2009 3:50 pm
Posts: 3367
Location: Ontario, Canada
Quote:
I wonder if I can just use a buffer/driver IC with 12V VCC? [...] Or should I just use a transistor to switch the 12V for erasing?
These both sound like workable options, AP. As long as the voltage & current spec's are satisfied then the EEPROM won't know the difference. :D

Just remember that applying 12 volts could be disastrous if not done properly. If you're at all uncomfortable it might be best to share your proposed circuit (and the EEPROM data sheet) with us before you proceed.

have fun!
Jeff

_________________
In 1988 my 65C02 got six new registers and 44 new full-speed instructions!
https://laughtonelectronics.com/Arcana/ ... mmary.html


Top
 Profile  
Reply with quote  
PostPosted: Sat Dec 08, 2012 11:43 pm 
Offline

Joined: Fri Aug 30, 2002 2:05 pm
Posts: 347
Location: UK
Quote:
I read somewhere that ROMs have to erased before writing.
EEPROMs shouldn't need erasing before writing. You can erase the whole device in one go, having applied 12V to /OE and usually using a software code, but you don't need to.

You should be able to rewrite any or all of the bytes in a page in one go using the write command. One thing to remember though is that no read will work while a write command is active, all you will get is the write status until the write is complete.

Lee.


Top
 Profile  
Reply with quote  
PostPosted: Sat Dec 15, 2012 7:30 pm 
Offline

Joined: Wed Sep 19, 2012 6:19 pm
Posts: 122
Location: England
I just realised, the Atmel EEPROM I've been trying to program is incompatible with the UK101 because of the difference in pinouts. So I will have to purchase an old 28 pin EPROM/EEPROM. BigEd, once I get paid I will need you kind help! Thanks in advance!


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

Joined: Mon Aug 08, 2011 2:48 pm
Posts: 808
Location: Croatia
What eeprom do you have, what model is it?


Top
 Profile  
Reply with quote  
PostPosted: Sat Dec 15, 2012 9:45 pm 
Offline

Joined: Wed Sep 19, 2012 6:19 pm
Posts: 122
Location: England
Atmel 28C64B


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

Joined: Mon Aug 08, 2011 2:48 pm
Posts: 808
Location: Croatia
Ah.
That is the IC that I was suggesting that I might send it to you, but I also told you that it wouldn't work, since it is too small (8k).
What you need is a 28C256 (32k), or bigger, maybe some 29xxxx IC would suit you.
But again, you should be able to program the one you already have (except if you were rewriting it a few times while programing, since you tried to write a bigger file that it actually fits)...

http://www.ebay.com/itm/1PCS-XICOR-X28C ... 3cbe363a1c
Many of you are discouraged by the look of IC that are sold on ebay, but I never had issues with them.


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

All times are UTC


Who is online

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