In some cases, an update of the SFRs in winIDEA can take tens of seconds. Therefore, it is recommended to create a custom SFR group with the SFRs of interest. With a custom SFR window, you can: Manage a large number of SFRs via a custom SFR window Monitor specific SFRs through the Watch wi...
Conditional breakpoints in winIDEA can help you stop the CPU on the Xth pass through a function: Each time the breakpoint is run into, t he expression (if present) is evaluated. If it is evaluated as true, it adds one more pass count. When the breakpoint is passed the specified number of t...
Delivering deeply tested products is our quality objective, nevertheless, all BlueBox systems come with a warranty. TASKING provides a free exchange system or a free repair during the warranty period if the hardware malfunction is not the result of an overvoltage, mechanical damage, or dam...
The winIDEA debug session cannot be established with a BlueBox Debugger. Possible causes and solutions Wrong BlueBox selected Open Hardware | Debugger Hardware | Hardware Type and select your BlueBox. Wrong CPU selected Check in Debug | Configure session | SoCs if the correct Device is sel...
The following cross-over tables list all available Converters and their target connection. The tables explain which BlueBox Debug Adapter or Active Probe the particular Converter can be used with. iC7 BlueBox Hardware Debuggers iC5 BlueBox Hardware Debuggers More resources inHardware User ...
These tips help you resolve issues when connecting winIDEA to a BlueBox via USB on Linux. 1. Verify environment variable WINEDLLPATH The folder containing winIDEA.exe must be included in the environment variable WINEDLLPATH.This is normally set automatically in the winidea.sh script which ...
When configuring a BlueBox device to obtain an IP address via DHCP, the IP address may not be assigned even though: Option Obtain IP address automatically (DHCP) is selected in Hardware | Hardware Type | System Configuration . The DHCP server exists on the same VLAN as the BlueBox, or a fi...
To set a breakpoint on a specific core, it's important to understand that each core needs its own instance of the Connection Managerand Breakpoint Controller. Possible solution To set a breakpoint on a specific core with a Python script, you have to: 1. Create a Connection Manager Connecti...
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
Possible problems and solutions Go To option is used before the MMU is configured Do not use the Go To option in Debug | Configure Session | SoC | Startup dialog, the application will configure MMU accordingly. PC counter after the CPU reset is preset, MMU is not configured for the address...