Re: interrupt example leon3

2017-10-24 Thread yaron o
Ok i got it ! thanks a lot for the help jan ! Yaron . On Mon, Oct 23, 2017 at 6:02 PM, wrote: > > > -Original Message- > > From: yaron o [mailto:jaron0...@gmail.com] > > Sent: Monday, October 23, 2017 4:17 PM > > To: Sommer, Jan > > Cc: users@rte

RE: interrupt example leon3

2017-10-23 Thread Jan.Sommer
> -Original Message- > From: yaron o [mailto:jaron0...@gmail.com] > Sent: Monday, October 23, 2017 4:17 PM > To: Sommer, Jan > Cc: users@rtems.org > Subject: Re: interrupt example leon3 > > Ok thank you , > > i succeeded to implement the interrupt on leon

Re: interrupt example leon3

2017-10-23 Thread yaron o
Ok thank you , i succeeded to implement the interrupt on leon 3 ,thats what i added if some one want to update the rtems-irq.c in sample file and add also: ... ... #elif defined(LEON3) *(unsigned long *) (0x8240) = 0xc; // for leon 3 *(unsigned long *) (0x8208) = 0xc; // for leon 3

RE: interrupt example leon3

2017-10-23 Thread Jan.Sommer
Hi Yaron, > -Original Message- > From: users [mailto:users-boun...@rtems.org] On Behalf Of yaron o > Sent: Monday, October 23, 2017 10:21 AM > To: users@rtems.org > Subject: interrupt example leon3 > > Hello all > > I want to add a new interrupt in my program , i check the rtems sample f