beautypg.com

Micromod MOD: 1731N ICN Mini-Link Users Guide User Manual

Page 20

background image

IB-23C003

PROGRAMMING MINI LINK INTERRUPTS

Interrupt Service Routine Location
It is the user's responsibility to install an Interrupt Service Routine at an appropriate
memory location (according to the configured hardware interrupt) which does not interfere
with concurrently operated software or hardware.

In most cases, these interrupt service routines will be simple Transmit/Receive operations
with user conditions determining success or failure of the routines. Table 3-1 lists the
interrupt service vector locations. These are valid for most default system memory maps.

Table 3-1. Interrupt Service Vector Locations

Interrupt

Low Memory Location Of Service Vector *

IRQ3

0000:000C

h

IRQ4

0000:0010

h

IRQ5

0000:0014

h

IRQ6

0000:0018

h

IRQ7

0000:001C

h

*

These addresses are assigned by software only. Because they are not hardwired into
the system, they could be changed by resident or normally terminated routines.

3-2