This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: isr routine does not invoke for RTC interrupt


On Wed, Sep 17, 2003 at 07:17:26PM +0900, Satish Kumar wrote:
> Ok,
>      i have used the system timer and not the RTC..the interrupts are 
> gettin generated , but the isr routines are not being called..what could
> be the reason..?

1) You are using the wrong interrupt vector
2) You are not enabling the interrupt in the interrupt controller.
3) You have all interrupts disabled for some reason.

Make sure you have asserts enabled. Then check which vector its
registering the interrupt handler on.

      Andrew

-- 
Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]