Welcome, Guest. Please login or register.

Author Topic: Willem Programmer + 27C400 EPROMS  (Read 5396 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline billt

  • Hero Member
  • *****
  • Join Date: Nov 2002
  • Posts: 910
    • Show only replies by billt
    • http://www.billtoner.net
Re: Willem Programmer + 27C400 EPROMS
« Reply #14 from previous page: June 13, 2006, 07:27:32 PM »
I had a lot of problems trying to get my Willem to deal withthe AmigaOne FLASH chip. Turns out the chip enable pin wasn't pulled either high or low (I forget which it needed but I think low) and was floating. Try the test section of the Willem software and make sure your pins are toggling as they should, and add any resistors or whatever that is needed.
Bill T
All Glory to the Hypnotoad!
 

Offline alexh

  • Hero Member
  • *****
  • Join Date: Apr 2005
  • Posts: 3644
    • Show only replies by alexh
    • http://thalion.atari.org
Re: Willem Programmer + 27C400 EPROMS
« Reply #15 on: June 13, 2006, 11:56:41 PM »
@Motorolin,

If you havent already bought it and you intend to program lots of sets of EPROMs (Or, as I suspect, one pair of EPROMs lots of times). Get the more expensive version with ZIF sockets.
 

Offline Plaz

Re: Willem Programmer + 27C400 EPROMS
« Reply #16 on: June 14, 2006, 02:05:01 AM »
There are serveral versions of willem, so this may not all apply but here are some tips. Your adapter may not look exactly like the one in the picture (mine doesn't), but it should have 27c400 stenciled some where on there so you know it's the right module. The program will prompt you to install the module, but can't tell if you have or not. So as long as you have it plugged in, ignore the message.

You need to match the switches you see on the screen with the switch settings on your board. Mind which is #1 and the oreintation of your board (up or upside down as you match the screen). If your willem has USB, you probably need to plug the USB cable in. It get's power from the USB for  programming voltages. Also the eprom on my module seats to the bottom of the chip socket leaving the top to pins open. If you have it seated to the top, you'll get trash when you read. I'll try to diagram what I mean but the text editing here is tough to work with....

Pin 1 and 42 open at the top of the socket
0 = open    @ = eprom legs

0 _open 0
@ rom  @
@ rom  @
@ rom  @
@ rom  @
@ rom  @
@ rom  @
@ rom  @

Plaz
 

Offline motorollinTopic starter

  • Hero Member
  • *****
  • Join Date: Nov 2005
  • Posts: 8669
    • Show only replies by motorollin
Re: Willem Programmer + 27C400 EPROMS
« Reply #17 on: June 14, 2006, 07:04:41 AM »
@billt
I will try that if I still can't get it working once I have the correct adapter.

@alexh
You're right, I will be programming the same EPROMS more than once. Will have a look for the ZIF version.

@plaz
My adapter board doesn't have the two extra pins at the top of the socket. It looks like this:

@ rom @
@ rom @
@ rom @
@ rom @
@ rom @
@ rom @
@ rom @

I'm going to order the correct one when I get back from holiday and try again.

--
moto
Code: [Select]
10  IT\'S THE FINAL COUNTDOWN
20  FOR C = 1 TO 2
30     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NAAAA
40     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NA-NA-NAAAAA
50  NEXT C
60  NA-NA-NAAAA
70  NA-NA NA-NA-NA-NA-NAAAA NAAA-NAAAAAAAAAAA
80  GOTO 10
 

Offline irishmike

  • Hero Member
  • *****
  • Join Date: Jun 2004
  • Posts: 516
    • Show only replies by irishmike
    • http://www.jmikeneedham.net
Re: Willem Programmer + 27C400 EPROMS
« Reply #18 on: June 15, 2006, 05:21:01 AM »
I was wondering about how you would take a file like kick.rom and transfer it to EEPROMs.

I had another thread going, but figured that this one might be related.

Appreciate it if someone could enlighten me.

\\"When we ask for advice, we are usually looking for an accomplice.\\"
- Marquis de la Grange
 

Offline alexh

  • Hero Member
  • *****
  • Join Date: Apr 2005
  • Posts: 3644
    • Show only replies by alexh
    • http://thalion.atari.org
Re: Willem Programmer + 27C400 EPROMS
« Reply #19 on: June 15, 2006, 11:25:27 PM »
You buy an EPROM programmer, you get the RIGHT adapter ;-). Fire up the EPROM software, select kick.rom and hit PROGRAM.

You make sure that your kick.rom isnt encrypted
You make sure that you use the right EPROM's.
You make sure that you split the EPROMS (usually automatic in the programmer software) into HIGH and LOW bytes / words.
 

Offline TjLaZer

Re: Willem Programmer + 27C400 EPROMS
« Reply #20 on: June 16, 2006, 12:44:55 AM »
Don't forget to do a byte swap or it won't work!
Going Bananas over AMIGAs since 1987...

Looking for Fusion Fourty PNG ROMs V3.4?

:flame: :banana: :banana: :banana:
 

Offline motorollinTopic starter

  • Hero Member
  • *****
  • Join Date: Nov 2005
  • Posts: 8669
    • Show only replies by motorollin
Re: Willem Programmer + 27C400 EPROMS
« Reply #21 on: June 16, 2006, 06:54:57 AM »
Well, I feel like the biggest idiot in the world :-)

I posted a thread on the Willem forum about this, and someone posted a complete guide on using the equipment I had bought. Turns out I was using the wrong socket on the adapter :lol: I used the 40 pin one because the type of socket matched the one on the Amiga. The other socket was a different type, but turned out that it was the correct one and the 27C400 chips did fit!

The upshot: I've just watched my A1200 boot to a Kickstart 3.9 screen :-D

--
moto
Code: [Select]
10  IT\'S THE FINAL COUNTDOWN
20  FOR C = 1 TO 2
30     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NAAAA
40     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NA-NA-NAAAAA
50  NEXT C
60  NA-NA-NAAAA
70  NA-NA NA-NA-NA-NA-NAAAA NAAA-NAAAAAAAAAAA
80  GOTO 10
 

Offline QuarX

  • Jr. Member
  • **
  • Join Date: Aug 2004
  • Posts: 50
    • Show only replies by QuarX
Re: Willem Programmer + 27C400 EPROMS -OFF TOPIC-
« Reply #22 on: June 16, 2006, 07:59:04 PM »
Hello.

Sorry i have the following idea view this topic.

Hmmmm. its possible port to the AMIGA any eprom programmer program to get working WILLEM programmer together the AMIGA.

 :idea:

Ciaooo.

Jose.
 

Offline motorollinTopic starter

  • Hero Member
  • *****
  • Join Date: Nov 2005
  • Posts: 8669
    • Show only replies by motorollin
Re: Willem Programmer + 27C400 EPROMS -OFF TOPIC-
« Reply #23 on: June 16, 2006, 08:59:52 PM »
It is possible. But you would either need the original source code, or write your own application. I have searched and cannot find any software for the Willem programmer except for Windows :-(

--
moto
Code: [Select]
10  IT\'S THE FINAL COUNTDOWN
20  FOR C = 1 TO 2
30     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NAAAA
40     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NA-NA-NAAAAA
50  NEXT C
60  NA-NA-NAAAA
70  NA-NA NA-NA-NA-NA-NAAAA NAAA-NAAAAAAAAAAA
80  GOTO 10
 

  • Guest
Re: Willem Programmer + 27C400 EPROMS -OFF TOPIC-
« Reply #24 on: August 22, 2007, 07:46:45 AM »
Just reviving this old thread...

Reading what was in there confirms what I suspected...

Buying a Willem programmer is an attempt at saving money by going through tons of problems.

I decided to buy myself a 600$ USB device that supports nearly 11'000 devices without any adapters or jumpers.

So far it worked on first try with everything I could throw at it except the old Motorola MCM68764. It could read them but not program them. I contacted the manufacturer and a software update is already on the way.

It programs both memory chips AND microcontrollers of nearly all kinds such as PICs, Atmel's AVRs and ATMEGAs.
 

Offline countzero

  • Hero Member
  • *****
  • Join Date: Mar 2005
  • Posts: 1938
    • Show only replies by countzero
    • http://blog.coze.org
Re: Willem Programmer + 27C400 EPROMS -OFF TOPIC-
« Reply #25 on: August 22, 2007, 07:53:12 AM »
tons of problems ? I didn't get a single problem burning amiga roms when I got my willem, thanks to the good documentation in amiga user forums. And since I don't need to burn anything other than amiga roms (and the odd scsi roms every now and then) I'm glad I didn't pay X00$ for the burner !

OTOH, I'll soon receive a dead plus/4 computer, which is probably dead due to dead TED. I wonder if you could help me with that eslapion ?
I believe in mt. Fuji
 

  • Guest
Re: Willem Programmer + 27C400 EPROMS -OFF TOPIC-
« Reply #26 on: August 22, 2007, 08:12:25 AM »
Quote

countzero wrote:
tons of problems ? I didn't get a single problem burning amiga roms when I got my willem, thanks to the good documentation in amiga user forums. And since I don't need to burn anything other than amiga roms (and the odd scsi roms every now and then) I'm glad I didn't pay X00$ for the burner !

OTOH, I'll soon receive a dead plus/4 computer, which is probably dead due to dead TED. I wonder if you could help me with that eslapion ?


Perhaps I was interested in being able to do (much) more than just Amiga ROMs  ;-)

Concerning the Plus/4, what is a TED ? I can make substitute chips for the PLAs used in that machine but that's pretty much all I can do for them.