Debugger: TASKING Debugger Connection: DAP (Debug Access Port) via MiniWiggler Core: TriCore 0 Flash download: Yes, verify Breakpoint type: Hardware (for flash)
The is a complete embedded software development suite specifically for Infineon’s TriCore and AURIX (TC2xx, TC3xx, TC4x) family of 32-bit microcontrollers. It is not a GCC-based toolchain; it is a proprietary, highly optimizing compiler and toolchain designed for safety-critical, real-time, and high-performance automotive and industrial applications. vx-toolset tricore
| Level | Description | |-------|-------------| | -O0 | No optimization (fast compile, best debug) | | -O1 | Basic optimizations (local, peephole) | | -O2 | Standard (inline small functions, loop unrolling) | | -O3 | Aggressive (software pipelining, loop transformations) | | -O4 | Maximum (whole-program optimization, link-time opts) | | -Os | Optimize for code size (often used in safety) | | -Ospace | Same as -Os | | -Otime | Optimize for speed (may increase size) | it is a proprietary
It is fully certified by TÜV Nord for ASIL D applications , the highest functional safety integrity level in the automotive industry. vx-toolset tricore