Search found 41 matches

by ChayMa
Mon Feb 01, 2021 1:02 pm
Forum: ERIKA Enterprise and RT-Druid v3
Topic: Erika OS 3 under STM32F4xx
Replies: 0
Views: 31276

Erika OS 3 under STM32F4xx

Hello,

I am working with STM32F4 eval-board and I want to port Erika OS 3.
I didn't find any support in this isuue especially the .oil file.

thank you in advance.

Best regards,
by ChayMa
Wed Jan 27, 2021 10:01 am
Forum: ERIKA Enterprise and RT-Druid v3
Topic: SAMC 21J18 with ERIKA Enterprise
Replies: 7
Views: 34588

Re: SAMC 21J18 with ERIKA Enterprise

Hello,

How could I contact you officially? The project requires ERIKA OS under SAMC21 (Cortex M0+). is there any support you can provide?
For example : The necessary modification in ERIKA OS files ? (Where it would be done)

Thank you in advance.

Best regards,
by ChayMa
Fri Jan 22, 2021 3:38 pm
Forum: ERIKA Enterprise and RT-Druid v3
Topic: SAMC 21J18 with ERIKA Enterprise
Replies: 7
Views: 34588

Re: SAMC 21J18 with ERIKA Enterprise

Hi,

Thank you for your response.
Other question please. How about Cortex M0, Is it supported?

best regards,
by ChayMa
Thu Jan 21, 2021 5:10 pm
Forum: ERIKA Enterprise and RT-Druid v3
Topic: SAMC 21J18 with ERIKA Enterprise
Replies: 7
Views: 34588

Re: SAMC 21J18 with ERIKA Enterprise

Hello again,

Any update about the ERIKA 3 support for Cortex M0+ ?

Thank you in advance.
best regards,
by ChayMa
Thu Feb 06, 2020 9:30 am
Forum: ERIKA Enterprise and RT-Druid v3
Topic: error with tasking
Replies: 12
Views: 29296

Re: error with tasking

please describe for me the work environment that you are working with.
by ChayMa
Thu Feb 06, 2020 9:20 am
Forum: ERIKA Enterprise and RT-Druid v3
Topic: error with tasking
Replies: 12
Views: 29296

Re: error with tasking

the file rte_func.c is it related to other .c files if yes you should add them in .oil file as well. Else you should fix the erros in the file itself ...it may be work with hightec and not with tasking ... you should look at those errors. If nothing did work. You can send me the project I will look ...
by ChayMa
Thu Feb 06, 2020 9:10 am
Forum: ERIKA Enterprise and RT-Druid v3
Topic: error with tasking
Replies: 12
Views: 29296

Re: error with tasking

could you please screenshot the whole error so I can analyze where the error come from.
by ChayMa
Thu Feb 06, 2020 8:54 am
Forum: ERIKA Enterprise and RT-Druid v3
Topic: error with tasking
Replies: 12
Views: 29296

Re: error with tasking

did the error still shown up ?
if yes please send me the whole error message including that 10 errors appearing on the image you post.
by ChayMa
Wed Feb 05, 2020 9:13 am
Forum: ERIKA Enterprise and RT-Druid v3
Topic: error with tasking
Replies: 12
Views: 29296

Re: error with tasking

I mean u added rte_func.c file on your project so you should add the file path in the APP_SRC fiel of config.oil file
by ChayMa
Wed Feb 05, 2020 9:04 am
Forum: ERIKA Enterprise and RT-Druid v3
Topic: error with tasking
Replies: 12
Views: 29296

Re: error with tasking

hello,

did you add the file.c path on the APP_SRC field on the oil file ?
by ChayMa
Thu Sep 05, 2019 8:52 am
Forum: ERIKA Enterprise and RT-Druid v3
Topic: iLLD compilation problem with TASKING Compiler
Replies: 0
Views: 27210

iLLD compilation problem with TASKING Compiler

Hello, I am working on LIN APP under AURIX Tricore Board. I am using Rt-druid v3 ( Release G65 ) and TASKING Compiler. After compiling the project, it seems there is a problem with IfxCpu.h file. I am using 1_0_1_8_0 version of iLLD. You find in attached the error. Note: I compiled the same project ...
by ChayMa
Tue Sep 03, 2019 2:27 pm
Forum: ERIKA Enterprise and RT-Druid v3
Topic: HEX File generation with TASKING Compiler ( Solution)
Replies: 0
Views: 25989

HEX File generation with TASKING Compiler ( Solution)

Hello everyone, After a deep research and documentation about TASKING Compiler and ERIKA Enterprise makefile build system, I have been led to a solution for generating HEX file. The conditions are : ERIKA Enterprise GH65 latest release (Eclipse Photon + Rt-druid 3version) TASKING Compiler path ( Usi...
by ChayMa
Tue Sep 03, 2019 8:58 am
Forum: ERIKA Enterprise and RT-Druid v3
Topic: TC264 + TASKING Compiler
Replies: 2
Views: 6769

Re: TC264 + TASKING Compiler

Thank you for your response.

I edited the linker script file and the build is done successfully.
So, we should edit the ee_tc_tasking_flash.lsl file whenever the erika files is pulled.

Best regards,
by ChayMa
Thu Aug 29, 2019 5:27 pm
Forum: ERIKA Enterprise and RT-Druid v3
Topic: Generate Hex file (TASKING Compiler)
Replies: 0
Views: 25739

Generate Hex file (TASKING Compiler)

Hello, I am working on TC264 Project using Eclipse + Rt-druid v3 and TASKING Compiler. As known, we can only flash th eexecutable .hex file to AURIX TriCore board. I tried with this command line in the ee_arch_rule makefile but it generate an empty hex file. *************************** Command line ...