Search found 4 matches

by rlluis
Thu Mar 09, 2017 5:02 pm
Forum: ERIKA Enterprise and RT-Druid v2
Topic: ecc2 kernel in arduino
Replies: 9
Views: 6124

Re: ecc2 kernel in arduino

I tested again with revision r3380 and it worked.
Thanks.
Robert
by rlluis
Fri Mar 03, 2017 10:45 am
Forum: ERIKA Enterprise and RT-Druid v2
Topic: ecc2 kernel in arduino
Replies: 9
Views: 6124

Re: ecc2 kernel in arduino

Hi Errico, When I use the kernel ECC2 with STACK=SHARED then both tasks get activated but when I use the kernel with ECC2 with STACK=128 or 256 or 512 then Task2 does not run. I want separate stacks to use SetEvent and WaitEvent. I am thinking maybe the Arduino Nano is not the right hardware to do s...
by rlluis
Mon Feb 27, 2017 7:31 pm
Forum: ERIKA Enterprise and RT-Druid v2
Topic: ecc2 kernel in arduino
Replies: 9
Views: 6124

Re: ecc2 kernel in arduino

Thanks for the answers. I added the StartOS() funcion and I still have the same behaviour: Task2 does not run when I use the ECC2 kernel. These are my files which are the "Blink Demo" sample program for Arduino with some modifications. // conf.oil CPU mySystem { OS myOs { EE_OPT = "DEBUG"; CPU_DATA ...
by rlluis
Mon Feb 27, 2017 9:56 am
Forum: ERIKA Enterprise and RT-Druid v2
Topic: ecc2 kernel in arduino
Replies: 9
Views: 6124

ecc2 kernel in arduino

Hello I have a program running on an Arduino Nano and I a get different result using a FP kernel or using an ECC2 kernel. I don't understand why the behaviour is different. Could someone take a look and tell me what might be the issue? Here is my test program with comments: // I activate only Task1 ...