How to modify Erika's demo example from TC275 to TC265DE.

Forum related to ERIKA Enterprise and RT-Druid version 3

Moderator: paolo.gai

Post Reply
Mohamed Hssairi
Newbie
Posts: 9
Joined: Tue Jun 18, 2019 2:15 pm

How to modify Erika's demo example from TC275 to TC265DE.

Post by Mohamed Hssairi » Wed Jul 03, 2019 9:47 am

hello,
I was wondering how to modify Erika's demo example for TC275 inside Erika
IDE to run on a TC265DE.
I need to know the steps that i need to follow to do this.
I used latest Erika v3 IDE with RT-Druid and HighTec Free TriCore™ Entry Tool Chain GNU compiler.
Thank you for your time.

e.guidieri
Full Member
Posts: 166
Joined: Tue May 10, 2011 2:05 pm

Re: How to modify Erika's demo example from TC275 to TC265DE.

Post by e.guidieri » Wed Jul 03, 2019 10:11 am

Simpli change MCU_DATA from TC27X to TC26X

Code: Select all

    MCU_DATA = TC26X {
      DERIVATIVE = "tc265de";
    };
Be aware, if the demo that you are starting from has 3 core configured one has to be removed since tc265de has just 2 cores

References:

http://www.erika-enterprise.com/wiki/in ... core_AURIX

Mohamed Hssairi
Newbie
Posts: 9
Joined: Tue Jun 18, 2019 2:15 pm

Re: How to modify Erika's demo example from TC275 to TC265DE.

Post by Mohamed Hssairi » Wed Jul 03, 2019 10:25 am

Thank you I'll.

Post Reply