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...
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...
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 ...
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 ...
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...
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...
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 |...
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...
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...
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...