m.shahverdi | 1 Aug 2012 20:51
Picon

Interrupt in RTEMS

Hi all,
RTEMS c_user document explains interrupt management briefly but I want to know more about interrupt properties such as kinds of interrupt in RTEMS and so.

thanks

_______________________________________________
rtems-users mailing list
rtems-users@...
http://www.rtems.org/mailman/listinfo/rtems-users
Gedare Bloom | 1 Aug 2012 21:05
Favicon

Re: Interrupt in RTEMS

I don't really know where to start. Is there something in particular
you need to know?  Interrupt sources and interrupt handling are
hardware-specific (although often can be shared across processor
families). The most common interrupt you will find in RTEMS is the one
that drives the clock driver.

On Wed, Aug 1, 2012 at 2:51 PM, m.shahverdi <sspardis2@...> wrote:
> Hi all,
> RTEMS c_user document explains interrupt management briefly but I want to
> know more about interrupt properties such as kinds of interrupt in RTEMS and
> so.
>
> thanks
>
> _______________________________________________
> rtems-users mailing list
> rtems-users@...
> http://www.rtems.org/mailman/listinfo/rtems-users
>
_______________________________________________
rtems-users mailing list
rtems-users@...
http://www.rtems.org/mailman/listinfo/rtems-users

m.shahverdi | 1 Aug 2012 21:12
Picon

Re: Interrupt in RTEMS

Yes,I know it.I want to know about interrupt kinds,number of each of them and interrupt priorities.

On Wed, Aug 1, 2012 at 11:35 PM, Gedare Bloom <gedare-WKV1R6NGPIzYtjvyW6yDsg@public.gmane.org> wrote:
I don't really know where to start. Is there something in particular
you need to know?  Interrupt sources and interrupt handling are
hardware-specific (although often can be shared across processor
families). The most common interrupt you will find in RTEMS is the one
that drives the clock driver.

On Wed, Aug 1, 2012 at 2:51 PM, m.shahverdi <sspardis2-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
> Hi all,
> RTEMS c_user document explains interrupt management briefly but I want to
> know more about interrupt properties such as kinds of interrupt in RTEMS and
> so.
>
> thanks
>
> _______________________________________________
> rtems-users mailing list
> rtems-users-WKV1R6NGPIzYtjvyW6yDsg@public.gmane.org
> http://www.rtems.org/mailman/listinfo/rtems-users
>



--

به "هوالحی" زنده می کند؛

آنسان که می میراند به "هوالممیت"..

ما را به "هوالشهید" است که مدام می میراند و زنده می کند..


_______________________________________________
rtems-users mailing list
rtems-users@...
http://www.rtems.org/mailman/listinfo/rtems-users
Gedare Bloom | 1 Aug 2012 22:24
Favicon

Re: Interrupt in RTEMS

I guess you might look at how a particular CPU handles interrupts. The
CPU Supplemental manual provides some details:
http://rtems.org/onlinedocs/doc-current/share/rtems/html/cpu_supplement/cpu_supplement.html

RTEMS supports up to 256 interrupt priority levels, but CPUs might not
support so many.

Number of interrupts depends on how many interrupt sources the CPU supports.

-Gedare

On Wed, Aug 1, 2012 at 3:12 PM, m.shahverdi <sspardis2 <at> gmail.com> wrote:
> Yes,I know it.I want to know about interrupt kinds,number of each of them
> and interrupt priorities.
>
>
> On Wed, Aug 1, 2012 at 11:35 PM, Gedare Bloom <gedare <at> rtems.org> wrote:
>>
>> I don't really know where to start. Is there something in particular
>> you need to know?  Interrupt sources and interrupt handling are
>> hardware-specific (although often can be shared across processor
>> families). The most common interrupt you will find in RTEMS is the one
>> that drives the clock driver.
>>
>> On Wed, Aug 1, 2012 at 2:51 PM, m.shahverdi <sspardis2 <at> gmail.com> wrote:
>> > Hi all,
>> > RTEMS c_user document explains interrupt management briefly but I want
>> > to
>> > know more about interrupt properties such as kinds of interrupt in RTEMS
>> > and
>> > so.
>> >
>> > thanks
>> >
>> > _______________________________________________
>> > rtems-users mailing list
>> > rtems-users <at> rtems.org
>> > http://www.rtems.org/mailman/listinfo/rtems-users
>> >
>
>
>
>
> --
>
> به "هوالحی" زنده می کند؛
>
> آنسان که می میراند به "هوالممیت"..
>
> ما را به "هوالشهید" است که مدام می میراند و زنده می کند..
>
>
>
> _______________________________________________
> rtems-users mailing list
> rtems-users <at> rtems.org
> http://www.rtems.org/mailman/listinfo/rtems-users
>

_______________________________________________
rtems-users mailing list
rtems-users <at> rtems.org
http://www.rtems.org/mailman/listinfo/rtems-users

Gmane