byte_76 wrote on 2025-03-17, 16:22:
... I do have a PIC K150 programmer.
Is it somehow possible to use this device to program a 32-pin motherboard EPROM chip?
There's virtually no chance that a PIC programmer would be able to program any kind of EPROM
let alone one "big enough" to use in a PC.
Since you have a PIC programmer, I' m assuming you are OK with/acceptably good at building little
special purpose gadgets... You could probably make your own programmer using a PIC ...
but the "big question" is "how much work do you want to do?"
Programming a device just involves controlling digital out bits.
but .. you have to do so in the correct way, which means reading
(and understanding) the manufacturers device programming
specifications and implementing the programming algorithms correctly!
This can be fairly "tricky".
Most of these digital bits are effectively direct connects to the device
(with suitable protection/level change as needed) ... but some devices
need very non-usual voltages ... for example, traditional EPROMs needed
(depending on the type) 27v, 25v, 21v, 12v etc. -- and for some devices
these need to be switched fast (like any other digital signal)!
Back in the 1990s I designed and built my own EPROM programmer (had an
internal 6809 processor and could do all the common EPROMs of the day)
I still have it, and still use it sometimes!
Another thing that can be a problem more with modern "big" devices, is
having enough I/O bits to be able to drive all the device address,
data and control signals.
Again, back in the 90s I built a "quick and dirty" EEPROM programmer
which I didn't make a microcontroller for .. it attached to a PC parallel
port (nowhere near enough address lines), so I used a chain of counters
which requires only two control lines:
RESET (set to 000000....) and STEP (advance count)
It worked for the particular device I was trying to rescue, and I don't
think I ever needed it again! (although I probably still have it somewhere
in my workshop/basement)
But ... that was many years ago, and device programmers were not at all
easy to get cheap ... there's lots of good/cheap stuff on the market
these days, and .. even though I've built such devices before, I'd strongly
consider "just picking one up" now!
Dave ::: https://dunfield.themindfactory.com ::: "Daves Old Computers"->Personal