Messages in this thread |  | | Subject | Re: Should I use Linux to develop driver for specialized ISA card? | Date | Mon, 17 Sep 2001 21:19:59 +0200 (MEST) | From | (Rogier Wolff) |
| |
Erik Mouw wrote: > On Tue, Sep 04, 2001 at 02:57:10PM +0200, Rastislav Stanik wrote: > > I'm developing specialized plotter. > > The moving parts of the plotter are controlled by ISA card that generates > > (and responds to) interrupts on each movement or printing event. > > The interrupts can be generated quite fast; up to frequency of 4kHz. > > I just made a driver for a couple of serial A/Ds that runs at 2kHz on a > StrongARM platform. The system doesn't have any problems to keep up > with that frequency, so I think 4kHz would still be OK.
I've had a waveform generator generate a square wave into an interrupt input of an ISA card. At 120k interrupts per second the system would noticably slow down, and at 140k interrupts it would stop. (and continue once the interrupt frequency was down below the threshold again).
So, you have about a factor of 25 of margin beyond "4kHz".
Roger. -- ** R.E.Wolff@BitWizard.nl ** http://www.BitWizard.nl/ ** +31-15-2137555 ** *-- BitWizard writes Linux device drivers for any device you may have! --* * There are old pilots, and there are bold pilots. * There are also old, bald pilots. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |