🎉 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
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 ...
Infineon AURIX: Find a problematic function in a narrow range if AGBT FIFO overflowed? 10-Nov-2025
Error message AGBT FIFO overflow indicates that TriCore’s internal FIFO overflowed, which means that in a short time too many trace messages were written into FIFO. The below steps explain in the TC3xx example how to define custom triggers, use an algorithmic approach, halving the range to...
winIDEA: Installation folder locations 24-Oct-2025
After successful winIDEA installation, settings, workspaces, templates, and special function registers are located in the following folders: Installation folder C:\winIDEA Temp files %TEMP%\iSYSTEM if the environment variable is specified:D:\%ISYSTEM_TEMP% Database location The database (S...
How to clean and recreate a corrupted SFR database? 16-Oct-2025
Possible errors are: CPU variant not found Invalid SoC Error reading INI file (Errors when trying to perform memory writes contained in an initialization file) SoC not specified Empty Programmable memory devices list in Hardware |Options Empty Boot Core selection in Hardware |CPU Options |...
How to measure Core / CPU Load? 16-Oct-2025
CPU Load is an important tool to understand the real-time behavior of an application and can be calculated by averaging over the Core Loads. Refer to the CPU Load How-to guide in winIDEA Help. More resources Understanding Linux process load compared to embedded RTOS CPU Utilization - Webin...
The application behaves differently when it's running with the debugger connected 16-Oct-2025
Symptoms Application execution time is affected when running under winIDEA with certain debug windows open. Root cause Some debug windows (e.g., Watches, Memory, or Special Function Registers) can be configured for Real-time Update . When enabled, winIDEA continuously accesses target CPU r...
daqIDEA: Observe data in an application in low-power mode 13-Oct-2025
The application's frequently enters a low-power sleep mode. During these sleep periods, memory access is restricted, making it impossible to access or modify global variables. This, in turn, poses a challenge, especially during debugging and testing phases, as the variables of interest are...