Commit Graph

18 Commits

Author SHA1 Message Date
ole00 7774c76626 sketch: added support for erase-all and write-pes commands 2023-03-30 23:34:28 +01:00
ole00 7b9ccc9f8d sketch: removed obsolete variable 2023-03-30 23:34:28 +01:00
ole00 76a5d7fa9c Sketch: added support for ATF16V8CZ 2023-03-28 21:30:15 +01:00
ole00 81382a0e91 Afterburner sketch: updated top comments 2023-03-25 21:30:31 +00:00
ole00 e9d005213e Added support for Power-Down pin on ATF16V8C
The PD feature is now selectively enabled or disabled based
on the JED contents. Also, when fuses are read the printout
of the JED file reflects the PD fuse bit state. So, when
the PD fuse bit is enabled then the JED file contains an extra
fuse bit set to 1. The ATF22V10C now behaves the same way regarding
the PD fuse bit (previously Afterburner always disabled the PD
function).

credits: GALmate software
2023-03-25 21:30:31 +00:00
ole00 317b3520d8 Added support for securing/protecting the GAL
credits: GALmate software
2023-03-25 21:30:31 +00:00
ole00 f48513f05b sketch: read write and verify ATF16V8C
Based on GALmate by Yorck
https://www.ythiee.com/2021/06/06/galmate-hardware/
2023-03-21 20:48:47 +00:00
ole00 1dc2836125 sketch: reduced static memory allocation 2023-03-21 20:07:52 +00:00
ole00 45eb04de80 sketch: added detection of ATF16V8C 2023-03-21 19:58:40 +00:00
ole00 f57bf6a1ef version 0.4.1 2023-01-24 20:19:24 +00:00
ole00 ae955a8b6b ensure GPIOs are set to Input when not active
This should prevent accidental damage of the GAL chip
during insertion into the socket.
2023-01-24 20:17:49 +00:00
ole00 ed14f825a5 fixed web url 2023-01-24 20:12:35 +00:00
ole00 b5d6fa6683 version 0.4 - baud rate changed to 57600. Please re-upload .ino sketch.
After testing with genuine arduino uno I could not make
it to work reliably using the original baudrate 38400 on
Windows 7. Linux worked OK, but Windows 7 inserted extra 2
bytes 0xFE or 0xFF at the beginnig of the serial communication
(at least that's what arduino read from the serial line).
Baudrate 57600 so far had no issue, another reliable option
seem to be 9600.
2022-04-01 22:15:48 +01:00
ole00 772181f20b sketch: remember the gal type between arduino resets 2022-03-30 22:14:32 +01:00
Rob Reilink 58795b19ae Support for ATF22LV10. Fixes issue 11 2022-03-26 09:06:51 +01:00
mecparts b4faefc042 ATF16V8B was used cfgV8AB in some places, cfgV8 in others.
The chip would read, and write without error, but wouldn't work.
Changing all instances of cfgV8 to cfgV8AB in ATF16V8B
specific code seemed to get the programmed chip to work.
2020-05-25 00:34:24 -06:00
ole00 a6bdca4908 version 0.3
* fixed reading of configuration bits for 22V10 chips
* fixed reporting of errors during bitstream upload
* added GAL type set commmand
* added NO-CHECK of GAL type command
* 'i' command now requires to pass the GAL type on
  command line
* adjusted reporting of VPP to match Afterburner's
  readings
2019-04-09 20:43:28 +01:00
ole00 25b837798e project files 2019-03-16 10:54:24 +00:00