This website uses cookies so that we can provide you with the best user experience. To read more about the cookies we use and to change your settings see our Cookies Policy.
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...
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...
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...
Solutions winIDEA SDK installation can be acquired via: winIDEA installation Python and the belonging winIDEA SDK Software Development Kit (SDK) for Python is installed with winIDEA full setup. Website Installation packages are available on the website for the following programming languag...
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 Python - winIDEA SDK User's Guide
To set a breakpoint on a specific core it's important to understand that each core needs its 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 ConnectionMgr...
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...
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...