Hi,
Do you think this will work for in-circuit programming of an EEPROM while in an 8085 cpu circuit. I got it from ChatGPT:
8085 Pinout:

Example Workflow:
Thanks, Kei
Do you think this will work for in-circuit programming of an EEPROM while in an 8085 cpu circuit. I got it from ChatGPT:
8085 Pinout:

Example Workflow:
- Assert HOLD: The Arduino sets the HOLD line high.
- Wait for HLDA: The Arduino waits until the 8085 asserts HLDA.
- Program EPROM: The Arduino drives the address, data, and control lines to program the EPROM.
- De-assert HOLD: The Arduino sets the HOLD line low.
- 8085 Resumes Operation: The 8085 de-asserts HLDA and continues normal operation.
Thanks, Kei