Possible Atmel GAL programmer

Topics relating to PALs, CPLDs, FPGAs, and other PLDs used for the support or creation of 65-family processors, both hardware and HDL.
Post Reply
TomC
Posts: 22
Joined: 21 Oct 2010
Location: US

Possible Atmel GAL programmer

Post by TomC »

I just stumbled onto this website, which purports to offer a homebrew programmer for Atmel's 16v8 and 22v10 chips: http://www.bhabbott.net.nz/atfblast.html

You need a computer with a parallel port; maybe he'll upgrade it to use USB at some point.
User avatar
drogon
Posts: 1671
Joined: 14 Feb 2018
Location: Scotland
Contact:

Re: Possible Atmel GAL programmer

Post by drogon »

TomC wrote:
I just stumbled onto this website, which purports to offer a homebrew programmer for Atmel's 16v8 and 22v10 chips: http://www.bhabbott.net.nz/atfblast.html

You need a computer with a parallel port; maybe he'll upgrade it to use USB at some point.
I found that recently, however the real "trick" is knowing the algorithm - the hardware is relatively easy to hook up to e.g. an ATmega (arduino), so it ought to be possible to write the burning code for the ATmega, download the file into it (2K ram - plenty of space) then get it to burn the GAL.

That's my plan, anyway.

-Gordon
--
Gordon Henderson.
See my Ruby 6502 and 65816 SBC projects here: https://projects.drogon.net/ruby/
whartung
Posts: 1004
Joined: 13 Dec 2003

Re: Possible Atmel GAL programmer

Post by whartung »

What makes these difficult to program? Wacky voltage requirement? Secret undocumented incantations?
DerTrueForce
Posts: 483
Joined: 04 Jun 2016
Location: Australia

Re: Possible Atmel GAL programmer

Post by DerTrueForce »

They use a serial programming algorithm that isn't publicly documented by Atmel/Microchip, and for some reason, it's not available on cheap programmers.
People have reverse-engineered it, though.
User avatar
GARTHWILSON
Forum Moderator
Posts: 8775
Joined: 30 Aug 2002
Location: Southern California
Contact:

Re: Possible Atmel GAL programmer

Post by GARTHWILSON »

DerTrueForce wrote:
They use a serial programming algorithm that isn't publicly documented by Atmel/Microchip, and for some reason, it's not available on cheap programmers. People have reverse-engineered it, though.
I would use their parts if the information were available. Do you have a link to the reverse-engineered algorithm?
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?
DerTrueForce
Posts: 483
Joined: 04 Jun 2016
Location: Australia

Re: Possible Atmel GAL programmer

Post by DerTrueForce »

I do, but not on this device. I've posted it before, though. I'll take a look and see if I can find it again.

EDIT: Here you are: https://www.ecstaticlyrics.com/electronics/ATF22V10C/
User avatar
GARTHWILSON
Forum Moderator
Posts: 8775
Joined: 30 Aug 2002
Location: Southern California
Contact:

Re: Possible Atmel GAL programmer

Post by GARTHWILSON »

Thanks. I just now printed it.
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?
Post Reply