Page 1 of 1

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

Posted: Wed Jul 03, 2019 9:47 am
by Mohamed Hssairi
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.

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

Posted: Wed Jul 03, 2019 10:11 am
by e.guidieri
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

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

Posted: Wed Jul 03, 2019 10:25 am
by Mohamed Hssairi
Thank you I'll.