techtravels.org

more real world tests

So tonight, I put my new FPGA implementation of the amiga floppy project to good use.  I read some more of my collection of amiga floppies. GREAT NEWS. It’s working like a champ.  As a matter of fact, I selected...

found bug last night

With this new FPGA solution, certain tracks would result in what I call a “short read.”  A short read is any received track that contains less than 28,125 delta T’s, aka pulse times.  Given a certain...

SX EOL

I hate when this happens. 🙂 The Parallax SX microcontroller line has reached production EOL. The owner of the SX design (www.ubicom.com) has given Parallax final notice that we are to place a lifetime buy of wafers. We...

Histogram of one track

Here’s a histogram of one track off an amiga floppy disk.  Notice the peaks near 4us, 6us, and 8us. I’ve got this data from my logic analyzer, crunched through my little C proggie, and then graphed with...

my checksum algorithm

So I’m using an XOR checksum to detect errors in the transfer between the SX and the PC.  I always thought it was a reasonably strong checksum, even though it’s still an 8 bit checksum. I found a neat...