Categories

Recently modified/created topics
winIDEA: No License providers were found 18-Apr-2025
All licenses are stored in hardware. winIDEA has to be connected to the specific hardware to find the license. This error can show up only when BlueBox hardware is used to store the license. Possible causes and solutions Wrong hardware Select the right hardware type from the drop-down menu...
Arm Cortex Stellar SR6P6 and SR6P7/G7: JTAG Password to unlock debug interface 18-Apr-2025
Possible solution 1. Open Hardware |CPU Options |Reset. 2. Add a custom EVE script to I nitialization before Programming | Connect . 3. Check the Same as Programming in Initialization before Debug Session section. 4. Edit the script parameters via the arrow button. If HOST debug protection...
TriCore Inspector: Disable issue detection for issues resolved in a patch level 16-Apr-2025
This article is applicable only for TriCore VX-toolset Patch levels above v6.2r2 patch 2 and v6.3r1 patch 2. The TriCore v6.2r2 Inspector v1.0r7 is based on the TASKING VX-toolset for TriCore v6.2r2 Patch 2, and the TriCore v6.3r1 Inspector v1.0r6 is based on the TASKING VX-toolset for Tri...
What is a patch release? 14-Apr-2025
A patch release is an update to a released compiler product that includes modified or new files to address specific issues or improvements. It is not a complete product but rather a set of changes that modify an existing installation. The changes between the baseline software and the patch...
Embedded target does not provide a matching debug connector 14-Apr-2025
If the embedded target does not provide a matching debug connector (e.g. has a different pinout as the BlueBox debug adapter), it is not recommended to use wires or any other material ( example 1 , example 2 , example 3 - note that these are examples of not working systems). Possible solut...
winIDEA: How do I report an issue? 11-Apr-2025
If you do not find the solution after checking our winIDEA Help or Tutorials , contact the Support team and follow the steps below: Report a technical issue 1. Generate a Support (WSB) file via Help| Support| Technical Support. Depending on the issue attach the following files: Workspace, ...
Verify option when using software breakpoints 11-Apr-2025
Implementing a software breakpoint means inserting a special breakpoint instruction to the execution memory. This means that the actual memory, containing the code, will be modified. If the Verify option is enabled, winIDEA compares the actual memory with the Program File. Since the memory...
C compiler: System Error: S9xx internal consistency check failed - please report 10-Apr-2025
System errors such as S900, S903, S911, and S917 indicate an internal problem with the TASKING C compiler. There is a good chance this is caused by an issue with a certain C compiler optimization. Therefore, disabling this optimization might be a possible mitigation. Possible solution To d...
C compiler: Error: syntax error - token "<token>" inserted before "<text>" 10-Apr-2025
The description of the TASKING C compiler error E208 is generic, as it does not clearly explain what is wrong. Furthermore, the source code line indicated by the error message is not necessarily where the root cause of the error is present. The cause of the error itself is often trivial. B...
winIDEA SDK: How to install SDKs? 10-Apr-2025
Solutions winIDEA SDK can be obtained from the official website or, for Python, from a public server. Website You can findinstallation packages on the official website for the following programming languages: Python Java C++ C# MATLAB LabView Public server winIDEA SDK for Python can be eas...