Search found 17 matches

by outlawch
Wed Sep 26, 2018 7:26 pm
Forum: ERIKA Enterprise and RT-Druid v3
Topic: Erika3 and Avr8
Replies: 20
Views: 13915

Re: Erika3 and Avr8

You're Welcome! :1smiley:
by outlawch
Wed Sep 26, 2018 4:33 pm
Forum: ERIKA Enterprise and RT-Druid v3
Topic: Erika3 and Avr8
Replies: 20
Views: 13915

Re: Erika3 and Avr8

Hi Dimolin, you are right! For now the AVR8 support it's only based and tested on Arduino UNO Board. So the F_CPU macro SHALL be set to 16000000L. You can use an 8MHz quartz, but you have to configure your custom MCU Driver to drive the CPU CLOCK to 16MHz (E.g. using the PLL). For now the FULL AVR8 ...
by outlawch
Wed Sep 26, 2018 9:06 am
Forum: ERIKA Enterprise and RT-Druid v3
Topic: Erika3 and Avr8
Replies: 20
Views: 13915

Re: Erika3 and Avr8

Hi Dimolin, If you don't want to use Arduino SDK, it's always mandatory to install the software package and set the related RT-Druid properties correctly. Regarding the F_CPU macro, it's mandatory to set it: normally is made correctly by Arduino SDK. Add in the oil file the following line: ... OS my...
by outlawch
Mon Mar 06, 2017 7:54 pm
Forum: ERIKA Enterprise and RT-Druid v2
Topic: ecc2 kernel in arduino
Replies: 9
Views: 6096

Re: ecc2 kernel in arduino

Hi Robert, thank you for bug report: effectively we found a "stack initialization" bug in multi-stack environment. The bug was fixed from Revision 3380: please update your repository. We tested the application you posted on this thread on an Arduino Uno board and all tasks now seem to run. BR, Giuse...
by outlawch
Fri Mar 03, 2017 12:10 pm
Forum: ERIKA Enterprise and RT-Druid v2
Topic: ecc2 kernel in arduino
Replies: 9
Views: 6096

Re: ecc2 kernel in arduino

Hi Robert,
Arduino Nano is supported by Erika Enterprise, but you have to enable the right EE_OPT in the OIL file:

EE_OPT = "__ARDUINO_NANO_328__";

If the problem persists, we try to reproduce that as soon as possible.

BR,
Giuseppe.
by outlawch
Thu Mar 19, 2015 10:50 am
Forum: ERIKA Enterprise and RT-Druid v2
Topic: STM32F4 hard fault error when using floating point
Replies: 5
Views: 5453

Re: STM32F4 hard fault error when using floating point

Hi Luyso,
unfortunately there's NOT floating point support in the CORTEX_MX arch of Erika Enterprise.
If you need to use floating point, you SHOULD use the software support offered by KEIL compiler.

Ciao.
by outlawch
Wed Nov 12, 2014 12:08 pm
Forum: ERIKA Enterprise and RT-Druid v2
Topic: Erika on MPC5643L with Hightec compiler on Windows
Replies: 3
Views: 2485

Re: Erika on MPC5643L with Hightec compiler on Windows

Hi Andrea, I'm sorry to announce to you that the HighTec Compiler Toolchain support for MPC5643L is currently not yet realeased. From Erika Enterprise Wiki Page: http://erika.tuxfamily.org/wiki/index.php?title=Freescale_PPC_e200_%28MPC_56xx%29#HighTec NOTE: Currently, HIGHTEC compiler supports VLE m...
by outlawch
Tue Jun 10, 2014 10:08 am
Forum: ERIKA Enterprise and RT-Druid v2
Topic: SVN repository is down
Replies: 3
Views: 2327

Re: SVN repository is down

Hi Tarik, I've just tried to checkout ERIKA Enterprise from SVN repository on tuxfamily and I've found no connection problem. This is my console output: Giuseppe Serano@PCG-71211M ~/tmp $ svn co svn://svn.tuxfamily.org/svnroot/erika/erikae/repos/ee/trunk/ee A ee/contrib A ee/contrib/StellarisWare A ...
by outlawch
Wed Feb 12, 2014 10:01 am
Forum: ERIKA Enterprise and RT-Druid v2
Topic: Support for PIC32 Ethernet Starter Kit
Replies: 7
Views: 3126

Re: Support for PIC32 Ethernet Starter Kit

Hi Angelo, I've just commited the patch you provided in Erika Enterprise repository. Soon I'll write a little (now missing) documentation about PIC32 in Erika Wiki. (http://erika.tuxfamily.org/wiki/index.php?title=Microchip_PIC32) Would you like to contribute writing documentation about PIC32 Ethern...
by outlawch
Wed Sep 18, 2013 4:37 pm
Forum: ERIKA Enterprise and RT-Druid v2
Topic: MULTI_STACK configuration on PIC32
Replies: 7
Views: 3736

Re: MULTI_STACK configuration on PIC32

Hi Nelson, now your fault is that you have not correctly defined the COUNTER object. The OIL Object COUNTER has some mandatory ATTRUBUTES: COUNTER myCounter { MINCYCLE = 1; /* LEAVE THIS VALUE TO 1 */ MAXALLOWEDVALUE = 65535 ; /* Change this to choose the counter resolution. */ TICKSPERBASE = 1; /* ...
by outlawch
Wed Sep 18, 2013 3:33 pm
Forum: ERIKA Enterprise and RT-Druid v2
Topic: MULTI_STACK configuration on PIC32
Replies: 7
Views: 3736

Re: MULTI_STACK configuration on PIC32

Hi Nelson,
in order to use OSEK/VDX ECC2 Comformance Class in ERIKA Enterprese you have to specify KERNEL_TYPE=ECC2 with MULTI_STACK=TRUE in your OIL file.

I suggest you to read the official ERIKA Enterprise documentation: http://erika.tuxfamily.org/drupal/documentation.html.

Bye.
by outlawch
Fri Sep 06, 2013 11:26 am
Forum: ERIKA Enterprise and RT-Druid v2
Topic: MULTI_STACK configuration on PIC32
Replies: 7
Views: 3736

Re: MULTI_STACK configuration on PIC32

Hi Nelson, I think your fault is that you want to use EVENT synchronization primitives (WaitEvent() and SetEvent()) with FP kernel that NOT SUPPORT them. FP kernel supports Resources Management (Immediate Pioriorty Ceiling Protocol) and Semaphores ONLY!!! If you want to use EVENT synchronization pri...
by outlawch
Thu May 17, 2012 2:29 pm
Forum: Forum in lingua Italiana (closed)
Topic: EE_th_rnact_max
Replies: 13
Views: 23176

Re: EE_th_rnact_max

Ciao Carlo, ho aggiornato i porting examples relativi al Cortex-MX aggiungendo di fatto l'array EE_th_rnact_max[] negli eecfg.c e la macro __OO_STARTOS_OLD__ nei makefile ed eecfg.h delle demo che lo necessitano. Ti consiglio di fare un update dal repository. Grazie per averci segnalato il problema....
by outlawch
Thu May 17, 2012 10:53 am
Forum: Forum in lingua Italiana (closed)
Topic: EE_th_rnact_max
Replies: 13
Views: 23176

Re: EE_th_rnact_max

Ciao Carlo, da un analisi più approfondita del tuo problema ho notato che tu stai utilizzando delle demo che necessitano del vecchio comportamento della StartOS(): - la StartOS() ritorna al chiamante. Per soddisfare i requisiti AUTOSAR OS, la StartOS() non ritorna più al chiamante, ma cicla infinita...
by outlawch
Thu May 17, 2012 9:17 am
Forum: Forum in lingua Italiana (closed)
Topic: EE_th_rnact_max
Replies: 13
Views: 23176

Re: EE_th_rnact_max

Ciao Carlo, se la demo che stai utilizzando è: "examples/cortex_mx/lpc12xx/porting_examples/monostack/EEtest7"; i due array CORRETTI che devono essere utilizzati sono i seguenti: EE_TYPENACT EE_th_rnact[EE_MAX_TASK] = { 1U, /* thread Task1 */ 4U /* thread Task2 */ }; const EE_TYPENACT EE_th_rnact_ma...