How to set up an interrupt on Zynq

Sebastian Huber sebastian.huber at embedded-brains.de
Wed Mar 9 07:01:31 UTC 2016



----- Am 9. Mrz 2016 um 3:21 schrieb xuelin tian xuelin.tian at qkmtech.com:

> Yes, rtems_interrupt_handler_install() works fine for me. Thanks. And now, I get
> a little confused with the concept "rtems_options". For example,
> RTEMS_INTERRUPT_SHARED means that this handler may share a common interrupt
> vector number with other handler. And then how could I know the exact
> corresponding relationship between interrupt source and interrupt handler?

All installed interrupt handlers are invoked in case an interrupt happens. Each interrupt handler must determine in a chip specific way if should do something.


More information about the users mailing list