Handling an Interrupt with an ISR, possible within C# (.NET)?

L

LordHog

Hello all,

I have a little application that will be used for test environment
that utilizes the CAN Messaging. The application will capture and then
decode the CAN message that are received. In the API reference material
the device will generate an interrupt which the user much provide an
interrupt service routine with the entry pointed at the interrupt 0x16
vector ( Address = 0x0083 ). Is it possible to write an interrupt
service routine in C# and have the interrupt attribute indicate the
0x16 vector? How would I go about accomplishing this? Perhaps this is
best left to Visual C++? Is there any sample/example code out there
that anyone knows of?

I am using Visual C# 2005 Express edition to develop the application.
Thanks

Mark
 

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

Top