Init task

2019-08-04 Thread yaron o
hello all, In my application i am using rtems_task Init(rtems_task_argument argument) as my main (and only) task and that is where the application start to work , i want to add one more task with the lowest priory. my first question is what is the priority of the Init Task ? and second if i creat

gproof issues

2017-11-09 Thread yaron o
Hello all, I'm trying to compile using spart-rtems-gcc with gprof flags (-ggdb,-pg, -O2) and I see link error: /*/ /opt/rtems-4.10/lib/gcc/sparc-rtems/4.4.6/../../../../sparc-rtems/bin/ld: cannot find

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 yaron o
to all Yaron On Mon, Oct 23, 2017 at 12:29 PM, wrote: > 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: inter

interrupt example leon3

2017-10-23 Thread yaron o
Hello all I want to add a new interrupt in my program , i check the rtems sample folder in order to see how to add one ,i found the rtems-irq.c file and i did as the file says but im using a leon 3 and theirs it says: error Example not intended for LEON3 CPU. my question's are: firs how to call an

inconstantly running issues

2017-08-20 Thread yaron o
Hello all . i am using a legacy code that uses a lot of algorithms and global and static variable on my BUS that run rtrms . the code should run in a loop a thousandth times , when i start to run it it run some times 20 times, some time 5 times and some time 100 time i dont know why it happens but