techtravels.org

Archive - March 2005

updates

I originally thought that the SX might be sending the data too fast for the PC to handle. As my last post mentioned, one full cycle is 12us, but who knows if this is during a disk-write, going into the cache, etc. I...

PC to SX transfer images

I haven’t spent much time within the last few days on the project. Looking at the data on the PC, I think that there are still some problems. I think the problems lie in the fact that the interface to the parallel...

Timing problems still?

I think I’m still having timing related issues. I have RTCC overflowing every 1.8us which I *know* is less than the 2us bit cell(or less than half the bit cell, if you take it to be 4us), but this seems to be what...

Timing image

I just wanted to throw this up here to show an example of how the timing is working on my project. Its working well. Top line is the input signal from the drive. Bottom line is the firing of interrupts, either from the...

PC xfer still not working

Well I completely rewrote the code. And surprisingly, it looks pretty similar to what I did before. I moved the store/transfer routine out of (being called from) the ISR to the main loop. As soon as the ISR detects a...

Of timing, and general progress

I’ve determined that programming is like whack-a-mole(only took me 15 years to figure this out!) Fix one problem, and another one that already works stops working. This is what happened to me yesterday. My ISR...

Am I reading MFM wrong?

I’m beginning to think that I don’t fully understand the signalling coming out of the drive. I understand the concepts behind MFM (I think), but the actual application to this project, I’m not so sure...

Schmitt Trigger

Welp, after talking with some smart guys on forums.parallax.com, it looks like the Schmitt Trigger feature on the SX is going to allow me to get rid of my 74HC132 that I’ve spent at least a couple hours messing...