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