Re: Common practice of interrupt implementation in RTEMS

2017-06-30 Thread Denis Obrezkov
Denis Obrezkov > wrote: > > Hello all, > > what is the common practice of interrupt implementation in RTEMS? > > I wasn't able to find much information in RTEMS BSP manual. > > > > My platform RISC-V has vectored interrupts and exceptions. > > A cause

Re: Common practice of interrupt implementation in RTEMS

2017-06-30 Thread Gedare Bloom
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 int

Common practice of interrupt implementation in RTEMS

2017-06-30 Thread Denis Obrezkov
Hello all, what is the common practice of interrupt implementation in RTEMS? I wasn't able to find much information in RTEMS BSP manual. My platform RISC-V has vectored interrupts and exceptions. A cause of an exception or of an interrupt is always available in 'mcause' re