Skip to content

Add support for AM28F020A flash

David Platt requested to merge davidplatt/minipro:add-28F020A into master

The AM28F020A chips seem to be fully programmer-compatible with the older AM28F020, except for a new device ID. Programming them with -p AM28F020 -y works fine. So, I simply duplicated all of the 020 configurations and changed the device-ID from 12A to 129.

Tested: in a TL866A, with a couple of new-old-stock AM28F020A@PLCC32 chips. Erase, programming, and readback all work, and one of the updated chips has successfully booted in the intended device.

Merge request reports