🎉 We're happy to announce new public releases 🎉

  • SmartCode v10.4r1 - Take advantage of all the benefits our tools have to offer and build your applications with the latest version
  • TriCore v6.3r1 Inspector v1.0r8 - Save time and detect known issues before they get into your application
Contact us to get access

Categories

winIDEA SDK
Install winIDEA SDK for Python 13-Oct-2025
There are three different ways to use winIDEA SDK with Python. For more information refer to the Python chapter in winIDEA Help. 1. Custom Python installation from Python Package Index (PyPI) - recommended 2. Python distributed with winIDEA installation 3. winIDEA SDK with installers for s...
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
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...
Missing iConnect.dll error in winIDEA 29-Nov-2024
You recently installed the latest version of winIDEA and encountered an error message stating that iConnect64.dll is missing. You are using Python winIDEA SDK for controlling the BlueBox and the Target. Possible solutions Use Pythondistributed with winIDEA installation In winIDEA, we provi...
Vector CANoe: Connectivity failed 06-Nov-2024
Most likely native libraries are not copied to the correct folder. Possible solution ConnectCSLib.dll and native isystemConnect.dll must be copied to the CANoe executables folder location ( Canoe/Exec32, Canoe/Exec64 ) or to the Windows system folder. It is advisable to copy BOTH native li...
writeRegister() call not working 23-Sep-2024
When trying to write a value into a specific Special Function Register (SFR register) using the writeRegister() SDK function an error occurs, stating that the specified register doesn't exist. Possible solution Method CDataController::writeRegister() can write to Core Registers only. For S...
How to control the power of an embedded target in automated testing? 22-Jul-2024
For automated testing, it is often required to control the power of a target device. No matter if the target should be power-cycled to have a defined state for tests or if the target should only consume power when tests are actually executed. There are several options how target power cont...