Platform Infineon XMC: Infineon has designed the XMC microcontrollers for real-time critical applications with an industry-standard core. The XMC microcontrollers can be integrated with the Arduino platform
Microcontroller |
XMC1100 |
Frequency |
32MHz |
Flash |
64KB |
RAM |
64KB |
Vendor |
Please use xmc1100_boot_kit
ID for board option in “platformio.ini” (Project Configuration File):
[env:xmc1100_boot_kit]
platform = infineonxmc
board = xmc1100_boot_kit
You can override default XMC1100 Boot Kit settings per build environment using
board_***
option, where ***
is a JSON object path from
board manifest xmc1100_boot_kit.json. For example,
board_build.mcu
, board_build.f_cpu
, etc.
[env:xmc1100_boot_kit]
platform = infineonxmc
board = xmc1100_boot_kit
; change microcontroller
board_build.mcu = XMC1100
; change MCU frequency
board_build.f_cpu = 32000000L
PIO Unified Debugger - “1-click” solution for debugging with a zero configuration.
Warning
You will need to install debug tool drivers depending on your system. Please click on compatible debug tool below for the further instructions and configuration information.
You can switch between debugging Tools & Debug Probes using debug_tool option in “platformio.ini” (Project Configuration File).
XMC1100 Boot Kit has on-board debug probe and IS READY for debugging. You don’t need to use/buy external debug probe.
Compatible Tools |
On-board |
Default |
---|---|---|
Yes |
Yes |
Name |
Description |
---|---|
Arduino Wiring-based Framework allows writing cross-platform software to control devices attached to a wide range of Arduino boards to create all kinds of creative coding, interactive objects, spaces or physical experiences. |