🎉 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
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...
winIDEA: Infineon AURIX – Prevent locking 19-Mar-2026
AURIX devices have several sensitive modules/areas (BMHDs, HSM, UCBs), which could lock the device permanently when configured incorrectly. To prevent locking your device follow these recommendations: Image checker Use theImage checker during UCB or HSM code programming. A separate license...
After firmware update the BlueBox cannot connect to the target 16-Mar-2026
When trying to perform a BlueBox firmware update, the update fails. The issue can manifest itself in a variety of ways, from winIDEA becoming unresponsive for a while to an error message stating Emulator Boot error . The result is always the same: when checking the firmware version, the ve...
BlueBox: Manual IP Configuration 12-Mar-2026
If the DHCP server is unavailable or the BlueBox cannot be discovered because it is not within the same broadcast domain, you must manually assign the IP address. If the BlueBox is configured to acquire the IP address from a DHCP server, but this fails, it will use the IP configuration spe...
winIDEA: Reach maximum flash programming performance 09-Mar-2026
Programming applications to a microcontroller can take a lot of time, especially if the application is large, the storage device is external memory and the data rate is slow. Possible solutions Minimize download time - general settings Make sure Use buffer compression and Use hash verifica...