2011-04-26 15:41:44

by Adam Jiang

[permalink] [raw]
Subject: How to deal with interrupt on HW without interrupt pin?

Hello, list

I have a weird hardware module on my board. According to the
schematics, there is no pins(there should be, but missed by some
reason) connected to CPU for notifications of interrupt. However,
interrupt status and mask registers on the module could be accessed
with i2c interface. Is there an efficient way to know when the
interrupt occurred? Are there any good example for this? Thanks.

/Adam