This is the mail archive of the ecos-discuss@sourceware.org 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: Re: On ARM7 can one of FIQ/IRQ be used for non-eCos stuff?


> Is there a platform-independant way to trigger an ISR from
> software? 

I don't think so. The function to actually handle the interrupt,
hal_IRQ_handler() is in the platform package, not the architecture
package. hal_IRQ_handler() asks the interrupt controller what
triggered the interrupt and that is all platform dependent.

          Andrew

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


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