Christian,
Thanks for the information. I am using a laptop with a DAQCard 6024e to time stamp some external events (digital signals) with 50 micro second or better accuracy. I'm using Linux with the rtai extensions.
I had hoped to use the comedi drivers. However they do not support external interrupts. Then I found the MH DDK, and thought I might have a ready made environment for accessing the STC registers on the DAQCard 6024e.
I've just started to work on accessing the STC registers using a comedi application since it takes care of the PCMCIA setup for me.
The posted MH DDK examples and documentation seemed to indicate that I was out of luck with a linux and PCMICA environment. Your answer confirmed this, but you have caused me to cons
ider modifying the osiBus to do PCMCIA, instead of modifying the comedi to support interrupts via the STC registers.
Maybe a little experience with the DAQ-STC Technical Reference Manual will help me to identify the appropriate approach. I have not looked into the MH DDK board specific register level API examples enough to see if there is any STC help in there. If so, I may be better off to modify the osiBus interface and take advantage of any board level API stuff that is already out there.
Thanks again for the information.
RBB