🎉 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

daqIDEA
daqIDEA: Observe data in an application in low-power mode 13-Oct-2025
The application's frequently enters a low-power sleep mode. During these sleep periods, memory access is restricted, making it impossible to access or modify global variables. This, in turn, poses a challenge, especially during debugging and testing phases, as the variables of interest are...
daqIDEA: Using multiple Symbol Files 05-Dec-2024
If you are debugging with multiple symbol files, you must add the symbol file name to each symbol name. This ensures that every symbol name and variable is uniquely identified. If you have more than one application defined, make sure to specify a fully qualified name for each variable. Pos...
daqIDEA: Issues with unaligned data 28-Aug-2024
daqIDEA displays strange values, despite appearing correct in the winIDEA Watch window. Attempts to force data types by using watch expressions fail to resolve the problem. Possible solutions The root cause of this problem lies in the alignment of the data and how this data is accessed by ...
daqIDEA window disappears when clicking "Run" 22-Jul-2024
It can happen that under some conditions daqIDEA crashes and thus the daqIDEA window disappears. This is more likely to happen with the older winIDEA versions as described below. Possible solutions Check winIDEA installation daqIDEA is a winIDEA tool written in Python. It requires winIDEA ...