interrupt service routine under windows

G

grup.epoo

Hello,

I am trying to program an specific ISR (interrupt service routine) at
IRQ8 in order to get interrupts generated from a pci-device (which i
am using its driver on my c++ application).

This device active the IRQ8 (its installed there) when a event occurs.
I want to execute my routine when this event occurs.

So... I have to program the interrupt service vector? It is possible
under "visual studio" and XP?

Thanks.
 
M

Mike Wahler

Hello,

I am trying to program an specific ISR (interrupt service routine) at
IRQ8 in order to get interrupts generated from a pci-device (which i
am using its driver on my c++ application).

This device active the IRQ8 (its installed there) when a event occurs.
I want to execute my routine when this event occurs.

So... I have to program the interrupt service vector? It is possible
under "visual studio" and XP?

Perhaps, perhaps not. But this isn't the place to ask.
Here we only discuss the C++ programming language, which
has no notion of 'interrupts', 'ISR', 'drivers', etc.
Try asking in a Windows programming group.

You can find a list of newsgroups where Microsoft
tools and technologies are discussed at
www.msdn.microsoft.com

Purpose of comp.lang.c++:
http://www.slack.net/~shiva/welcome.txt

-Mike
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,054
Latest member
TrimKetoBoost

Latest Threads

Top