🎉 We're happy to announce new public releases 🎉

  • SmartCode v10.4r1 - Take advantage of all the benefits our tools have to offer and build your applications with the latest version
  • TriCore v6.3r1 Inspector v1.0r8 - Save time and detect known issues before they get into your application
Contact us to get access

Categories

Recently modified/created topics
Infineon AURIX: Breakpoints stopped working after reset 04-Dec-2025
Using Logical Built-In Self Test ( LBIST) can cause unexpected resets of the CPU, which disables debug communication and deletes all breakpoints. Possible solution Enable option Quick LBIST detection in Hardware | CPU options | SoC . Explanation Quick LBIST detection means that debug statu...
winIDEA is not responding 04-Dec-2025
Possible solutions Use the latest verified build Open the Downloads web page. Close all non-essential windows Leave open only the Editor and Disassembly window. Disable Real-time update Right-click in the Special Function Registers window. DisableCache real-time accesses Go to Debug | Debu...
Registry clean-up 04-Dec-2025
Possible solution 1. Turn off all BlueBoxes connected to the PC. 2. Open the Registry Editor as an administrator. 3. Navigate to the Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\USB\ and expand the folder. Inside that folder is a list of PIDs which are available. 4. All the ke...
Target Download - Writing to a memory from a file without interrupting debug session 04-Dec-2025
With Target Download functionality, you can write to memory from a file without resetting your target system. Solution 1. Open Debug |Configure Session |SoCs | Target Files . 3. Add files you want to write to the target memory. 4. Go to the Startup page and s elect Target files in the Targ...
CMake: No index file 04-Dec-2025
winIDEA relies on CMake's File API to obtain information about the project beyond the required CMake Presets file and will show a "No index file" error when it doesn't receive the expected reply from the API. The Configure and Build Presets have likely been correctly defined, but a success...
Install winIDEA SDK for custom Python installations 26-Nov-2025
To use winIDEA SDK for Python with custom installations, refer to Python in winIDEA . More resources winIDEA SDKs - Download page winIDEA SDK - winIDEA SDK User's Guide
How to display Enums values? 13-Nov-2025
winIDEA can display Enums in the Watch window. Solution 1. Open Debug |Debug Options| Symbols . 2.Select an option from Enum display drop-down list: Enum - Displays the value as an Enum. Integer - Displays the value as a number. Enum (Int) - Displays value in both representations. More res...
Arm Cortex-M: How to manually configure DWT Data Comparator 1? 10-Nov-2025
For specific use cases and linking the Comparator 1 winIDEA offers manual configuration of the DWT module . Use cases cover comparing values on Address or/and Data with an option Ignore LSB bits: 1. Address Compare on Address on Data Access Compare on Address Range on Data Access 2. Addres...
Infineon TriCore: DAP/DAPE configuration issues 10-Nov-2025
Possible issues and solutions DAP/DAPE connector misconfiguration In case the target has a DAP/DAPE connector without a notch (keying shroud) , make sure you properly orient the connector. Pin 1 from the Active Probe must align with the pin 1 from the target. Make sure that signals on the ...
daqIDEA window disappears when clicking "Run" 10-Nov-2025
It can happen that under some conditions daqIDEA crashes and thus the daqIDEA window disappears. This is more likely to happen with the older winIDEA versions as described below. Possible solutions Check winIDEA installation daqIDEA is a winIDEA tool written in Python. It requires winIDEA ...