techtravels.org

inital results on error correction

While I have yet to actually implement the full-scale error correction as I want to, I did some manual tests today. I basically took a track that I was erroring out on, and swapped in 1-bit away values for the bad bytes.  In some cases, it appeared...

Latest articles

first night wiring progress

Now I remember why I like FPGAs so much, no freakin’ wiring!@!# Here’s a start to what the monster looks like.  I think I’ll like the PCB form factor a little better. 🙂 I thought a little bit about how...

Interesting article and comments

Someone on sci.electronics.design mentioned the following article: This is a Floppy Disk Data Separator Design Guide for DP8473 which is a floppy disk controller like the infamous NEC 765 controller.  It’s a...

Launch of HOPE Badge Computer project

This is the first post of many in this category. We have a project page giving the general goals of the project, but most of the hands-on action will happen here in the blog posts. For the latest status, reading these...

quick memory check

So on bootup, I now have the hardware do a memory check.  I basically take and write out a bunch of values to the memory, and then read them back and make sure they read back properly.  The values written are based on...

redone transfer routine

So my transfer routine has been a little flaky lately. I’m not sure exactly why but I think it’s related to the number of processes I’m running. While it’s a P4 2.4, I think USB scheduling is...