Search found 875 matches

by paolo.gai
Wed Feb 09, 2022 10:10 am
Forum: ERIKA Enterprise and RT-Druid v3
Topic: tricore_isar_mcal_adc example code fault
Replies: 1
Views: 15349

Re: tricore_isar_mcal_adc example code fault

please check the error message. *** Provided path 'preference_tricore__path_for_isar_mcal_cfg not defined' not found.. Stop. means that you need to provide the MCAL library directories inside the preferences. please note that the released integration is a bit old, we did not check it against recent ...
by paolo.gai
Mon Feb 07, 2022 8:33 am
Forum: ERIKA Enterprise and RT-Druid v3
Topic: ee_oscfg.h not found
Replies: 2
Views: 16056

Re: ee_oscfg.h not found

Well the screenshot is missing...

PJ
by paolo.gai
Sat Jan 08, 2022 8:38 am
Forum: ERIKA Enterprise and RT-Druid v3
Topic: S32k14x SuspendAllInterrupts
Replies: 1
Views: 15462

Re: S32k14x SuspendAllInterrupts

Hi Archie!

I doubt the problem is really in that specific function, as it works without problems in the various demos we distribute.

On the other hand, I see you are likely integrating other modules (I see at least the CanIf... maybe you have some kind of stack overflow somewhere else...

Ciao,

PJ
by paolo.gai
Thu Sep 16, 2021 10:48 am
Forum: ERIKA Enterprise and RT-Druid v3
Topic: Linking custom library error
Replies: 1
Views: 17422

Re: Linking custom library error

Dear Alex, try adding an EEOPT in the OIL file OS_EE_VERBOSE. In this way, it will print the command line used by the makefile. Then try to execute the same command alone, from the command line, and check where is the issue. Likely the linker command is missing some parameter, or the directory you s...
by paolo.gai
Thu Sep 16, 2021 10:37 am
Forum: ERIKA Enterprise and RT-Druid v2
Topic: Can Erika OS be applied to S12z MCU?
Replies: 1
Views: 16319

Re: Can Erika OS be applied to S12z MCU?

There was support for a few S12 in ERIKA2 (but not in ERIKA3)... likely they should work without many modifications.

Ciao,

PJ
by paolo.gai
Sat Jun 19, 2021 11:07 am
Forum: ERIKA Enterprise and RT-Druid v2
Topic: How to build RT-Druid CLI
Replies: 1
Views: 16455

Re: How to build RT-Druid CLI

Hi Alexander, the current online versiuon of ERIKA3 does not include the source code for the RT-Druid3 plugins. We are planning another release "soon" (end of the year?) with full source code (and likely different licensing). Hold on... you were referring to ERIKA2. The code is available on the SVN....
by paolo.gai
Sat Apr 10, 2021 8:09 am
Forum: ERIKA Enterprise and RT-Druid v3
Topic: problem after conf.oil changes
Replies: 3
Views: 19943

Re: problem after conf.oil changes

I guess you can specify relative paths... Rh850 demos should have them on examples if I am not wrong.

Ciao

Pj
by paolo.gai
Mon Mar 01, 2021 11:20 am
Forum: ERIKA Enterprise and RT-Druid v2
Topic: Generating ORTI file STM32F4 problem in erika v2
Replies: 3
Views: 19523

Re: Generating ORTI file STM32F4 problem in erika v2

Dear Soumil,

Is the ORTI File generated in case you cerate an example for other architectures?

Ciao,

PJ
by paolo.gai
Fri Jan 29, 2021 9:11 am
Forum: ERIKA Enterprise and RT-Druid v3
Topic: Infineon TC275 ( Lite Kit ) Support with WinIdea
Replies: 1
Views: 16265

Re: Infineon TC275 ( Lite Kit ) Support with WinIdea

There are preferences about Lauterbach to handle specific configurations needed by that tool. About WinIdea, as long as I know there are no special scripts to be used in order to use ERIKA. Just select the target, load the ELF, load the generated ORTI file and it should work right away... Regards, P...
by paolo.gai
Sun Jan 24, 2021 10:57 am
Forum: ERIKA Enterprise and RT-Druid v3
Topic: SAMC 21J18 with ERIKA Enterprise
Replies: 7
Views: 34505

Re: SAMC 21J18 with ERIKA Enterprise

We did not get much request for Cortex M0 support recently, but things may change in the near future...

Regards,

Paolo
by paolo.gai
Fri Jan 22, 2021 9:36 am
Forum: ERIKA Enterprise and RT-Druid v3
Topic: SAMC 21J18 with ERIKA Enterprise
Replies: 7
Views: 34505

Re: SAMC 21J18 with ERIKA Enterprise

Dear ChayMa,

Not for now unfortunately. However there will be substantial changes to the ERIKA3 project this year (I cannot announce them yet). So likely during the year there may be additional Cortex M support.

Ciao,

PJ
by paolo.gai
Mon Jun 29, 2020 1:23 pm
Forum: ERIKA Enterprise and RT-Druid v2
Topic: how to make a mutual exclusion with OIL
Replies: 1
Views: 18693

Re: how to make a mutual exclusion with OIL

Hmmm... quite strange. Please remove DeclareResource, it is not needed as it is by default in the ee.h.

We'll check why this is happening.

PJ
by paolo.gai
Wed Apr 29, 2020 10:58 am
Forum: ERIKA Enterprise and RT-Druid v3
Topic: [request] [RT-Druid] add support for a new architecture
Replies: 1
Views: 10970

Re: [request] [RT-Druid] add support for a new architecture

Dear Ragab, What is the target? Currently it is not possible to externally customize Rt-Druid for changing the OIL file parameters and the related generated code. Things likely will change around this summer, but for now my suggestion is the following: - checkout the code from GitHub - make the wind...
by paolo.gai
Fri Apr 24, 2020 5:08 pm
Forum: ERIKA Enterprise and RT-Druid v3
Topic: RT-Diuid V3 Can't generate OS code
Replies: 1
Views: 11061

Re: RT-Diuid V3 Can't generate OS code

It means that your compiler has not been configured. Please check the preferences and please specify correctly the compiler path...

Regards,

Paolo
by paolo.gai
Thu Mar 26, 2020 7:43 pm
Forum: ERIKA Enterprise and RT-Druid v3
Topic: Trying different scheduling algorithms in erika OS
Replies: 4
Views: 15204

Re: Trying different scheduling algorithms in erika OS

Hi,

EDF was supported on ERIKA2, not yet ported to ERIKA3.

For a time triggered implementation, you should try with emulating it with a Schedule table...

PJ