Categories

Recently modified/created topics
How to connect the debugger directly to the PC via the Ethernet cable? 01-Jun-2023
Company network policy can prevent connecting the debugger to the network via Ethernet cable. In such cases, f ollow the procedure below to directly connect the debugger to the PC's Ethernet port via Ethernet cable. Solution: 1.First disconnect the PC from the local network and connect the...
Windows 7: Cabinet file corrupted 18-May-2023
During installation of USB driver pop-up window occurs: "A file that is required cannot be installed because the cabinet file *.cab has an invalid digital signature. This may indicate that the cabinet file is corrupt." Possible solution: Install Service pack 1 and KB3033929 + KB4474419 upd...
How to get started with AUTOSAR OS Profiling? 17-May-2023
Evaluate the capabilities of the winIDEA Analyzer with Profiler Packages for different AUTOSAR Operating Systems and architectures: EB tresos AutoCore ETAS RTA-OS Vector MICROSAR TC399XE Inspectors Vector MICROSAR TC399XE Instrumentation Profiler Package includes: winIDEA workspace with a ...
Extracting SFRs when launching winIDEA 24-Apr-2023
When launching winIDEA IDE Special Function Registers (SFRs) are expanded to a dedicated SFR location on your computer. If winIDEA detects that the SFR database is corrupt, missing or does not match to winIDEA version, it restores it. Note that SFR database could get corrupt if: You are us...
No breakpoints left for debug commands 12-Apr-2023
For high level debug commands (Run until, Stepping...) hardware execution breakpoints are used. One hardware breakpoint is optionally reserved for these functions. Possible solution: Enable option Reserve one breakpoint f or high level debugging in dialog Debug / Debug Options / Debugging ...
Infineon TriCore: Algorithmic function search approach 24-Apr-2023
This topic visualisessteps how to define custom triggers and use an algorithmic approach to find two or more problematic functions that generate too many trace messages in a wider range which are described in the topic How to find two or more problematic functions in a wider range if AGBT ...
File size/disk space considerations for trace 24-Apr-2023
Possible solutions File size is limited Trace file size is software-limitedby the Recording Size Limit setting in the Recorder Configuration dialog. Make sure you set a large enough limit (e.g. can be specified in GB, as well as TB). Enough disk space available Make sure that the drive on ...
Infineon TriCore: Synchronization between On-Chip trace and external sources (ADIO, CAN/LIN) 19-Apr-2023
On-Chip trace logic monitors the CPU execution inside the SoC. O btained data is compressed using trace protocols and: Streamed out through the trace port, where BlueBox debugger is capturing the data on the trace port. Each sample is time stamped by the BlueBox timer OR Captured in the in...
Verify when using software breakpoints 06-Apr-2023
Implementing a software breakpoint means inserting a special breakpoint instruction to the execution memory. This means that the actual memory, containing the code, will be modified. If the Verify option is enabled, winIDEA compares the actual memory with the Program File. Since the memory...
Renesas RH850 / P1x-C: UMI Error, R_FAD_ERR_CLOCK The CPU clock frequency is incorrect 07-Mar-2023
The CPU clock is determined by the PLL0 parameters in OPBT1. Factory default value is 0xBFFFC938, which cannot be used for Flash programming using UMI. Possible solution: The Option byte OPBT1 PLL and Clock divider settings must be changed following RH850/P1x-C User's Manual device specifi...