Search found 4 matches

by felix.martin
Fri Jul 07, 2017 10:59 am
Forum: ERIKA Enterprise and RT-Druid v2
Topic: Tricore compilation
Replies: 38
Views: 199630

Re: Tricore compilation

Hi all, I just wanted to report a recent problem that I faced with RT-Druid and EE 2.7. When building the provided multi-core example (tricore -> infineon_triboard_tc2x5 -> multicore examples -> multicore event demo) I got the following make error: make -C slave1 TARGET_NAME=myProject_slave1 CPU_NUM...
by felix.martin
Fri Oct 17, 2014 3:43 pm
Forum: ERIKA Enterprise and RT-Druid v2
Topic: Problems with Infineon Aurix tricore
Replies: 3
Views: 2273

Re: Problems with Infineon Aurix tricore

Hi Rudi, it seems like your EEBASE variable is set incorrectly. Can you check if the path is set to the correct location? In RT-Druid -> Window -> Preferences -> RT-Druid -> Oil -> Erika Enterprise, is the path set correctly? For example my path looks like this "D:\RT-Druid\plugins\com.eu.evidence.e...
by felix.martin
Wed Jun 25, 2014 1:21 pm
Forum: ERIKA Enterprise and RT-Druid v2
Topic: Syntax Error Orti; CCTRL Tricore; CYCLETIME/ALARMTIME
Replies: 3
Views: 2755

Re: Syntax Error Orti; CCTRL Tricore; CYCLETIME/ALARMTIME

Hi Errico, Thank you very much for your answers. So your code will be: EE_tc_start_CCNT( ) // set Count Enable bit myTestFunction(); // execute function about which I want to know how many instruction it taks EE_UINT32 instructionCount = EE_tc_get_CCNT(); // read current value from instruction count...
by felix.martin
Mon Jun 23, 2014 11:57 am
Forum: ERIKA Enterprise and RT-Druid v2
Topic: Syntax Error Orti; CCTRL Tricore; CYCLETIME/ALARMTIME
Replies: 3
Views: 2755

Syntax Error Orti; CCTRL Tricore; CYCLETIME/ALARMTIME

Hello everyone! Since this is my first post I want to start with a little introduction. My name is Felix Martin and I am working as a research student for Timing Architects in Germany. My tasks are C++ development and maintaining our trace hardware (iC5000/iC6000). In order to test the trace hardwar...