🎉 TriCore v6.3r1p10 available! We're happy to announce the public patch release of TASKING VX-toolset for TriCore v6.3r1p10. Contact us

Categories

Recently modified/created topics
Updating SFRs takes a considerable time 12-Sep-2025
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...
Setting a conditional breakpoint 12-Sep-2025
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...
Hardware is not working or malfunctions 12-Sep-2025
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...
Initial debug connection fails 12-Sep-2025
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...
Choose the right Active Probe, Debug Adapter, or Converter 12-Sep-2025
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 ...
Linux: Communication with BlueBox via USB 11-Sep-2025
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 ...
IP address not assigned to BlueBox via DHCP 09-Sep-2025
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...
Set a breakpoint on a specific core 09-Sep-2025
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...
Install winIDEA SDK for custom Python installations 09-Sep-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
NXP/ST Power Architecture: MMU TLB Entry for this address not found 09-Sep-2025
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...