Close

Some improvements already

A project log for Z80 ICE

To facilitate debugging at a low hardware level I made this adapter that turns a STM32F407ZGT6 development board into a Z80 ICE.

jacques-pelletierJacques Pelletier 12/04/2022 at 13:170 Comments

Adjusted the bus cycles timing to be equivalent to those measured on a real Z80 at 4 MHz.

Done some improvements to the binary editor, it's a bit easier to use and there's now a help on screen.

The Intel Hex loader now works if we send bytes slowly enough. On linux, I use the command: "pv -L 10 myhexfile.hex > /dev/ttyUSB0", which transmit 10 bytes/sec.

I will try to implement interrupt or DMA on the serial port.


Discussions