[ECOS] Re: On ARM7 can one of FIQ/IRQ be used for non-eCos stuff?

Andrew Lunn andrew@lunn.ch
Wed Apr 2 19:42:00 GMT 2008


> 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



More information about the Ecos-discuss mailing list