Is is possible to use Arduino IDE to program XMC processor?

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
User12775
Level 5
Level 5
First solution authored First like received
I have found that Hitex have created an Arduino compatible board for TC275.

2475.attach

Is it possible to use Arduino IDE to program XMC processor? I have noticed that my XMC1100 boot kit already has Arduino Uno compatible pinout.

I mean that directly programing in wiring language, not through any "translating layer".

Thanks for any hints.
4 Replies
User12775
Level 5
Level 5
First solution authored First like received
Arduino looks amateur to hard-core embedded programmer.

But I still feel it is an advantage we could take to make use of the various Arduino code base.

I will do my research and post any progress here.
0 Likes
Mike1
Employee
Employee
5 sign-ins First question asked 10 replies posted
- Version 1.5.0 of xmc-for-arduino was released last week. Installable now from the Arduino IDE board manager: https://github.com/Infineon/XMC-for-Arduino/releases/tag/V1.5.0
- For those already using xmc-for-arduino: the package url needs to be updated in the Arduino IDE (instructions). https://github.com/Infineon/XMC-for-Arduino#using-arduino-ide
- The pinout diagram was also added to the repository wiki: https://github.com/Infineon/XMC-for-Arduino/wiki/XMC4400-Platform2Go#arduino-pin-out
Galahead
Level 1
Level 1
First reply posted Welcome!

I found many useful videos on the topic of programming with Arduino in Russian. I tried to translate them with Vidby(https://vidby.com/) and then the essence becomes more clear.
And there is also an excellent English-language channel on YouTube:  https://www.youtube.com/watch?v=SG_ENQ51rbU&ab_channel=ArrowElectronics

0 Likes