🎉 We're happy to announce a new public release ðŸŽ‰

  • Pin Mapper for AURIX v1.1r5 - A graphical tool for defining AURIX device port mapping and generation of device initialization code
Contact us to get access

Categories

Recently modified/created topics
Mitigate the Linker Error E121 in the TriCore VX-toolset 02-Apr-2026
This application note explains the following most common causes of the E121 linker error, and how to mitigate them: Using mixed near and far addressing Calling a function in a different segment starting at an address above the 2 MB segment offset Migrating from TriCore VX-toolset version 5...
Verify option when using software breakpoints 02-Apr-2026
Implementing a software breakpoint means inserting a special breakpoint instruction to the execution memory. This means that the actual memory, containing the code, will be modified. I f the Verify option is enabled, winIDEA compares the actual memory with the Program File. Since the memor...
winIDEA: View relevant winIDEA logs 02-Apr-2026
Create a log file to send or view relevant winIDEA logs. Solution 1. Open Help | Support | Log . 2. Enable suitable logs. Explanation of each log is given in the in-line help. 3. Press the Clear button, which clear s th e recent log information. 4.Confirm by clicking OK. Repeat the procedu...
Debug Adapter: Determining maximum cable length 02-Apr-2026
You were attempting to extend the Debug Adapter cable with an additional cable. This extension resulted in a loss of connection to the target, and debugging became impossible. Possible solutions Active Probe The functionality of the BlueBox cannot be guaranteed when additional cables are u...
winIDEA Infineon AURIX TC3xx: Inject ECC error to PFLASH 26-Mar-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...
Infineon AURIX TC2xx/TC3xx: From INI files to winIDEA settings - synchronization & peripheral suspension configuration guide 26-Mar-2026
This guide helps with the transition from using the INI files to using winIDEA GUI settings to configure synchronization and peripheral suspension. If you are also migrating from an old winIDEA version, please refer to the general transition guide as well. In the older winIDEA versions ( 9...
winIDEA: Internal watchdog resets the SoC while debugging 26-Mar-2026
The internal watchdog continues to run when the application is stopped (the microcontroller is in debug mode). In such a case, the Watchdog could reset the microcontroller, and the debugger would lose control. Possible solution Disable the Internal Watchdog .
winIDEA: General multi-core debugging issues 26-Mar-2026
Whileoperating with two or more winIDEA instances,issues can occur. Check whether you have: Opened a workspace for a specific core from the primary winIDEA instance via Debug | Core | CPUn ? Do not open it from a Windows directory. Opened a TRD file from winIDEA instance via View | Analyze...
emuSync: Synchronizing parallel processors under winIDEA control 26-Mar-2026
You would like to synchronize: The basic debugging operations across multiple winIDEA instances, independent of the BlueBox platform and processor family The execution of a custom Python script using the winIDEA SDK Solution With emuSync, you can keep track of many different winIDEA applic...
winIDEA 9.17 / 9.21: Load Code and Load Symbols options 26-Mar-2026
With version 9.21, winIDEA IDE confronted a few changes. One of the changes affected are commands Load Code Load Symbols winIDEA 9.17 The configuration for Download Files (Load Code) and Symbol Files (Load Symbols) was accessible from a single menu, Debug | Files for Download | Edit . winI...