Categories

daqIDEA
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 ...
daqIDEA: Using multiple Symbol Files 21-May-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: Observing data in an application in low-power mode 14-Mar-2024
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...