Search found 16 matches

by amitdey1314
Tue Aug 02, 2016 3:02 pm
Forum: ERIKA Enterprise and RT-Druid v2
Topic: Erika Enterprise vwesion 2.7.0
Replies: 1
Views: 2359

Erika Enterprise vwesion 2.7.0

Hello,

The latest version 2.7.0 states that it included Support for TC29x with HIGHTEC compiler toolchain. But, I could not find any folder specific for Infineon Tricore TC29x. Could you please confirm what exactly the support for TC29x means?


Thanking in advance.

Amit Dey
by amitdey1314
Tue Jul 05, 2016 10:44 am
Forum: ERIKA Enterprise and RT-Druid v2
Topic: API for Stopping Performance Counter
Replies: 0
Views: 3615

API for Stopping Performance Counter

Hello, I am using Aurix Tricore TC297 TF in my Project. I want to perform run-time measurements. For that i Need to start and stop the Performance Counter. I found an API EE_tc_start_CCNT() that starts the Performance Counter. But I could not find one to stop the Performance Counter. Could you pleas...
by amitdey1314
Thu Jun 23, 2016 9:06 am
Forum: ERIKA Enterprise and RT-Druid v2
Topic: Disabling Watchdog and safety watchdog
Replies: 0
Views: 3407

Disabling Watchdog and safety watchdog

Hello,

I want to disable the watchdog before my core starts. I am using Tricore TC297. I have seen in the (ee_tc_2Yx_cstart) function that watchdog is enabled by Default. But i could not understand how do i disable it. Is there any API or some way to disable the watchdog.

Thanking you in advance
by amitdey1314
Mon Jun 13, 2016 9:14 am
Forum: ERIKA Enterprise and RT-Druid v2
Topic: problem flashing for TC297TF
Replies: 0
Views: 3412

problem flashing for TC297TF

As, the MCU MODEL allowed to use is TC27x (even though i am using TC297TF), the linker script selected by Default is for TC27x and by this i am running into low Flash Memory Problem when trying to include libraries. Therefore, i modified the linker script file and Extended the core Flash memories to...
by amitdey1314
Mon Jun 06, 2016 2:09 pm
Forum: ERIKA Enterprise and RT-Druid v2
Topic: Generating .hex output
Replies: 0
Views: 3616

Generating .hex output

Hello,

Can anyone please guide how to generate .hex as the Output Format. Usually the build always generates a .elf file and i want to also generate the .hex file along with the .elf file. Is there any command line in OS to generate the .hex file.

Thanking in advance.

Regards,

Amit Dey
by amitdey1314
Tue May 31, 2016 8:02 am
Forum: ERIKA Enterprise and RT-Druid v2
Topic: Erika ParameterType and ParameterRef Error in oil file
Replies: 2
Views: 3004

Re: Erika ParameterType and ParameterRef Error in oil file

Thanks Guidieri for your answer. Regarding the OIL file can you please suggest me a document where i can read about the OIL specification better. I have now changed my oil file where i removed the APPMODE. CPU TC27X { OS EAEA_ERIKA_OS { EE_OPT = "EE_DEBUG"; EE_OPT = "EE_BUILD_SINGLE_ELF"; // EE_OPT ...
by amitdey1314
Mon May 30, 2016 4:31 pm
Forum: ERIKA Enterprise and RT-Druid v2
Topic: store variable in Data Scratch Pad Ram with 1 ELF file
Replies: 0
Views: 3135

store variable in Data Scratch Pad Ram with 1 ELF file

hello, i am using Aurix Tricore TC297 multicore platform for my Project. Does anyone knows 1) how to store a variable in core0 Data Scratch Pad Ram when the Project is built for Single ELF file. I am Aware that we can use Pragma section for it. But i am confused which section do i consider. The link...
by amitdey1314
Mon May 30, 2016 2:55 pm
Forum: ERIKA Enterprise and RT-Druid v2
Topic: Erika ParameterType and ParameterRef Error in oil file
Replies: 2
Views: 3004

Erika ParameterType and ParameterRef Error in oil file

hello, I am facing a Problem where in oil file TASK, ALARM; COUNTER declaration inside APPMODE is showing ParameterType error and the declared TASK for e.g. "TASK_10ms" is showing ParameterRef error. Also, EXPORT_FILE is also showing ParameterType error. E.g. TASK = TASK_10ms; 'TASK' is showing Para...
by amitdey1314
Mon May 30, 2016 2:26 pm
Forum: ERIKA Enterprise and RT-Druid v2
Topic: Erika Accessing Data Scratch Pad Ram in Multicore
Replies: 3
Views: 2572

Re: Erika Accessing Data Scratch Pad Ram in Multicore

I realised that i have to write an Export file where the variables can be declared. And this Export file has to be provided in the oil file.

Could you please tell what will be the Extension of the Export file??
by amitdey1314
Mon May 30, 2016 2:22 pm
Forum: ERIKA Enterprise and RT-Druid v2
Topic: Erika Accessing Data Scratch Pad Ram in Multicore
Replies: 3
Views: 2572

Re: Erika Accessing Data Scratch Pad Ram in Multicore

Infineon Aurix: Multicore Autosar OS Support First of all thank you for such a quick Suggestion. I read the article but still having some doubts. There they suggested to include an EXPORT functionality. I saw the Options as 1) EXPORT FUNCTION 2) EXPORT OBJECT 3) EXPORT_FILE I wish to Access a varia...
by amitdey1314
Mon May 30, 2016 1:43 pm
Forum: ERIKA Enterprise and RT-Druid v2
Topic: Erika API Problem
Replies: 0
Views: 3153

Erika API Problem

Hello, Recently i am facing a Problem where the the Erika API's: 1) in core0 StartOS(EAEA_EVAL_SYSTEM) throws an error saying Symbol 'EAEA_EVAL_SYSTEM' could not be resolved. 2) in core1 StartOS(DONOTCARE) throws an error saying DONOTCARE could not be resolved. 3) ActivateTask(CORE0_BACKGRAOUND_TASK...
by amitdey1314
Mon May 30, 2016 1:21 pm
Forum: ERIKA Enterprise and RT-Druid v2
Topic: Erika Accessing Data Scratch Pad Ram in Multicore
Replies: 3
Views: 2572

Erika Accessing Data Scratch Pad Ram in Multicore

Hello, Does anyone knows how to Access the Data Scratch Pad ram of one core from another core. I observed that Erika generates 3 different linker script file for the 3 different cores. So, if i try to read a variable stored in DSPR of core0 from core1, it throws an error saying that undefined refere...
by amitdey1314
Fri Apr 08, 2016 2:00 pm
Forum: ERIKA Enterprise and RT-Druid v2
Topic: TASK Deadline and Disabling CACHE BYPASS
Replies: 0
Views: 3079

TASK Deadline and Disabling CACHE BYPASS

Hello, I am using Erika OS on my Aurix Tricore TC297TF. I would like to ask 2 questions. 1) I would like to know if there is a way to define a Deadline for a Task. For e.g if i have a 100ms TASK, the Task should not take more than 100ms to execute. 2) I am Aware that ICAHE and DCACHE are enabled by ...
by amitdey1314
Tue Apr 05, 2016 10:30 am
Forum: ERIKA Enterprise and RT-Druid v2
Topic: Erika OS implementing/calling Interrupts
Replies: 3
Views: 2824

Re: Erika OS implementing/calling Interrupts

Also i am facing a Problem where if in the oil file i define Counter Device as STM_SR0, then using EE_tc2Yx_stm_set_sr0() Shows error while compiling (undefined reference ). And if i define Counter Device as STM_SR1, then it Shows error if i use EE_tc2Yx_stm_set_sr1().
by amitdey1314
Mon Apr 04, 2016 2:22 pm
Forum: ERIKA Enterprise and RT-Druid v2
Topic: Erika OS implementing/calling Interrupts
Replies: 3
Views: 2824

Re: Erika OS implementing/calling Interrupts

Hello Errico, Thank you so much for your fast reply. What about Software Interrupt? Or what in case i just want to write a simple Interrupt Service Routine which must be called every 5 seconds and it blinks a particular LED. Sorry if my question is very obvious. I am very new to this topic. Thank yo...