Re: How interrupts are handled in RTEMS

2017-07-26 Thread Sebastian Huber
On 26/07/17 15:01, Denis Obrezkov wrote: Hello all, I have read RTEMS manuals but still can't fully understand how interrupts are handled. The manuals will be of no help here. For example, when an interrupt occurs pc is set to an IRQ handler address. So, the program's execution continued

How interrupts are handled in RTEMS

2017-07-26 Thread Denis Obrezkov
Hello all, I have read RTEMS manuals but still can't fully understand how interrupts are handled. For example, when an interrupt occurs pc is set to an IRQ handler address. So, the program's execution continued from that place. And my question is: how do set_vector and rtems_interrupt_catch rela