On Wednesday 02 April 2008, Andrew Lunn wrote:
> > 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.

Could that be hidden by some HAL macro ?

Alex



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

Reply via email to