Could someone expand it a bit.
For example, I can provide an interrupt table in my start.S file.
So, when interrupts occurs, pc counter is set to the appropriate address in
table entry.
And we have several RTEMS interrupt handlers. And RTEMS handlers table.
How do they relate to each other?
2017-
https://docs.rtems.org/branches/master/cpu-supplement/port.html#interrupt-processing
https://docs.rtems.org/branches/master/bsp-howto.html#set-vector-install-an-interrupt-vector
On Fri, Jun 30, 2017 at 10:49 AM, Denis Obrezkov
wrote:
> Hello all,
> what is the common practice of interrupt imple