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.
How to modify Erika's demo example from TC275 to TC265DE.
Moderator: paolo.gai
Re: How to modify Erika's demo example from TC275 to TC265DE.
Simpli change MCU_DATA from TC27X to TC26X
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
Code: Select all
MCU_DATA = TC26X {
DERIVATIVE = "tc265de";
};
References:
http://www.erika-enterprise.com/wiki/in ... core_AURIX