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 con...
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...
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...
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...