Interrupt Operation - Omega OME-PIO-D144 Hardware Manual

Pci-bus digital i/o board
Table of Contents

Advertisement

2.5

Interrupt Operation

The PC0, PC1, PC2, PC3 of CN1_PC can be used as interrupt signal source. Refer
to Sec. 2.1 for PC0/1/2/3 location. The interrupt of OME-PIO-D144 is
& Active_High
. The interrupt signal can be programmed to
inverted
state. The programming procedure is as follows:
1. make sure the initial level is High or Low
2. if the initial state is High
3. if the initial state is Low
4. enable the INT function (Section. 3.3.4)
5. If the interrupt signal is active
service routine
Refer to DEMO3.C & DEMO4.C for single interrupt source. Refer to
DEMO5.C for four interrupt sources.
If only one interrupt signal source is used, the interrupt service routine does not
have to identify the interrupt source. (Refer to DEMO3.C & DEMO4.C)
If there are more than one interrupt source, the interrupt service routine has to
identify the active signals as following: (refer to DEMO5.C)
1. Read the new status of the interrupt signal source
2. Compare the new status with the old status to identify the active signals
3. If PC0 is active, service CN1_PC0 & non-inverter/inverted the CN1_PC0 signal
4. If PC1 is active, service CN1_PC1 & non-inverted/inverted the CN1_PC1 signal
5. If PC2 is active, service CN1_PC2 & non-inverted/inverted the CN1_PC2 signal
6. If PC3 is active, service CN1_PC3 & non-inverted/inverted the CN1_PC3 signal
7. Save the new status to old status
Note: If the interrupt signal is too short, the new status may be as same as old
status. So the interrupt signal must be held active until the interrupt service
routine is executed. This hold time is different for different operating systems.
The hold time can be as short as micro-second or as long as second. In general,
20ms is enough for most operating systems.
OME-PIO-D144 User's Manual (Ver.2.1, Sep/2001)
select the
select the
program will transfer into the interrupt
if INT signal is High now
if INT signal is Low now
inverted
signal (Section. 3.3.6)
non-inverted
signal (Section. 3.3.6)
select the inverted input
select the non-inverted input
level-trigger
inverted or non-
---- 8

Advertisement

Table of Contents
loading

Table of Contents