🎉 We're happy to announce new public releases 🎉

  • TriCore v6.2r2 Inspector v1.0r9 - A family of tools that provide an automated method for identifying toolset issues in compiled output code
Contact us to get access
Categories
Recently modified/created topics
winIDEA Renesas RH850: FP5 issues 03-Sep-2026
Possible solutions Delayed target power-on Due to a limitation of the RH850G3 debug interface, a customer application runs for a while before a debugger can start a FP5 protocol access. During this time, the application could disable FP5 access to the target device, a condition that cannot...
winIDEA (before 9.26): Cannot connect to server RC1 03-Sep-2026
While establishing a debug session with the secondary core by performing Program, an error appears: Cannot connect to server RC1 . Possible solutions Open ports 5235 and 5304 Open these ports in the Windows Defender Firewall or any other hardware or software firewalls you are using. When d...
winIDEA Infineon AURIX TC3xx: Inject ECC error to PFLASH 02-Sep-2026
The scripts TC3xx_PFLASH_Inject_ECC_error.py TC3xx_DFLASH_Inject_ECC_error.py which are distributed with winIDEA, program a memory page to either PFLASH (address 0xA0000000) or DFLASH (address 0xAF000000).Then they turn auto ECC code generation OFF and use the same codefor reprogramming wi...
Configure TriCore VX-toolset in CMake 01-Sep-2026
Prerequisite CMake and its respective Generators Make sure that CMake is installed on your system along with the respective Generators . This article considers the use of Ninja and Ninja Multi-Config generators. 1. Place the Generator executable, in this case, ninja.exe , in the ..\ CMake ...
Migrate an ADS example from the Infineon GitHub to the TASKING TriCore Eclipse IDE 01-Sep-2026
The AURIX Development Studio (ADS) can import example projects downloaded and extracted fromthe Infineon GitHub . Meanwhile, the TASKING TriCore Eclipse environment does not support the import of an existing ADS project into a TASKING Eclipse workspace. Possible solution To mitigate this, ...
winIDEA: Updating firmware 10-Aug-2026
If the installed firmware version is older than the latest available version, an update is necessary. winIDEA will notify you if your firmware is outdated. Additionally, other issues may arise, such as the inability to initialize hardware. Only update the firmware under the following condi...
winIDEA: Demo Mode 10-Aug-2026
Demo Mode demonstrates winIDEA functionality to a certain extent without any BlueBox and/or target connected. Enable/disable Demo Mode via Tools | Demo Mode . Use case - winIDEA demonstration As a first-time user, you can get a general view of the winIDEA layout and an insight into the bas...
Patch release 05-Aug-2026
A patch release is an update to a released compiler product that includes modified or new files to address specific issues or improvements. It is not a complete product but rather a set of changes that modify an existing installation. The changes between the baseline software and the patch...
Linux support for compiler toolsets 16-Jul-2026
TASKING compiler toolsets are officially supported on Linux. However, a license purchased for Windows cannot be used to activate the product on Linux, and vice versa.Hence, separate licenses are required. Installing the Compiler on Linux To install the compiler on Linux: 1. Download the GN...
Linker Error E121 caused by mixed near and far addressing 15-Jul-2026
Applies to TriCore VX-toolset SmartCode Symptoms ltc E121: relocation error in "task1": relocation value 0xd0005000, type abs18 space, offset 0x2, section ".text.file_2.func" at address 0x8000036c is not a valid address in R_TRICORE_18ABS. Hint: check the mapfile for a section that occupie...