🎉 We're happy to announce new public releases 🎉

  • TriCore v6.3r1 Inspector - v1.0r9 - A family of tools that provide an automated method for identifying toolset issues in compiled output code
  • VX-toolset for RH850 - v5.0r1 - Industry’s First End-to-End Compile, Debug and Test Toolchain for Renesas RH850 Microcontrollers
  • VX-toolset for TriCore - v6.4r1 - Software development environment of certified compiler toolsets for Infineon AURIX TC2xx/TC3xx microcontrollers
Contact us to get access
Categories
winIDEA SDK
How to control the power of an embedded target in automated testing? 04-May-2026
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...
winIDEA SDK: 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...
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...
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...